Hi all,
Trying to get uninstall to work for Office 2010 from SCCM.
This is my command line:
msiexec /x {90140000-0011-0000-0000-0000000FF1CE} /qb!
It starts fine and hogs a lot of CPU for about 1-2 minutes then it shuts down and
Office 2010 still remains installed.
What to do?
Mike
Uninstall office 2010 from SCCM fails
Answers
Rating comments in this legacy AppDeploy message board thread won't reorder them,so that the conversation will remain readable.
Microsoft also has an Office scrubber that you can run to do the uninstall. The one that I am using is called MicrosoftFixit50154.msi and it extract a file called OffScrub07.vbs. Only problem I am having is disabling the reboot warning at the end. No Setup.exe required with this one
"%~dp0setup.exe" /uninstall {putguidhere}
or use the MicrosoftFixit50450.msi (i use the .vbs that extracts from it "OffScrub10.vbs" /ALL)
there are similar fixit's for 2003 and 2007
Hi,
I have used the following command line on SCCM program, having Office 2010 Professional Edition (with administrative folder):
setup.exe /uninstall ProPlus
I don't know if you've resolved this...but I've found that with Office 2003 and 2007, you have to reference the .msi that installed the application and use the Msiexe.exe to perform the uninstall;
Msiexec /u "path to install msi/whatever.msi" /qb!
This would work. Hopefully you already resolved your issue.
K
How do I uninstall Office 2003, Office 2007 or Office 2010 suites if I cannot uninstall it from Control Panel?
MicrosoftFixit50450.msi
http://support.microsoft.com/kb/290301
You need to use SETUP.EXE and an XML file configured for uninstall. Check out the 'Package KB'.

Please log in to comment