Installed Browser Enumeration

  • Thread starter Thread starter Chris Murphy via DotNetMonster.com
  • Start date Start date
C

Chris Murphy via DotNetMonster.com

I'm working on a project right now that needs to enumerate all the browsers
installed on a given windows system -- whether this is FireFox, Mozilla, IE,
Opera etc.. I need to build a list of the installed browsers with appropriate
exe locations and Full application names. Can anyone shed some light as to
how I can accomplish this, or at least point me in the right direction? Thank
you!
 
Chris said:
I'm working on a project right now that needs to enumerate all the browsers
installed on a given windows system -- whether this is FireFox, Mozilla, IE,
Opera etc.. I need to build a list of the installed browsers with appropriate
exe locations and Full application names. Can anyone shed some light as to
how I can accomplish this, or at least point me in the right direction? Thank
you!

There are no "sure" ways to do this. The best one is to go to the
registry, find the HKEY_CLASSES_ROOT root and then find all
applications associated with the .HTML and .HTM extensions. These
should all be browsers.

Thanks to someone (I honestly forget who, its been years) for
suggesting this.

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Really, how do you make enumerations? 2
How to change default browser for VS 2005 3
Which browser? 18
Graphics in a browser 3
Check for correct multithreading 15
New browser 6
Windows 10 Fresh Win 10 install 3
Browsers 2

Back
Top