GanttProject

From WPKG | Open Source Software Deployment and Distribution
Revision as of 21:21, 12 May 2008 by Roudoudou (Talk | contribs)

Jump to: navigation, search

GanttProject is an open source alternative to MS Project.

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