Difference between revisions of "VCmaster"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(site created)
(No difference)

Revision as of 15:30, 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

<?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>