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. | ||
− | + | <package | |
− | <package | + | id="msproject2000" |
− | id="msproject2000" | + | name="Microsoft Project 2000" |
− | name="Microsoft Project 2000" | + | revision="1" |
− | revision="1" | + | reboot="true" |
− | reboot="true" | + | priority="0"> |
− | priority="0" | + | <check type="uninstall" condition="exists" path="Microsoft Project 2000" /> |
− | <check type="uninstall" condition="exists" path="Microsoft Project 2000" / | + | |
− | + | <install cmd='msiexec /i "%SOFTWARE%\MS Project 2000\install.msi" /q allusers=1 ADDLOCAL=ALL'> | |
− | <install cmd='msiexec /i " | + | |
− | + | <remove cmd='MsiExec.exe /q /x{1E9678A0-B4C1-11D2-863F-00C04F6E09F2}' /> | |
− | + | ||
− | + | ||
− | <remove cmd='MsiExec.exe /q /x{1E9678A0-B4C1-11D2-863F-00C04F6E09F2}' / | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[category:Silent Installers | + | </package> |
+ | |||
+ | [[category:Silent Installers]] |
Revision as of 20:05, 2 October 2006
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>