Automate install - pass license information
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Sreeram
el 23 de En. de 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 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!