Difference between revisions of "MS Office 2000 Premium"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(Microsoft Office 2000 Premium)
Line 14: Line 14:
 
   <remove cmd="MsiExec.exe /q /x{00000410-78E1-11D2-B60F-006097C998E7}" />
 
   <remove cmd="MsiExec.exe /q /x{00000410-78E1-11D2-B60F-006097C998E7}" />
 
   
 
   
 +
</package>
 +
</source>
 +
 +
Office 2000 Professional, SR-1
 +
<source lang="xml">
 +
<package
 +
  id="office2kpro"
 +
  name="Office 2000 Professional"
 +
  revision="1"
 +
  reboot="false"
 +
  priority="30">
 +
 +
  <check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Professional" />
 +
  <install cmd="%SOFTWARE%\off2kpro\setup.exe TRANSFORMS=%SOFTWARE%\off2kpro\custom1.MST /wait /qn" />
 +
  <upgrade cmd="%SOFTWARE%\off2kpro\setup.exe TRANSFORMS=%SOFTWARE%\off2kpro\custom1.MST /wait /qn" />
 +
  <remove cmd="MsiExec.exe /q /x{00010409-78E1-11D2-B60F-006097C998E7}" />
 +
</package>
 +
</source>
 +
 +
Office 2000 Professional, SR-1  Disc 2
 +
<source lang="xml">
 +
<package
 +
  id="office2kpub"
 +
  name="Publisher 2000"
 +
  revision="3"
 +
  reboot="false"
 +
  priority="25">
 +
 +
  <check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Disc 2" />
 +
  <install cmd="%SOFTWARE%\off2kpub\setup.exe TRANSFORMS=\\mis\off2kpub\pub_custom_small.MST /wait /qn" />
 +
  <upgrade cmd="%SOFTWARE%\off2kpub\setup.exe TRANSFORMS=\\mis\off2kpub\pub_custom_small.MST /wait /qn" />
 +
  <remove cmd="MsiExec.exe /q /x{00040409-78E1-11D2-B60F-006097C998E7}" />
 
</package>
 
</package>
 
</source>
 
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 02:02, 14 May 2008

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>

Office 2000 Professional, SR-1

<package
   id="office2kpro"
   name="Office 2000 Professional"
   revision="1"
   reboot="false"
   priority="30">

   <check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Professional" />
   <install cmd="%SOFTWARE%\off2kpro\setup.exe TRANSFORMS=%SOFTWARE%\off2kpro\custom1.MST /wait /qn" />
   <upgrade cmd="%SOFTWARE%\off2kpro\setup.exe TRANSFORMS=%SOFTWARE%\off2kpro\custom1.MST /wait /qn" />
   <remove cmd="MsiExec.exe /q /x{00010409-78E1-11D2-B60F-006097C998E7}" />
</package>

Office 2000 Professional, SR-1 Disc 2

<package
   id="office2kpub"
   name="Publisher 2000"
   revision="3"
   reboot="false"
   priority="25">

   <check type="uninstall" condition="exists" path="Microsoft Office 2000 SR-1 Disc 2" />
   <install cmd="%SOFTWARE%\off2kpub\setup.exe TRANSFORMS=\\mis\off2kpub\pub_custom_small.MST /wait /qn" />
   <upgrade cmd="%SOFTWARE%\off2kpub\setup.exe TRANSFORMS=\\mis\off2kpub\pub_custom_small.MST /wait /qn" />
   <remove cmd="MsiExec.exe /q /x{00040409-78E1-11D2-B60F-006097C998E7}" />
</package>