Changes

VCmaster

52 bytes removed, 15:33, 30 October 2013
m
VCmaster 2014
==VCmaster 2014==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?> <package id="vcmaster" name="VCmaster" revision="%version%" priority="1" > <depends package-id="ghostscript"/> <variable name="version" value="2014" /> <check type="uninstall" condition="exists" path="VCmaster" /><!--at the moment there is no easy way to detect the installed version --> <commands> <!-- note that upgrading from older versions is not testet and not handeled a.t.m. --> <command type="install" cmd='%comspec% /C start "Installer" /WAIT "%SOFTWARE%\VCmaster\VCmaster2014\install.exe" /PRGFILES="%ProgramFiles(x86)%\VCmaster" /LIBFILES="\\server\or\local\directory\VCmaster-Vorlagen" /NAME="license name" /CODE="license code" /WITHLIB=no /verysilent /LANG=de' /> <command type="upgrade" include="remove" /> <command type="upgrade" include="install" /> <!-- note: versions before 3014 stored unins00x.exe in systemroot --> <command type="remove" cmd='%COMSPEC% /c "IF EXIST "%ProgramFiles(x86)%\VCcmaster\unins000.exe" "%ProgramFiles(x86)%\unins000.exe" /SILENT' /> </commands> </package>
</source>
[[category:Silent Installers|Faststone]]
65
edits