Difference between revisions of "MS Office 2000 Premium"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(MS Office 2000 Premium)
Line 1: Line 1:
== MS Office 2000 Premium ==
+
== Microsoft Office 2000 Premium ==
  
This is a silent installer and uninstaller for MS Office 2000 Premium.
+
This is a silent installer and uninstaller for Microsoft Office 2000 Premium.
  
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<package id="office90" name="Office 2000 SP3" revision="4" reboot="false" priority="50"><br>
 
<package id="office90" name="Office 2000 SP3" revision="4" reboot="false" priority="50"><br>
 
<check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Premium" /><br>
 
<check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Premium" /><br>
<install cmd="%WPKGPATH%\packages\office90\setup.exe TRANSFORMS=%WPKGPATH%\packages\office90\custom.MST /wait /qn"><br>
+
<install cmd="%WPKGPATH%\packages\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn"><br>
 
<exit code="0" /><br>
 
<exit code="0" /><br>
 
</install><br>
 
</install><br>
<upgrade cmd="%WPKGPATH%\packages\office90\setup.exe TRANSFORMS=%WPKGPATH%\packages\office90\custom.MST /wait /qn"><br>
+
<upgrade cmd="%WPKGPATH%\packages\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn"><br>
 
<exit code="0" /><br>
 
<exit code="0" /><br>
 
</upgrade><br>
 
</upgrade><br>

Revision as of 15:02, 2 September 2006

Microsoft Office 2000 Premium

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

<package id="office90" name="Office 2000 SP3" revision="4" reboot="false" priority="50">
<check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Premium" />
<install cmd="%WPKGPATH%\packages\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn">
<exit code="0" />
</install>
<upgrade cmd="%WPKGPATH%\packages\office90\setup.exe TRANSFORMS=%PACKAGES%\office90\custom.MST /wait /qn">
<exit code="0" />
</upgrade>
<remove cmd="MsiExec.exe /q /x{00000410-78E1-11D2-B60F-006097C998E7}">
<exit code="0"/>
</remove>
</package>