How can I embed MCR in an executable file?
Show older comments
Hello,
i want to compile an app and embed the MRC directly. Currently I always create an installation file which has to be installed on the end computer. Can I bypass this installation ?
Matlabversion : R2018a
Runtime: 9.4
Many thanks in advance
Torsten Klement
5 Comments
Adam
on 16 Jan 2019
If you are using the Matlab Compiler App there is an option in the GUI in the top right as to whether to build with or without including the MCR, but it will still be an installer that you would create that will wrap these together.
Generally I build both when I build an app because some of our clients have issues with not being able to get the MCR from the web due to IT restrictions.
Image Analyst
on 16 Jan 2019
Shouldn't this be an Answer down below instead of a comment?
Torsten Klement
on 16 Jan 2019
Adam
on 17 Jan 2019
As far as I am aware, whether it is the web installation or the one packaged in with the installer it checks if the MCR already exists first and only installs/downloads it if it doesn't.
Torsten Klement
on 1 Feb 2019
Accepted Answer
More Answers (0)
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!