Difference between revisions of "Gnome-planner"
From WPKG | Open Source Software Deployment and Distribution
(Created page with "Planner [http://live.gnome.org/Planner/Downloads] is a project-management application <source lang="xml"> <package id="planner" name="Gnome-Planner" revision="%version%" reb...") |
(No difference)
|
Revision as of 14:15, 25 June 2011
Planner [1] is a project-management application
<package
id="planner"
name="Gnome-Planner"
revision="%version%"
reboot="false"
priority="0">
<variable name="version" value="0.14.4" />
<check type="uninstall" condition="exists" path="Planner (remove only)" />
<depends package-id="gtkruntime" />
<install cmd='%COMSPEC% /C "%FREESOFTWARE%\planner\planner-%version%.exe" /S' />
<upgrade cmd='%COMSPEC% /C "%FREESOFTWARE%\planner\planner-%version%.exe" /S' />
<remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES(x86)%" ("%PROGRAMFILES(x86)%\Planner\planner-uninst.exe" /S) ELSE ("%PROGRAMFILES%\Planner\planner-uninst.exe" /S)' />
</package>