I am writing programs in MATLAB for distribution to Windows users. I am using the MATLAB compiler with the release of MATLAB r2014a to create programs. I can create a Windows installer using the MATLAB application compiler, and it works just fine.
However, I would like the installer to require my users to review and accept the license agreement before they install the software. The MATLAB installer does not provide this feature.
Can anyone suggest an alternative way to package my compiled MATLAB applications? I would agree with the installer of two levels, where the first installer represents the terms of the license, unpacks MATLAB installers, which must be run in the second stage of installation. Obviously, a single-phase solution will be better.
source share