Creating Installers in .NET to Configure IIS and install MySql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karthi84
    Contributor
    • Dec 2006
    • 270

    Creating Installers in .NET to Configure IIS and install MySql

    Hi Experts,

    I need to create an installer for my web application which i have developed using visual studio 2005. My requirements are: i need to have one installer which should configure my web application to the IIS and it should create my database which is 'my sql' and install one windows service which i have as a setup file.

    So in simple one installer has to configure my web app in IIS and its database along which it should also install its supporting webservice.

    Thanks in advance.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Can you clarify:
    Are you planning on using this for computers that already have IIS installed? Or should the installer be able to install it?

    Comment

    • karthi84
      Contributor
      • Dec 2006
      • 270

      #3
      The computer is already having IIS installed and running. i need the application alone to be configured and in the IIS when i click on the installer along with the supporting Windows service which i have as an exe file or an msi file.

      Comment

      Working...