I'm creating an installer for a website.
The only thing I require as input from the user (in Custom Actions) is settings for the web.config.
My initial approach was to create a Deployment project from my web project ans use this as input to the Setup project.
Couldn't I use a Web Setup project instead of a Web Deployment + Setup project to do the same thing?
Issues I have found with the Web Deployment is that I cannot edit it's contents at installation time, I'm taking user input at installation time to write to the web.config that the Installer uses but of course this file is embedded in the Web Deployment projects output (I don't think this can be edited once the Web Deployment project has been compiled, correct me if I'm wrong please!!!!!)