Difference between revisions of "OpenProj"
From WPKG | Open Source Software Deployment and Distribution
(openproj) |
m |
||
| Line 1: | Line 1: | ||
| − | + | Silent installer for OpenProj. | |
| + | |||
| + | OpenProj is an open source alternative to MS Project: [http://www.openproj.org http://www.openproj.org] | ||
The example below is for v1.0: | The example below is for v1.0: | ||
Revision as of 16:42, 23 April 2008
Silent installer for OpenProj.
OpenProj is an open source alternative to MS Project: http://www.openproj.org
The example below is for v1.0:
<package id="openproj"
name="openproj"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="OpenProj" />
<install cmd='msiexec /qn /i "%SOFTWARE%\openproj\openproj-1.0.msi"' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\openproj\openproj-1.0.msi"' />
<remove cmd='msiexec /qn /x{2BFE5B65-10C1-4F6A-A961-3F3C8C9E45FF}' />
</package>