Difference between revisions of "Tremulous"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | Basic silent installer for Tremulous | + | Basic silent installer for [http://tremulous.net Tremulous], "a free, open source game that blends a team based FPS with elements of an RTS". |
<source lang="xml"> | <source lang="xml"> |
Revision as of 11:57, 22 April 2010
Basic silent installer for Tremulous, "a free, open source game that blends a team based FPS with elements of an RTS".
<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>