Difference between revisions of "Tremulous"
From WPKG | Open Source Software Deployment and Distribution
(tremulous installer) |
|||
Line 1: | Line 1: | ||
− | <package id="tremulous" name="tremulous" revision="1" priority="3" > | + | Basic Installer: |
+ | |||
+ | <package id="tremulous" name="tremulous" revision="1" priority="3" > | ||
<check type="file" condition="exists" path="%PROGRAMFILES%\Tremulous\tremulous.exe"/> | <check type="file" condition="exists" path="%PROGRAMFILES%\Tremulous\tremulous.exe"/> | ||
<install cmd='"\\SERVER\wpkg\software\tremulous\tremulous-1.1.0-installer.exe" /S' /> | <install cmd='"\\SERVER\wpkg\software\tremulous\tremulous-1.1.0-installer.exe" /S' /> | ||
<upgrade cmd='"\\SERVER\wpkg\software\tremulous\tremulous-1.1.0-installer.exe" /S' /> | <upgrade cmd='"\\SERVER\wpkg\software\tremulous\tremulous-1.1.0-installer.exe" /S' /> | ||
<remove cmd='"%PROGRAMFILES%\Tremulous\uninstall.exe /S' /> | <remove cmd='"%PROGRAMFILES%\Tremulous\uninstall.exe /S' /> | ||
− | </package> | + | </package> |
+ | |||
+ | |||
+ | [[category:Silent Installers]] |
Revision as of 17:52, 15 April 2010
Basic Installer:
<package id="tremulous" name="tremulous" revision="1" priority="3" > <check type="file" condition="exists" path="%PROGRAMFILES%\Tremulous\tremulous.exe"/> <install cmd='"\\SERVER\wpkg\software\tremulous\tremulous-1.1.0-installer.exe" /S' /> <upgrade cmd='"\\SERVER\wpkg\software\tremulous\tremulous-1.1.0-installer.exe" /S' /> <remove cmd='"%PROGRAMFILES%\Tremulous\uninstall.exe /S' /> </package>