New Version Matlab means Users Need New MCR?

조회 수: 1 (최근 30일)
Douglas Anderson
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

채택된 답변

Sean de Wolski
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
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
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 CenterFile 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!

Translated by