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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 19 Nov. 2020
Bearbeitet: MathWorks Support Team
am 3 Dez. 2020
Why does a silent installation for a support package fail with no error?
Akzeptierte Antwort
MathWorks Support Team
am 3 Dez. 2020
Bearbeitet: MathWorks Support Team
am 3 Dez. 2020
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!