Barty Posted September 18, 2011 Report post Posted September 18, 2011 Hello, I am deploying windows updates to a collection of testcomputers before i deploy them to the whole company. But what if an update would mess with some of our applications. How do i remove them through the SCCM? I use SCCM 2007 // Barty Quote Share this post Link to post Share on other sites More sharing options...
Jorgen Nilsson Posted September 19, 2011 Report post Posted September 19, 2011 HI, It depends on the OS what the uninstall command are, there are no buitlin feature in SCCM to uninstall software updates. You will have to pull the uninstall information from one of the computer under the uninstall registry key for the application and put that in a SCCM package/program an deploy it. Regards, Jörgen Quote Share this post Link to post Share on other sites More sharing options...
Barty Posted September 19, 2011 Report post Posted September 19, 2011 HI, It depends on the OS what the uninstall command are, there are no buitlin feature in SCCM to uninstall software updates. You will have to pull the uninstall information from one of the computer under the uninstall registry key for the application and put that in a SCCM package/program an deploy it. Regards, Jörgen Okey! Where are those keys for updates? I found the uninstall keys for all the programs in : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall But there are no updates there? // Barty Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted September 29, 2011 Report post Posted September 29, 2011 I would use the pkgmgr.exe like described here. Quote Share this post Link to post Share on other sites More sharing options...