I'm trying to create an installer for an ASP.NET MVC Application. The installer will deploy the site to a user's local IIS and set up connection to database and create database and tables if it doesn't exist.
I'm using the Web Setup Project for this. So far I was able to create the installer that will deploy the site to the IIS. Now I'm looking for a way to set the connections and create database. Are there any sources or recommendations on how to do this?
I also looked at the WiX Toolset for this and couldn't really figure out how to do it. Sources for either one would help