Difference between revisions of "MS Project 2000"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 10:35, 5 August 2005

This is a silent installer and uninstaller for MS Project 2000 in MSI format.

<package
id="msproject2000"
name="Microsoft Project 2000"
revision="1"
reboot="true"
priority="0">
<check type="uninstall" condition="exists" path="Microsoft Project 2000" />

<install cmd='msiexec /i "\\server\Admin\MSI\MS Project 2000\install.msi" /q allusers=1 ADDLOCAL=ALL'>
<exit code="0" />
</install>

<remove cmd='MsiExec.exe /q /x{1E9678A0-B4C1-11D2-863F-00C04F6E09F2}' />

<upgrade cmd="" />

</package>