Automate install - pass license information
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
2023b - Setup.exe passing 'installer_input.txt' properties to help simplify the install for users, works great for install key and network license location etc but is there a way to also keep it interactive so user can select needed toolboxes? Dont really want to install them all if the user doesnt even want them.
I see refrences to mode= but seems that has been removed since 2020versions?
Is there an alternative in the 2023 versons?
0 commentaires
Réponses (1)
Sreeram
le 23 Jan 2025
Hi Travis,
Unfortunately, interactive install options have been removed from the silent installer since MATLAB R2020a as mentioned in this official post:
A possible workaround is to set 'installer_input.txt' to perform a basic installation with essential products. After installation, the user can add more toolboxes interactively via MATLAB's Add-Ons Explorer.
Another workaound is to create a separate pre-installation script that lets user choose toolboxes before installation, then dynamically generate an 'installer_input.txt' file with those selections.
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!