Difference between revisions of "VCmaster"
From WPKG | Open Source Software Deployment and Distribution
(site created) |
m (→VCmaster 2014) |
||
| Line 3: | Line 3: | ||
==VCmaster 2014== | ==VCmaster 2014== | ||
<source lang="xml"> | <source lang="xml"> | ||
| − | + | <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> | </source> | ||
[[category:Silent Installers|Faststone]] | [[category:Silent Installers|Faststone]] | ||
Revision as of 15:33, 30 October 2013
VCmaster is an commercial text editor software with the ability to calculate within the text. For all kind of use, a license is required. The former name was Bautext.
VCmaster 2014
<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>