How do I uninstall or silently uninstall MATLAB Runtime v9.9 or later?
조회 수: 61 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2020년 11월 11일
답변: MathWorks Support Team
2020년 11월 11일
How do I uninstall or silently uninstall MATLAB Runtime v9.9 or later on Windows?
채택된 답변
MathWorks Support Team
2020년 11월 11일
As of MATLAB Runtime R2020b v9.9, the Java uninstaller for MATLAB Runtime is now a C++ installer. It can be found in the following directory within a MATLAB Runtime installation:
/bin/win64/Uninstall_MATLAB_Runtime.exe
You can run the uninstaller in two modes, interactive and silent. To run in interactive mode, run the above Uninstall_MATLAB_Runtime.exe, and it should launch normally. To run the uninstaller silently, run it in the Windows Command Prompt with the -mode silent flag like the example below.
/bin/win64/Uninstall_MATLAB_Runtime.exe -mode silent
Note: The new uninstaller does take longer to run than the uninstaller from previous releases.
댓글 수: 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!