Difference between revisions of "GanttProject"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
This is a silent installer and deinstaller for [http://ganttproject.biz/ GanttProject]  
+
[http://ganttproject.biz/ GanttProject] is an open source alternative to MS Project.
 +
 
 +
This is silent installer and deinstaller for GanttProject
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 21:21, 12 May 2008

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