Standalone APP Runtime error

4 views (last 30 days)
MartinM
MartinM on 18 Dec 2019
Commented: MartinM on 19 Dec 2019
Dar al
Iam using Matlab 2019a. I have creat a app with app design. Problem : When I want to creat a standalone app, without download for the user, Ineed to select "Runtime included in package". I have download the 2019a version from https://fr.mathworks.com/products/compiler/matlab-runtime.html
Tht give me a zip. But when I select it I got an error message : "This file is nota valid Matlab Runtimeinstaller for this version"....
Do you have an idea?
Regards
  2 Comments
Walter Roberson
Walter Roberson on 18 Dec 2019
You must use the runtime for exactly the same R2019a Update that you developed the app on.
MartinM
MartinM on 18 Dec 2019
On the link their is only one possibility : R2019a (9.6). Still not working
I need to load the ZIP file in the packaging part of app design.
Or I need to unzip it? Unzip and install and Add something manually?
Regards

Sign in to comment.

Accepted Answer

Kojiro Saito
Kojiro Saito on 19 Dec 2019
In the MATLAB Runtime download page which you described above, the latest update version is listed. As of R2019a, the link is Runtime R2019a Update 6.https://ssd.mathworks.com/supportfiles/downloads/R2019a/Release/6/deployment_files/installer/complete/win64/MATLAB_Runtime_R2019a_Update_6_win64.zip
So, if you're using another update version of R2019a, you need to download the same update version of Runtime.
You download the same version from MATLAB.
compiler.runtime.download
if you cancel this command, you can find the URL. For example, R2019a Update 1 is
After download the installer file, you don't need to unzip it. Just point the zip location in MATLAB Compiler Preference.
MATLAB Compiler Preferences.png

More Answers (0)

Categories

Find more on Downloads in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!