- 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
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Abhas
le 4 Juin 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 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!