Automate install - pass license information
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Sreeram
2025-1-23
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 个评论
另请参阅
类别
在 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!