/build/static/layout/Breadcrumb_cap_w.png

Uninstalling a Previous Version

Hello everyone,
I am needed to remove a program that was hand installed on about 30 computers. The program is a vendor .msi. I do not have the .msi. I was wondering what was the best way to go about uninstalling this application from the computers. I know I can get a guid from the registry somewhere and try to run a msiexec.exe /x {guid} but will it find the old msi? And is the guid different per machine? I'm somewhat confused as to the best way to go about doing this. Please send me your guidance. It is always adored.

Magnum

0 Comments   [ + ] Show comments

Answers (2)

Posted by: akhlaque 16 years ago
Orange Senior Belt
0
The GUID is called product code of a msi.
The location where u can find the product code for ur msi in the registry is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{product code}

try to find the product code of ur msi and use the command line : msiexec /x {Product code}
Posted by: Sguilly 16 years ago
Senior Yellow Belt
0
If you are looking for a quick way to find the guid/uninstall string for an application currently installed on a machine you could use either

My Uninstaller (standalone app that comprises of a single .exe)

http://www.nirsoft.net/utils/myuninst.html

Or Microsofts, WINDOWS INSTALLER CLEAN UP UTILITY

http://support.microsoft.com/kb/290301
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ