New Version Matlab means Users Need New MCR?
2 ビュー (過去 30 日間)
古いコメントを表示
Douglas Anderson
2014 年 10 月 8 日
コメント済み: Sean de Wolski
2014 年 10 月 10 日
Hello!
I am developing code for clients that don't have MATLAB, so I use the Application Compiler under the APPS tab. When I run it, I have the "Runtime downloaded from web" box checked, so they only have to do this once, to my understanding.
Now that there is a new release (2014b), am I correct that updates to the code sent to the client will trigger another download of MCR from the web without any needed action by me or the client? In other words, just let them know that it will download the MCR again, and the installer will replace whatever they have? And all previous code needs to be recompiled with the new release, since the old MCR is gone?
Thanks
Doug
0 件のコメント
採用された回答
Sean de Wolski
2014 年 10 月 8 日
When you compile code with the new release it will require a new version of the MCR to be downloaded. Old applications can continue to run against older versions of the MCR (there can be multiple versions installed at a time), but you they will need the new MCR as well for any new functionality.
6 件のコメント
Image Analyst
2014 年 10 月 9 日
Is that only if you use deploytool? Because I don't use that - I only use mcc. I've not used deploytool since it is/was too primitive and couldn't do things like have custom graphics and other things that full fledged installer apps have. If it does now, then maybe I should take another look at it.
Sean de Wolski
2014 年 10 月 10 日
@IA, it does. It was redone a few releases ago (12b maybe?) and now supports images/splash screens/all of the stuff you would expect.
その他の回答 (0 件)
参考
カテゴリ
Help Center および 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!