- 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 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Abhas
on 4 Jun 2025
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 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!