Integrating more complex WiX (the Windows installer toolkit) into Java builds.
- https://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.html
- WiX Maven Plugin – Introduction
Tools for working with MSI
- http://www.installsite.org/pages/en/msi/authoring.htm
- No longer supported but interesting: http://www.cornerhouse.ca/Cornerhouse/msi.html
- msilaunch is supposed to process an msi to make it automatically launch the app after the msi completes.
Official Wix Toolset Guide to launching an app after the installer runs...