Forum Discussion
according to the manual you can use the --help switch to see the other install options via command line.
Doing this shows a switch called 'modelsim_edition'
It then shows: Default: modelsim_ase (starter edition), _ae I think is the Altera edition requiring a license
Allowed: modelsim_ase modelsim_ae
so to install it via command line silently, you would type or run a batch file with:
"ModelSimSetup-13.0.1.232.exe --unattendedmodeui none --mode qt win32 unattended --modelsim_edition modelsim_ase"
- SDunc16 years ago
New Contributor
forget my post. it does NOT Work.
I tried editing the switches to "ModelSimSetup-13.0.1.232.exe --unattendedmodeui none --mode unattended --modelsim_edition modelsim_ase" and it still fails.
i'm trying to build an install package using this as a command-line installer, but fails.
Does anyone have a working installer for remote installations?