|
-
November 6th, 2003, 07:44 AM
#1
How Can I get All the softWare Information?
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.
-
November 6th, 2003, 07:56 AM
#2
You need to enum all registry keys under :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
-
November 7th, 2003, 02:25 AM
#3
Thank you!
Could you please give me some examples code how to enum all registry keys? or links..ths
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|