Difference between revisions of "MS Office 2000 Premium"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 7: Line 7:
 
   <check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Premium" />
 
   <check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Premium" />
 
   
 
   
   <install cmd="%PACKAGES%\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn" />
+
   <install cmd="%SOFTWARE%\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn" />
 
   
 
   
   <upgrade cmd="%PACKAGES%\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn" />
+
   <upgrade cmd="%SOFTWARE%\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn" />
 
    
 
    
 
   <remove cmd="MsiExec.exe /q /x{00000410-78E1-11D2-B60F-006097C998E7}" />
 
   <remove cmd="MsiExec.exe /q /x{00000410-78E1-11D2-B60F-006097C998E7}" />

Revision as of 20:03, 2 October 2006

Microsoft Office 2000 Premium

This is a silent installer and uninstaller for Microsoft Office 2000 Premium.

<package id="office90" name="Microsoft Office 2000 SP3" revision="4" reboot="false" priority="50">

 <check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Premium" />

 <install cmd="%SOFTWARE%\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn" />

 <upgrade cmd="%SOFTWARE%\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn" />
 
 <remove cmd="MsiExec.exe /q /x{00000410-78E1-11D2-B60F-006097C998E7}" />

</package>