Click here to Skip to main content
15,888,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to get all installed programs and their icons on my computer just like the Windows "Add/Remove" program and also I want to get all installer informations from registry with the "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall". For some programs which don't have DisplayIcon entry under this key, what should i do if i want to get the icon as well.
Posted
Updated 13-Sep-10 0:16am
v2

Take a look at the Control Panel application, you will notice a lot of entries with the same icon. Your application should do the same, use a generic icon for all entries that do not specify one.
 
Share this answer
 
thanks, but what API should i used to make it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900