aliweb
Perch
Hi there
Please see the attached screenshot of a program that shows all the program
that are installed on windows (program is available on pscode.com). This program is an uninstaller that uninstalls program from the windows.
This program picks registry keys from the following location to show programs installed:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Now the problem is as you can see it is showing same icon for every program installed. What I want is to load
the respective icon for each program like you see in Add/Remove Programs in Control Panel.
In the above path key you will find a string called DisplayIcon which shows the icon to be displayed but not all
keys (programs) have this string.
So could anyone please tell me how to do this?
Please see the attached screenshot of a program that shows all the program
that are installed on windows (program is available on pscode.com). This program is an uninstaller that uninstalls program from the windows.
This program picks registry keys from the following location to show programs installed:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Now the problem is as you can see it is showing same icon for every program installed. What I want is to load
the respective icon for each program like you see in Add/Remove Programs in Control Panel.
In the above path key you will find a string called DisplayIcon which shows the icon to be displayed but not all
keys (programs) have this string.
So could anyone please tell me how to do this?