Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to UNINSTALL software using SMS

Status
Not open for further replies.

gupel

Technical User
Oct 3, 2002
57
CA
Can I use SMS to uninstall 3rd party software?
Any suggestions and recomendation would be greatly appreciated.
 
As SMS can distribute software you are also able to remove SW with it.
We do this once in a while - all you need to know is the exact uninstall-string.

example:
msiexec /x program.msi (removes program)

Hope this helps,
Chris
 
Thank you for the info. You also can find the string in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\YOUR_PACKAGE\UninstallString
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top