How can I embed MCR in an executable file?
Ältere Kommentare anzeigen
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 Kommentare
Adam
am 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
am 16 Jan. 2019
Shouldn't this be an Answer down below instead of a comment?
Torsten Klement
am 16 Jan. 2019
Adam
am 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
am 1 Feb. 2019
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!