Click to See Complete Forum and Search --> : API for accessing "Add or Remove Programs" panel


wingstech
July 13th, 2005, 05:13 PM
Hi:

If I want to remove a program called "Super Game" from Add or Remove Program at Control panel, is there an API for doing this? Thanks.

wildfrog
July 14th, 2005, 07:12 AM
By examining the registry entries under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall you should be able to enumerate all installed applications, and to get their associated modify/uninstall applications.

- petter