dhaval0129
Posts: 34
Joined: Mon Jul 22, 2013 7:19 pm

Install/Configure IIS, SQL Server and deploy .Net web application

Hi,

We are currently in midway on developing .Net based web application which involves sql server database, IIS and .Net libraries. I would like to create installer using latest version advanced installer software which would install/configure IIS server, install /configure sql server express , run database scripts and deploy .net web application. IIS server may be required to stopped and started using Advanced installer. The installer needs to work with all currently supported version of windows by microsoft

Can any one let me know how can achieve this ?
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Install/Configure IIS, SQL Server and deploy .Net web application

Hello,

To get a starting point about how to implement your setup requirements within an Advanced Installer setup project, please have a look over our user guide tutorials:

1. Configuring IIS Web Sites and Virtual Directories
2. IIS how to's
3. Using SQL Databases tutorials
4. ODBC and SQL features how to's

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”