So I created a project (for release 1.1) that was based on the previous project (Release 1.0) and I understood all that was required to generate the patch was to add a reference to the old installer, and then click the build patch button.
Well that failed as it started to complain about a missing variable in the script that scans for Prequisites, more specifically the one that would install SQL Server 2014 (or check for it). I was able to circumvent that by encapsulating that bit in a "Compiler if Variable BUILDMODE not Equals PATCH" segment.
OK, now the patch compiles.
But when I actually try to apply the patch, I get an error about weird file name (not one that I included in any of the projects) not being found in a cab file with a cryptic ID. Then the patch simply fails.
This was supposed to be a simple exercice according to the documentation, where did I manage to screw it up
