/build/static/layout/Breadcrumb_cap_w.png

Office 2010 silent uninstall

Please bare with me I am pretty new to Kace. So I see that Office 2013 doesn't completely uninstall Office 2010 when upgrading. I have read all of the other post on how to silently uninstall office 2010 but it doesn't work when I try to do it thru Kace. If I run the following from either a local batch file or from cmd line it executes and removes office 2010. Kace guru's please help. Here is the command that I use to uninstall:

@ECHO OFF

"\\FILE-LP\Infosys\Software\Microsoft\MicrosoftOffice2010\x86 with sp1\setup.exe" /uninstall proplus /config "\\FILE-LP\Infosys\Software\Microsoft\MicrosoftOffice2010\x86 with sp1\ProPlus.WW\silentuninstallconfig.xml"

Here are the settings for the managed install:

Thanks!


0 Comments   [ + ] Show comments

Answers (3)

Posted by: Womain 6 years ago
Senior White Belt
0

To remove the entire office 2010 x86 suite:

"%~dp0\setup.exe" /config "%~dp0\Uninstall.xml" /Uninstall ProPlus


Uninstall.xml:

- <Configuration Product="ProPlus">
  <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>
Posted by: EdT 9 years ago
Red Belt
0
If you uninstall from Add/Remove programs manually, does the product uninstall cleanly?  If so, then copy the uninstallstring that is in ARP and use that instead.

Comments:
  • What is ARP and where is it? Thanks for your help. - sscroggin 9 years ago
    • ARP = Add/Remove Programs - EdT 9 years ago
Posted by: chucksteel 9 years ago
Red Belt
0
Please see this thread for a conversation on removing Office 2010:
http://www.itninja.com/question/remotely-uninstalling-microsoft-office-2010-x32

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ