577
edits
Changes
→Installation: created section for silentuninstall.xml
</source>
===silentuninstall.xml=== To remove Office 2010 (as per Office 2007) , create a file (silentuninstall.xml) in %SOFTWARE%\office\msoffice10\maths_config\ containing:
<source lang="xml">
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
</source>