Uninstall for office 2010 and 2007 not Visio or project
Add your rating:
Does any one know the script and documentation for Landesk on how to uninstall office 2010 and 2007 from users PCs?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
kalucas
9 years ago
Nothing special is needed for LANDesk. Just create a batch file for the uninstall and deploy it to the machines you need to uninstall from.
Creating the batch file and the necessary xml are explained here:
https://social.technet.microsoft.com/Forums/office/en-US/9615e591-3a88-4ac3-9d98-fa6a7c916a13/slient-uninstall-of-office-2010
Posted by:
Womain
7 years ago
To remove the entire office 2010 x86 suite:
"%~dp0\setup.exe" /config "%~dp0\Uninstall.xml" /Uninstall ProPlus
Uninstall.xml:
<Display Level="none" CompletionNotice="NO" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" />
<Setting Id="Reboot" Value="Never" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
<OptionState Id="ProductFiles" State="Local" Children="force" />
</Configuration>