Difference between revisions of "MS Project 2000"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for MS Project 2000 in MSI format. | This is a silent installer and uninstaller for MS Project 2000 in MSI format. | ||
− | + | <source lang="xml"> | |
+ | <package | ||
id="msproject2000" | id="msproject2000" | ||
name="Microsoft Project 2000" | name="Microsoft Project 2000" | ||
Line 13: | Line 14: | ||
<remove cmd='MsiExec.exe /q /x{1E9678A0-B4C1-11D2-863F-00C04F6E09F2}' /> | <remove cmd='MsiExec.exe /q /x{1E9678A0-B4C1-11D2-863F-00C04F6E09F2}' /> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 19:30, 18 February 2008
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 "%SOFTWARE%\MS Project 2000\install.msi" /q allusers=1 ADDLOCAL=ALL'>
<remove cmd='MsiExec.exe /q /x{1E9678A0-B4C1-11D2-863F-00C04F6E09F2}' />
</package>