Difference between revisions of "MS Office XP"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
This is probably exactly the same as installing 2003, but: | This is probably exactly the same as installing 2003, but: | ||
− | + | ||
+ | <source lang="xml"> | ||
+ | <package | ||
id="office" | id="office" | ||
name="Microsoft Office XP" | name="Microsoft Office XP" | ||
Line 9: | Line 11: | ||
<install cmd='%SOFTWARE%\office\setup.exe /qb /l* %temp%\office10.txt COMPANYNAME="MYCOMPANY"' /> | <install cmd='%SOFTWARE%\office\setup.exe /qb /l* %temp%\office10.txt COMPANYNAME="MYCOMPANY"' /> | ||
<remove cmd='%SOFTWARE%\office\setup.exe /qb /x' /> | <remove cmd='%SOFTWARE%\office\setup.exe /qb /x' /> | ||
− | + | </package> | |
+ | </source> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 19:32, 18 February 2008
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>