Difference between revisions of "GanttProject"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(add ganttproject package.xml entry)
 
m (fix typo)
Line 1: Line 1:
This is a silent installer and deinstaller for [http://ganttproject.biz/ GanttProject]]
+
This is a silent installer and deinstaller for [http://ganttproject.biz/ GanttProject]  
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 20:46, 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">
    <!-- GanttProject 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