"Add or Remove Programs" location in registry

  • Thread starter Thread starter David Gorick
  • Start date Start date
D

David Gorick

I would like to know where in the registry I can find the list of programs
and updates listed under the "Add or Remove Programs" icon in the Control
Panel.

Thanks.
 
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I would like to know where in the registry I can find the list of programs
| and updates listed under the "Add or Remove Programs" icon in the Control
| Panel.
|
| Thanks.
|
|
 
Don't forget

HKEY_CLASSES_ROOT\Installer\Products

Add/Remove Programs doesn't use this to display the list, but it's where the installation data for MSI apps is stored.
 
Back
Top