Difference between revisions of "MS Office XP"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 7: Line 7:
 
         priority="1">
 
         priority="1">
 
         <check type="uninstall" condition="exists" path="Microsoft Office XP Professional" />
 
         <check type="uninstall" condition="exists" path="Microsoft Office XP Professional" />
         <install cmd='\\oxygen\apps\office\setup.exe /qb /l* %temp%\office10.txt COMPANYNAME="CHEE"'>
+
         <install cmd='%SOFTWARE%\office\setup.exe /qb /l* %temp%\office10.txt COMPANYNAME="MYCOMPANY"' />
            <exit code="0" />
+
         <remove cmd='%SOFTWARE%\office\setup.exe /qb /x' />
        </install>
+
         <remove cmd='\\oxygen\apps\office\setup.exe /qb /x' />
+
 
     </package>
 
     </package>
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 20:07, 2 October 2006

This is probably exactly the same as installing 2003, but:

   <package
       id="office"
       name="Microsoft Office XP"
       revision="1"
       reboot="false"
       priority="1">
       <check type="uninstall" condition="exists" path="Microsoft Office XP Professional" />
       <install cmd='%SOFTWARE%\office\setup.exe /qb /l* %temp%\office10.txt COMPANYNAME="MYCOMPANY"' />
       <remove cmd='%SOFTWARE%\office\setup.exe /qb /x' />
   </package>