CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2003
    Posts
    2

    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.

  2. #2
    Join Date
    Mar 2002
    Posts
    350
    You need to enum all registry keys under :
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

  3. #3
    Join Date
    Nov 2003
    Posts
    2
    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
  •  





Click Here to Expand Forum to Full Width

Featured