Home All Groups Group Topic Archive Search About

Check for IIS from VB

Author
6 Jun 2006 2:08 PM
Ismaelf
Hii everyone, does aanyone knows how to check if the IIS is installed
in the computer from VB.NET 2005?
Thanks!

Author
6 Jun 2006 2:23 PM
RMT
As far as I know, you can enumerate the services running using
EnumerateServicesEx - an unmanaged method.  I'm not sure if this has been
updated or is available from .NET itself (more than likely, it is as I
haven't investigated this issue since I've been coding with .NET):

http://vbnet.mvps.org/index.html?code/network/enumservices.htm







Show quoteHide quote
"Ismaelf" <isma***@gmail.com> wrote in message
news:1149602927.798371.159870@c74g2000cwc.googlegroups.com...
> Hii everyone, does aanyone knows how to check if the IIS is installed
> in the computer from VB.NET 2005?
> Thanks!
>
Author
6 Jun 2006 3:10 PM
Ismaelf
Oh.. thanks a lot.