CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Help me !!!

  1. #1
    Join Date
    Sep 2001
    Posts
    22

    Help me !!!

    Hi All,

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

    Thanks



  2. #2
    Join Date
    Aug 2000
    Location
    Ottawa, Canada
    Posts
    469

    Re: Help me !!!

    You didn't tell which OS you're developing for.
    I'm running NT 4. So, in Registry there is a key
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    All subkeys are installed applications.

    If you don't have this key on your Windows just do search in Registry for any text string displayed by "Add/Remove Programs" dialog.


  3. #3
    Join Date
    Sep 2001
    Posts
    22

    Re: Help me !!!

    I want to get these information in WINDOW OS (WIN95, WIN98, WIN NT, WIN 2K, ...).
    If you don't mind, can you tell me how to code to get all installed program in a computer, it will helpful for me.
    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