Where is the file MCRInstaller.exe located on my machine?
11 ビュー (過去 30 日間)
古いコメントを表示
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.
採用された回答
MathWorks Support Team
2009 年 6 月 27 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!