How can I embed MCR in an executable file?
古いコメントを表示
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 件のコメント
Adam
2019 年 1 月 16 日
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
2019 年 1 月 16 日
Shouldn't this be an Answer down below instead of a comment?
Torsten Klement
2019 年 1 月 16 日
Adam
2019 年 1 月 17 日
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
2019 年 2 月 1 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!