Why does a silent installation for a support package fail with "Caused by: java.lang.Exception: Cache Parameters: Empty installation folder" in the log file?
2 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2020-11-19
编辑: MathWorks Support Team
2020-12-3
Why does a silent installation for a support package fail with no error?
采纳的回答
MathWorks Support Team
2020-12-3
编辑:MathWorks Support Team
2020-12-3
This issue can be caused by the installer having a issue with finding the installation path
Use the following flag in the silent installation syntax:
-installFolder C:\ProgramData\MATLAB\SupportPackages\R2018b
For example: \n
cd C:\MATLAB\R2018b\bin\win64
SupportSoftwareInstaller.exe -downloadfolder C:\Users\jsmith\Downloads\MathWorks\SupportPackages\R2018b -inputfile C:\Users\jsmith\Downloads\MathWorks\SupportPackages\R2018b\ssi_input.txt -installFolder C:\ProgramData\MATLAB\SupportPackages\R2018b
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!