I use VC6.0 in Win2000,I want to make a program to get out all the software information of my computer,just like the "add/Remove program"of the "control panel" .
How can I do it?
thanks.
Printable View
I use VC6.0 in Win2000,I want to make a program to get out all the software information of my computer,just like the "add/Remove program"of the "control panel" .
How can I do it?
thanks.
You need to enum all registry keys under :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Thank you!
Could you please give me some examples code how to enum all registry keys? or links..ths