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

    How to get all installed softwares

    Hi All,
    Do all you know how to get all installed
    softwares (Like add/remove programs on Control Panel), please tell me, I really need it.

    Thanks



  2. #2
    Join Date
    Oct 1999
    Location
    Braunschweig, Germany
    Posts
    114

    Re: How to get all installed softwares

    Browse these registry keys:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall



    Wolfgang "Easy" Busch
    [email protected]

  3. #3
    Join Date
    Sep 2001
    Posts
    22

    Re: How to get all installed softwares

    but can you tell me when they in:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    and when they in:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

    in my computer (Win2000 Pro.), I find them in
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

    can you tell me exactly

    Thanks



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