Hey everyone, there's one thing bugging me for quite some time now. How can I create a setup project (resulting in a msi package) for my Asp.Net Mvc 2 Project? The installer / msi should create a website in iis7, a database in SQL Server 2008 and put the connection string(s) into the web.config
. What is the best way to achieve this? Does anyone have experiences with 3th party products or does plain old vs2010 the trick?
Thanks in advance!