Windows installer + sql script + config in IIS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stephane

    Windows installer + sql script + config in IIS

    Hi,

    I built a application in .net which include a database, a windows service
    and a web site. I want to make a windows installer which would do:

    - Copy all files into the user system
    - Execute the script generated by entreprise manager when we script an
    entire database.
    - Execute a .bat file (or console command) to install the windows service
    - Configure a virtual directory in IIS, into the user's web site.
    - Set up permissions (ie, allow ASPNET user to use the installed directory)

    This obviously require some infos from the client like which web site he
    wants the server to be installed.

    Is there a way to do this automatically or I should create a step by step
    installation file to help the user to install it manually?

    Thanks,

    Stephane
Working...