How can I embed MCR in an executable file?
Mostrar comentarios más antiguos
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 comentarios
Adam
el 16 de En. de 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
el 16 de En. de 2019
Shouldn't this be an Answer down below instead of a comment?
Torsten Klement
el 16 de En. de 2019
Adam
el 17 de En. de 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
el 1 de Feb. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!