Where is the file MCRInstaller.exe located on my machine?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
Réponse acceptée
MathWorks Support Team
le 27 Juin 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!