Changes

MS Office 2007

30 bytes added, 12:56, 18 May 2009
no edit summary
Before a <remove /> option can be applied, a silent uninstallation file must be created on the share where the installation files exist. Navigate to the Version.WW folder (Enterprise.WW or ProPlus.WW for example). Copy the config.xml and name it silentuninstall.xml. Edit the silentuninstall.xml file to resemble the following code:
<codesource lang="xml">
<Configuration Product="Enterprise">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
</Configuration>
</codesource>
Now add the following line to your packages.xml file:
<codesource lang="xml">
<remove cmd='"%SOFTWARE%\Office 2007\setup.exe /uninstall [Version] /config %SOFTWARE%\Office2007\[Version].WW\silentuninstall.xml />
</codesource>
===Integrate Service Pack 2 into the installer===
Anonymous user