Embedding IIS Deployment within my application
am 12.08.2007 16:50:02 von zzzbla
Hi,
I'm writing a deployment app for an application that uses SQL Server
Express and IIS.
Embedding SQL Server installation is quite easy, but since IIS is a
system component, it's a bit trickier...
Anyone has any idea how to detect whether IIS is installed on a
machine and then if it isn't, install it (just automate the add/remove
thing, so the user won't have to go through all that).
Thanks,
R. Green
Re: Embedding IIS Deployment within my application
am 12.08.2007 17:52:20 von zzzbla
Nevermind - found it here:
http://support.microsoft.com/kb/309506
On Aug 12, 5:50 pm, Ronald Green wrote:
> Hi,
>
> I'm writing a deployment app for an application that uses SQL Server
> Express and IIS.
> Embedding SQL Server installation is quite easy, but since IIS is a
> system component, it's a bit trickier...
>
> Anyone has any idea how to detect whether IIS is installed on a
> machine and then if it isn't, install it (just automate the add/remove
> thing, so the user won't have to go through all that).
>
> Thanks,
> R. Green