Difference between revisions of "Tremulous"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 8: Line 8:
 
     <remove  cmd='"%PROGRAMFILES%\Tremulous\uninstall.exe /S' />
 
     <remove  cmd='"%PROGRAMFILES%\Tremulous\uninstall.exe /S' />
 
</package>
 
</package>
 +
 
</source>
 
</source>
  
[[category:Silent Installers]]
+
 
 +
[[Category:Silent Installers]]

Revision as of 08:27, 22 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='"%SOFTWARE%\tremulous\tremulous-1.1.0-installer.exe" /S' />
    <upgrade cmd='"%SOFTWARE%\tremulous\tremulous-1.1.0-installer.exe" /S' />
    <remove  cmd='"%PROGRAMFILES%\Tremulous\uninstall.exe /S' />
</package>