Difference between revisions of "Tremulous"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
 
Line 1: Line 1:
Basic silent installer for [http://tremulous.net Tremulous], "a free, open source game that blends a team based FPS with elements of an RTS".
+
Basic silent installer for [http://tremulous.net Tremulous], "is a free and open source team-based first-person shooter with real-time strategy elements".
  
 
<source lang="xml">
 
<source lang="xml">

Latest revision as of 11:58, 22 April 2010

Basic silent installer for Tremulous, "is a free and open source team-based first-person shooter with real-time strategy elements".

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