- It requires individual activation per machine/session.
- It ties installs to a MathWorks account unnecessarily.
- For concurrent licenses, the installation should just point to your Network License Manager (MLM) server via the license file.
What option should i use for a silent install method for Matlab
11 ビュー (過去 30 日間)
古いコメントを表示
I am creating a installer_input.txt file for a silent installation for deployment via SCCM. I don't want the installation method to be "log in with a Mathworks account" because the mathworks account is an admin account for 100 concurrent user license. The other option is "Use a File Installation Key". What is the best method for a concurrent network pool of lab computers?
0 件のコメント
回答 (1 件)
Abhas
2025 年 6 月 4 日
For a concurrent (network license manager) pool of lab computers, the best practice is to use File Installation Key (FIK) + license file path option in your "installer_input.txt" for silent installs via SCCM.
You should not use the "Log in with a MathWorks Account" method for this kind of deployment because:
Use the File Installation Key method for silent install, referencing your license.dat (which points to your MLM server).
You may refer to the below MathWorks documentation link to know more about MathWorks Silent Installation: https://www.mathworks.com/help/install/ug/install-noninteractively-silent-installation.html
I hope this helps!
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!