S
Steve C. Orr [MVP, MCSD]
From my application that I will be widely deploying, I have several
applications that I need to check for programatically to see if they are
installed or not. I also need to get the path to these applications. After
searching through the registry, I don't see any single place that holds this
information.
Does anybody have any idea how I can get this information?
I suppose I could do a recursive search through the user's start menu if I
had to, but this would require opening shortcut files to see the target of
the shortcut, which I also do not know how to do from .NET.
Has anybody got any tips for me?
Thanks,
Steve Orr
applications that I need to check for programatically to see if they are
installed or not. I also need to get the path to these applications. After
searching through the registry, I don't see any single place that holds this
information.
Does anybody have any idea how I can get this information?
I suppose I could do a recursive search through the user's start menu if I
had to, but this would require opening shortcut files to see the target of
the shortcut, which I also do not know how to do from .NET.
Has anybody got any tips for me?
Thanks,
Steve Orr