/build/static/layout/Breadcrumb_cap_w.png

Uninstall office 2010 professional plus

I am packaging MS Office 2010 for installation and would like to script an uninstall pkg incase I need to remove it from any target pcs.

However, running setup.exe /uninstall {90140000-0011-0000-0000-0000000FF1CE} doesn't work.

Nor does msiexec.exe /x {90140000-0011-0000-0000-0000000FF1CE}

thanks


0 Comments   [ + ] Show comments

Answers (4)

Posted by: karelv 11 years ago
Orange Senior Belt
4

We use this command:

Setup.exe /uninstall ProPlus /config "YourSetupDir\Updates\SilentUninstall.xml"

SilentUninstall.xml:

<Configuration Product="ProPlus">
   <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
   <Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
Posted by: spartacus 12 years ago
Black Belt
1

Have you tried the information at the following link ? 

http://support.microsoft.com/kb/290301/

The Microsoft "Fix-it" method outlined there might be one to consider.

Spartacus

 

 

 


Comments:
  • Has anyone gotten the "Fix-it" method to work with SCCM to uninstall Office 2010 ProPlus and Standard? - Deester2 10 years ago
Posted by: dj_xest 12 years ago
5th Degree Black Belt
1

For enterprise installs/uninstalls.. worth reading this link.. http://technet.microsoft.com/en-us/library/cc178956.aspx

Posted by: whiteadame 10 years ago
Senior Yellow Belt
-1

I used the following command line as there is a local copy of the install files on our KMS licensed professional plus version. Using the standard command lines didnt work and we received the error message your installation is corrupt.

"%commonprogramfiles%\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe" /uninstall PROPLUS /config Config.xml /dll OSETUP.DLL

The config.xml file (Like the silent.xml as shown in an entry above by KARELV above is like the one I used) must be first copied into the folder "%commonprogramfiles%\Microsoft Shared\OFFICE14\Office Setup Controller.

Then the command line can be used.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Share

 
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