Difference between revisions of "MS Project 2000"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add cat)
 
Line 17: Line 17:
 
</source>
 
</source>
  
[[category:Silent Installers]]
+
 
 +
[[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>