SCCM Uninstallable Packages
How to create uninstallation package using SCCM 2007 for Microsoft Visio, Project, OneNote and SharePoint applications.
Kindly provide some steps if it is possible.
Regards, Pratap
June 21st, 2011 12:31pm
You have to create a config-file to make the uninstall silent. For Project Standard it looks like this:
<Configuration Product="PrjStd">
<Display Level="None" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>
For the other apps you need to modify the top line to match the product. You can find the value in the config.xml file in the <product>.WW folder on each media.
The command line to run the uninstall:
setup /config <path to config file> /uninstall PrjStd
Free Windows Admin Tool Kit Click here and download it now
June 21st, 2011 12:59pm
you can try unstalling from uninstall string which you can find
HKLM/software/microsoft/windows\currentversion\uninstall
Find the key for the software that you wants to uninstall there you will find uninstall string.
Now you need to create program/package with same uninstall string and target make sure you put "/qn" in commandline.
June 21st, 2011 4:09pm
v-2bhasx: While this works in most cases it is not the correct way to uninstall Microsoft Office poducts
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2011 4:00pm
Hi Erik,
I get the below error
"The program for advertisement "D012050A has not yet started because the content for the package "D0100029" - "Uninstall" (version 1) has not been acquired. Possible cause: The content for this program must be downloaded into the computer's cache, or the
content could not be located".Regards, Pratap
June 25th, 2011 9:13pm
Have you added the xml-file to the product you want to uninstall and then distributed the package to a distribution point?
Free Windows Admin Tool Kit Click here and download it now
June 27th, 2011 3:45pm
Yes i created the xml fileRegards, Pratap
June 29th, 2011 8:15pm
I used strings like msiexec /x VISPRO.MSI /quiet /norestart msiexec /uninstall MsiExec /I{90510409-6000-11D3-8CFE-0150048383C9} /qb I still get the error as mentioned above. Can anyone help me please.Regards, Pratap
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2011 3:27pm
what version are these applications? Office 2003, 2007 or 2010 ?Don
July 6th, 2011 2:54pm
2003Regards, Pratap
Free Windows Admin Tool Kit Click here and download it now
July 12th, 2011 12:48pm
office 2003 uninstallation can be tricky.
if you are installing office2007 or office2010, and want office2003 to be uninstalled, it doesn't always succeed.
anyway, there is the office resource kit (ork) which offers several tools, and there are sms/sccm package definition files available which offer install and also uninstall options.
you can also check at appdeploy.com for guidance.Don
July 12th, 2011 2:34pm
I get the below error while uninstalling OneNote 2007 in SCCM Server
"The description for Event ID ( 5447 ) in Source ( SmsClient ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag
to retrieve this description; see Help and Support for details. The following information is part of the event: , GUID:5F91255D-4EFF-400A-B4CA-5FF3E1541CF2",
I used the uninstall command "MsiExec.exe /x{90120000-00A1-0000-0000-0000000FF1CE} /quiet /norestart"
Please let me know the steps to follow to achieve this.
Regards, Pratap
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2011 5:37pm
when i ran this again "MsiExec.exe /x{90120000-00A1-0000-0000-0000000FF1CE} /quiet /norestart" it is uninstalling the onenote 2007 but it is restarting the machine. Hope we are almost near but please let me know how to uninstall without restarting the
machine.Regards, Pratap
July 13th, 2011 5:55pm
Hi All,
Can you all help me getting the Uninstall string for below application.
Microsoft Visio 2007 - 90510409-6000-11D3-8CFE-0150048383C9
, Microsoft Project 2007 - ?
, OneNote 2007 - ? and
SharePoint 2007 - ?
Regards, Pratap
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2011 7:22pm


