How do I install older update versions of MATLAB Compiler Runtime (MCR)? Can I obtain versions of MCR that are not available online?

160 views (last 30 days)
How can I obtain prior update versions of the MATLAB Compiler Runtime? Where can I find releases of MATLAB Compiler Runtime that are not available online? 

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 21 Jun 2022
Edited: MathWorks Support Team on 21 Jun 2022
Obtaining prior updates for MATLAB Compiler Runtime
The release and updates of older versions can be specified in the URL. To obtain an earlier update version of the MATLAB Compiler Runtime:
  1. Navigate to the MATLAB Compiler Runtime page: https://www.mathworks.com/products/compiler/matlab-runtime.html
  2. Right-click on the R20XXx 64-bit link under the appropriate OS and select "Copy Link Address"
  3. Copy the address into a web browser and then replace the existing update number/release with the desired update/release in both places of the web address. For example:
downloads/R2019a/Release/3/deployment_files/installer/complete/win64/MATLAB_Runtime_R2019b_Update_3_win64.zip
This should allow you to download the specific update version of MATLAB Compiler Runtime.
Obtaining general release (without update) of MATLAB Compiler Runtime 
  1. Navigate to the MATLAB Compiler Runtime page: https://www.mathworks.com/products/compiler/matlab-runtime.html
  2. Right-click on the R20XXx 64-bit link under the appropriate OS and select "Copy Link Address"
  3. Copy the address into a web browser and then replace the existing update number/release with the 0 (zero) and remove _Update_X from the file name from the web address. For example:
downloads/R2019b/Release/0/deployment_files/installer/complete/win64/MATLAB_Runtime_R2019b_win64.zip
This should allow you to download the general release (without update) of MATLAB Compiler Runtime.
 
For releases of MATLAB Compiler Runtime that are not available online: 
Please check to see if the version of MATLAB Compiler Runtime you need to use is available on the following website.
For situations where the release of the MATLAB Compiler Runtime is not available on our website, and you do not have a license for MATLAB Compiler, please contact the author of the compiled component you try to run. They should have access to the MCR installer which they can share with you.
In case you have a license for MATLAB Compiler, please refer to the below table to find out which MATLAB version comes with the MCR version that you need.
----------------------------------------------
MATLAB | MATLAB | MATLAB |
Release | Component | Compiler |
| Runtime (MCR) | Version |
----------------------------------------------
R14 (7.0) | 7.0 | 4.0 |
 R14SP1 (7.0.1) | 7.1 | 4.1 |
 R14SP2 (7.0.4) | 7.2 | 4.2 |
 R14SP3 (7.1) | 7.3 | 4.3 |
 R2006a (7.2) | 7.4 | 4.4 |
R2006b (7.3) | 7.5 | 4.5 |
R2007a (7.4) | 7.6 | 4.6 |
R2007b (7.5) | 7.7 | 4.7 |
R2008a (7.6) | 7.8 | 4.8 |
R2008b (7.7) | 7.9 | 4.9 |
R2009a (7.8) | 7.10 | 4.10 |
R2009b (7.9) | 7.11 | 4.11 |
R2009bSP1 (7.9.1) | 7.12 | 4.12 |
R2010a (7.10) | 7.13 | 4.13 |
R2010b(7.11) | 7.14 | 4.14 |
R2010bSP1 (7.11.1)| 7.14.1 | 4.14.1 |
R2010bSP2 (7.11.2)| 7.14.2 | 4.14.1 |
R2011a (7.12) | 7.15 | 4.15 |
R2011b (7.13) | 7.16 | 4.16 |
R2012a (7.14) | 7.17 | 4.17 |
R2012b (8.0) | 8.0 | 4.18 |
R2013a (8.1) | 8.1 | 4.18.1 |
R2013b (8.2) | 8.2 | 5.0 |
 R2014a (8.3)      | 8.3           | 5.1      |
 R2014b (8.4)      | 8.4           | 5.2      |
 R2015a (8.5)      | 8.5           | 6.0      |
 R2015b (8.6)      | 9.0           | 6.1      |
 R2016a (9.0)      | 9.0.1         | 6.2      |
 R2016b (9.1)      | 9.1           | 6.3      |
 R2017a (9.2)      | 9.2           | 6.4      |
 R2017b (9.3)      | 9.3           | 6.5      |
For releases R2017b and earlier, once you know the version of MATLAB, please install that version of MATLAB plus MATLAB Compiler.
Now open that version of MATLAB  and type 'mcrinstaller' on the command window.
>> mcrinstaller
This will display a full path as the output, for example:
'C:\Program Files\MATLAB\R2014a\toolbox\compiler\deploy\win64\MCRInstaller.exe'
Go to the required directory and you will find the specific MCR. Install that MCR and try running your existing deployed application.
If you need to install MATLAB Compiler Runtime for R2018a or newer, please see the following article:
How do I install MATLAB Compiler Runtime (MCR)?

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2014a

Community Treasure Hunt

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

Start Hunting!