- From the operating system command line, navigate to the "for_redistribution" folder of the compiled application where you would find the installer "MyAppInstaller_web' executable
- Execute the below command in the command line:
How can I silently install a program which was written and compiled in MATLAB R2024a?
조회 수: 13 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2017년 1월 19일
편집: MathWorks Support Team
2025년 11월 18일 9:35
I found instructions on how to install MATLAB Compiler Runtime in silent mode in the following documentation page:
But assuming that the Runtime is already installed, is it possible to silently install a program which was written and compiled in MATLAB?
채택된 답변
MathWorks Support Team
2024년 3월 29일
편집: MathWorks Support Team
2021년 1월 14일
It is possible to install a program written and compiled in MATLAB in silent mode, in a way similar to installing the MATLAB Compiler Runtime non-interactively. The general command used in the Terminal is as follows:
<installer> -mode silent -agreeToLicense yes
For example, if you have a standalone application that you want to install in silent mode on Windows, do the following:
MyAppInstaller_web.exe -mode silent -agreeToLicense yes
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!