Difference between revisions of "MS Project 2000"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
(One intermediate revision by one other user not shown) | |||
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:Microsoft Office]] |
Latest revision as of 14:28, 1 April 2011
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>