[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Detecting if IE web browser is installed on the machine (c#

orit

7/26/2007 3:36:00 PM

I'm writing a c# application that uses axWebBrowser.
I want that at any stage between the installation to using the aplication,
the application will check if IE browser is installed on the machine, If yes
- Continue, If not, will tell the user that IE is required and ask him if he
wants to install.

How to do that?

Thanks