Where is the file MCRInstaller.exe located on my machine?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have the MATLAB Compiler and wish to deploy a stand-alone application on some machines that do not have MATLAB installed on them. I understand I need to run the MCRInstaller.exe on those machines first and want to know where this file is located.
Risposta accettata
MathWorks Support Team
il 27 Giu 2009
In MATLAB 7.5 (R2007b) and newer, the following command can be used to determine where the installer is located:
mcrinstaller
For older versions of MATLAB, the MCRInstaller.exe is located in the folder:
$MATLABROOT\toolbox\compiler\deploy\$ARCH
where $MATLABROOT is the MATLAB root directory and $ARCH is the system architecture (such as win32, win64, glnx86 etc.). The MATLAB root directory may be determined by entering the command:
matlabroot
at the MATLAB command prompt.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!