Has anybody figured out a way to automate building a release based on the Windows Installer?
The VFP Setup Wizard was easy enough to create a wzsetup.ini file for, then call, and all you had to do was click "Next" a bunch of times,
but I can't find an obvious way to programmatically create a standard build for our products using the Visual Studio Installer.
It doesn't even seem capable of being pointed to a directory with the idea: "Take all the files in this directory". Once you build the installation once, you have to add any new files individually to the release.
The VFP Setup Wizard was easy enough to create a wzsetup.ini file for, then call, and all you had to do was click "Next" a bunch of times,
but I can't find an obvious way to programmatically create a standard build for our products using the Visual Studio Installer.
It doesn't even seem capable of being pointed to a directory with the idea: "Take all the files in this directory". Once you build the installation once, you have to add any new files individually to the release.