3,217
edits
Changes
m
<source lang="xml"><package
</package></source>
<source lang="xml"><package
</package></source>
no edit summary
This is a silent installer and uninstaller for MS Office 2003 in MSI format.
id="msoffice2003"
name="Microsoft Office 2003"
<remove cmd='MsiExec.exe /q /x{90110407-6000-11D3-8CFE-0150048383C9}' />
Your package file then looks like
id="office2003"
name="Microsoft Office 2003"
<install cmd='msiexec /i "%SOFTWARE%\Office2003\PRO11.MSI" TRANSFORMS=%SOFTWARE%\Office2003\Office.MST /qb-' />
<remove cmd='MsiExec.exe /q /x{90110407-6000-11D3-8CFE-0150048383C9}' />
[[category:Silent Installers]]