Question
Can I install LimitState software silently (e.g. for network deployment in a large organization)?
Solution
An unattended/silent installation can be performed by using the "--mode unattended" option on the command line. For example, to install LimitState:RING 3.2 x64 silently, open a command prompt in the location of the executable and enter:
RING3.2-20141-installer64.exe --mode unattendedThe installation directory is set by the --prefix option. For a list of all options, pass the option --help on the command line.
Useful options include:
- --useOpenGLSW true|false
- --prefix <path>
- --mode unattended
- --unattendedmodeui none|minimal|minimalWithDialogs