I've been going through the documentation a ton, but still cannot figure out a simple way of making an upgraded package that will put newer versions of files into my installation folder. I do not want to uninstall at all. I want the simplicity of the Visual Studio Installer Project, but with Advanced Installer, where I simply change the version number, and rebuild the package. Is this possible? If this documentation exists, please direct me to it.
We are not currently using the Updater. We are still in QA, and our software is actually two websites. Our installer needs to drop the new versions of web files on the head of the old files. Simple. I create a new msi daily, and QA is forced to uninstall / install if they miss a day's upgrade.
I had thought I figured out Patches, but that isn't consistent at all, and rarely works.
I could really use some handholding on how to use Enterprise Advanced Installer in a very simplistic fashion. Our full blown initial installation package works great. Oddly, that was the easy part. These upgrades and patches are confusing the heck out of me.
Thanks.