65
edits
Changes
VCmaster
,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>
<command type="upgrade" include="install" />
<command type="remove" cmd='%COMSPEC% /c "IF EXIST "%ProgramFiles(x86)%\VCcmaster\unins000.exe" "%ProgramFiles(x86)%\unins000.exe" /SILENT' />
</commands>