I need to implement a web site installer for my asp.net application. The installer will be handling following features –
- Deploy the .net web application on to the IIS server
- Setting up the Sql database connection to run the DB scripts.
- Execute all the DB scripts.
- Run another exe for the license management.
- If some thing goes wrong, need to rollback everything.
I have heard about wix and install shield and wondering what would be the best technology suitable for this particular case.
Thanks Thurein
MSDeploy does all this and more. Find it over on http://www.iis.net.
-Oisin