Jump to content


  • 0
marlonc1980

Uninstall Office 2010 Silent sccm 2012 sp1

Question

1 answer to this question

Recommended Posts

  • 0

This one should be relatively easy as it could be done with a script.

 

For Office 2010 Professional (32-bit) the MSI product is {90140000-0011-0000-0000-0000000FF1CE} and 64-bit {90140000-0011-0000-1000-0000000FF1CE}. Therefore all that you need to do is run:

 

MsiExec.exe /X{90140000-0011-0000-0000-0000000FF1CE} /q /norestart

MsiExec.exe /X{90140000-0011-0000-1000-0000000FF1CE} /q /norestart

 

Depending on what version of office you are running the product code could be slightly different. If you check in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ (32-bit on 64-bit OS will be in HKLM\Software\Wow6432Node). Just do a search for Office and you should see an uninstall string with msiexec /x

 

 

What version of SCCM are you running?

 

If you are running 2007 you will already have an office 2010 package. Just create a new program under that package and call it uninstall. Put in the above command (or equivalent) to uninstall the product. Advertise the program and watch it uninstall.

 

If you are running 2010 and if you are using the new application model no doubt you will have a Office 2010 application. Modify the scripted install method you have created to deploy it and place in the above command into the uninstall command. Deploy an uninstall of the application.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.