Well, I guess this is not a show stopper as I'm getting the program itself compiled, so I'll just use that instead
Installer deployment from standalone
2 views (last 30 days)
Show older comments
Hi all,
I have made a standalone (remoteLicenseGen.exe), which compiles a new exe file by using the mcc command. This works fine. However, I'm having trouble in getting the standalone to compile me the installer file of this newly compiled exe.
I'm using the compiler.package.installer for the installer creation. Running the whole script from Matlab works fine, and the script first compiles the program itself, and then creates the installer just fine. However, after I turn the script into this standalone, and run it, it throws an exception at the line of compiler.package.installer. The error is as follows:
Any ideas what to do? Any other method for the installer creation than what I've used?
Thanks,
Tero
Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!