Difference between revisions of "MS Office XP"
From WPKG | Open Source Software Deployment and Distribution
| Line 13: | Line 13: | ||
</package> | </package> | ||
| − | [[categories: Silent | + | [[categories: Silent Intsallers]] |
Revision as of 19:00, 29 August 2005
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='\\oxygen\apps\office\setup.exe /qb /l* %temp%\office10.txt COMPANYNAME="CHEE"'>
<exit code="0" />
</install>
<remove cmd='\\oxygen\apps\office\setup.exe /qb /x' />
</package>