Difference between revisions of "GanttProject"
From WPKG | Open Source Software Deployment and Distribution
m (fix typo) |
m |
||
Line 9: | Line 9: | ||
revision="20601" | revision="20601" | ||
priority="0"> | priority="0"> | ||
− | <!-- | + | <!-- This software requires a JRE in order to run. Please, see http://wpkg.org/Java on how to install one --> |
<depends package-id="java6"/> | <depends package-id="java6"/> | ||
<check type="uninstall" condition="exists" path="GanttProject" /> | <check type="uninstall" condition="exists" path="GanttProject" /> |
Revision as of 21:20, 12 May 2008
This is a silent installer and deinstaller for GanttProject
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="ganttproject"
name="ganttproject"
revision="20601"
priority="0">
<!-- This software requires a JRE in order to run. Please, see http://wpkg.org/Java on how to install one -->
<depends package-id="java6"/>
<check type="uninstall" condition="exists" path="GanttProject" />
<install cmd='"%SOFTWARE%\ganttproject\ganttproject-2.0.6.exe" /S'/>
<remove cmd='"%PROGRAMFILES%\GanttProject\uninstall.exe" /S' />
<upgrade cmd='"%SOFTWARE%\ganttproject\ganttproject-2.0.6.exe" /S'/>
</package>
</packages