I am writing programs in MATLAB to distribute to Windows users. I am using the MATLAB compiler with MATLAB release r2014a to create the programs. I can create a Windows installer using the MATLAB application compiler and it works acceptably.
However, I would like the installer to require that my users review and accept a licence agreement before they install the software. The MATLAB installer does not provide this possibility.
Can anyone suggest an alternative way to package my compiled MATLAB applications? I would accept a two level installer, where the first installer presents the licence terms the unpacks the MATLAB installers, which need to be run in a second installation phase. A single phase solution would clearly be better.