Changes

VCmaster

758 bytes added, 14:05, 13 November 2013
new version
[http://www.vcmaster.com/ 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.
 
The installation depends on the installation of [[Ghostscript]] (see there). Versions 2013 and earlier need to be removed manually before installation.
Normally there is a main-version once a year and cumulative patches in the time between.
==VCmaster 2014==
<source lang="xml">
<package id="vcmaster" name="VCmaster" revision="%versionspversion%" priority="1" >
<depends package-id="ghostscript"/>
<variable name="version" value="2014" />
<variable name="spversion" value="2014.0" />  <check type="uninstallfile" condition="existsversiongreaterorequal" path="%ProgramFiles(x86)%\VCmaster\VCmaster.exe" value="%spversion%" /><!--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\VCmaster2014VCmaster%version%\install.exe" /PRGFILES="%ProgramFiles(x86)%\VCmaster" /LIBFILES="\\server\or\local\directoryServer\VCmaster-Vorlagen" /NAME="license nameLicensename" /CODE="license codeV14-XXXXXXXXXXXX" /WITHLIB=no /verysilent /LANG=de' > <condition> <check type="file" condition="versionsmallerthan" path="%ProgramFiles(x86)%\VCmaster\VCmaster.exe" value="%version%" /> </condition> </command> <command type="install" cmd='%comspec% /C start "Installer" /WAIT "%SOFTWARE%\VCmaster\VCmaster2014\Install_VCmaster_Patch%spversion%.exe"' > <condition> <check type="file" condition="versionsmallerthan" path="%ProgramFiles(x86)%\VCmaster\VCmaster.exe" value="%spversion%" /> </condition> </command> <command type="upgrade" include="remove" > <condition> <check type="file" condition="versionsmallerthan" path="%ProgramFiles(x86)%\VCmaster\VCmaster.exe" value="%version%" /> </condition> </command>
<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>
65
edits