Difference between revisions of "MS Office 2003"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | This is a silent installer for MS Office 2003 in MSI format. | + | This is a silent installer and uninstaller for MS Office 2003 in MSI format. |
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> |
Revision as of 18:53, 10 July 2005
This is a silent installer and uninstaller for MS Office 2003 in MSI format.
<package
id="msoffice2003"
name="Microsoft Office 2003"
revision="1"
reboot="true"
priority="0">
<check type="uninstall" condition="exists" path="Microsoft Office Professional Edition 2003" />
<install cmd='msiexec /i "\\server\admin\MSI\MS Office 2003\PRO11.MSI" /q allusers=1 ADDLOCAL=ALL'>
<exit code="0" />
</install>
<remove cmd='MsiExec.exe /q /x{90110407-6000-11D3-8CFE-0150048383C9}' />
<upgrade cmd="" />
</package>