Changes

MS Office 2007

752 bytes added, 12:55, 18 May 2009
Silent Uninstallation of Office 2007
</package>
</source>
 
===Silent Un-installation of Microsoft Office 2007===
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:
 
<code>
<Configuration Product="Enterprise">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
</Configuration>
</code>
 
Now add the following line to your packages.xml file:
 
<code>
<remove cmd='"%SOFTWARE%\Office 2007\setup.exe /uninstall [Version] /config %SOFTWARE%\Office2007\[Version].WW\silentuninstall.xml />
</code>
===Integrate Service Pack 2 into the installer===
Anonymous user