| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Managed C++ and C++/CLI Discuss Managed C++ and .NET-specific questions related to C++. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
API for accessing "Add or Remove Programs" panel
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. |
|
#2
|
||||
|
||||
|
Re: API for accessing "Add or Remove Programs" panel
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 |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|