Is it possible to use WIX to install side by side versions of the same IIS website. Including the ability to upgrade them individually? I've searched high and low and can't find anything on the internet for this.
Also why is using heat to harvest files automatically with each build such a no no? Having to manually update the file structure in WIX when it's already handled in VS and source control is such a pain if you're adding views, models, controllers a lot during development.
I'd like to be able to publish the site during a TFS build and then harvest the output for the installer.
Is there a better way than WIX to do this? A deployment tool like Octopus or Web Deploy isn't an option though as it needs to be an installer. A paid for option is also out.