Confirm the presence of IIS before installing an application

  • Thread starter Thread starter Peter DeSimone
  • Start date Start date
P

Peter DeSimone

Is there any way to confirm if IIS exists before doing installation of a
program that will install a web site?

I will probably use the Visual Studio .NET installer and then at the very
last step run a C# program that makes the web site.



--

++++++++++++++++++++++++++++++++++++++++++++++
Peter DeSimone

Email Address: (e-mail address removed)
++++++++++++++++++++++++++++++++++++++++++++++
 
Hi Peter,

Yes, when you do a Web Setup Project or run the Setup Wizard for a Web
Project it will automatically add a Launch Condition for you. After
creating the setup project, right-click on the project and select View,
Launch Conditions. You'll see an IIS Condition on the Launch Condition
window.

Joe
 
Thanks for the information.

I forgot about the Web Setup, I have only created Application Setup
programs before.

Peter
 

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

Back
Top