New Version Matlab means Users Need New MCR?
1 次查看(过去 30 天)
显示 更早的评论
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!