Possible to return a list of installed software titles through VB?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pieter Linden

    Possible to return a list of installed software titles through VB?

    Is it possible/does anyone know where there's a code snippet that will
    allow me to read the contents of HKEY_LOCAL_MACH INE\SOFTWARE or
    something like that so I can get a complete list of installed
    applications?

    Even better, can I use it to grab the list of installed applications
    on a remote machine on my network? (I do have domain admin rights, so
    I would have permission to read it...) I know what you're going to
    say... "Uhh... yeah, it's called Systems Management Server..." right?
  • Raoul Watson

    #2
    Re: Possible to return a list of installed software titles through VB?


    "Pieter Linden" <pietlinden@hot mail.com> wrote in message
    news:bf31e41b.0 309072028.6ca49 928@posting.goo gle.com...[color=blue]
    > Is it possible/does anyone know where there's a code snippet that will
    > allow me to read the contents of HKEY_LOCAL_MACH INE\SOFTWARE or
    > something like that so I can get a complete list of installed
    > applications?
    >
    > Even better, can I use it to grab the list of installed applications
    > on a remote machine on my network? (I do have domain admin rights, so
    > I would have permission to read it...) I know what you're going to
    > say... "Uhh... yeah, it's called Systems Management Server..." right?[/color]

    Pete.. you could scan the
    HLM\SOFTWARE\Mi crosoft\Windows \CurrentVersion \Uninstall

    If it's listed there, it's installed (properly anyway unless the user wipe
    it out). I am on travel this week but send me an e-mail if you want a sample
    code


    Comment

    Working...