How to generate uninstall log during automated (silent) deployment R2024a
조회 수: 13 (최근 30일)
이전 댓글 표시
Deploy Matlab to our computer suites through Intune and therefore need a deployment we can trust that can run as system.
Previously we have used the properties file to configure the Matlab install and Uninstall, but since R2024a and the guidance provided here; Uninstall MATLAB - MATLAB & Simulink - MathWorks United Kingdom I'm unclear if it's possible to output an uninstall log file and if so how?
I cannot see any logs being generated by default so I'm assuming there is a switch I've yet to find. Any help is appreciated. Thanks
댓글 수: 0
답변 (1개)
Karanjot
2024년 5월 10일
Hi Guy,
Starting R2024a, Only the "-mode" flag is supported for silent installation as specified on the documentation page given by you.
You can still access the log file for the silent uninstallation from the temp directory. Plese refer to the below documentation to get more information on accessing the log file:
I hope this helps!
댓글 수: 2
참고 항목
카테고리
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!