It is possible to install MonolixSuite with a silent installer mode, i.e. without any user interaction. It is particularly convenient on systems without interface (typically cluster) and when we want to install it on a lot of machines in a network.
For that, you need to download the files controlscript_lixoftsuite_silent2021R2.qs as well as silentInstall_monolixSuite2021R2.sh.
Save the two files in the same folder as the file monolixsuite2021R2-installer (download page), and launch the following command line in that folder:
./silentInstall_monolixSuite2021R2.sh
You can then use licenseActivate script in the installation folder (in subfolder lib/) to provide the key, like this:
./licenseActivate --key <key>
Some important points:
-
- It only works for Linux operating system. For windows operating system, you need to accept to install it as an administrator and accept the installation of the Visual Redistribute.
- It is possible to change the installation directory by modifying the file controlscript_lixoftsuite_silent2021R2.qs on line 104.
- If you are installing older MonolixSuite versions, you should use
- For 2021R1: ./silentInstall_monolixSuite2021R1.sh where the files can be downloaded here
- For 2020R1: ./silentInstall_monolixSuite2020R1.sh where the files can be downloaded here
- For 2019R2: ./silentInstall_monolixSuite2019R2.sh where the files can be downloaded here
- For 2019R1: ./silentInstall_monolixSuite2019R1.sh where the files can be downloaded here
- For 2018R2: ./silentInstall_monolixSuite2018R2.sh where the files can be downloaded here
- For 2018R1: ./silentInstall_monolixSuite2018R1.sh where the files can be downloaded here
There is no option to uninstall MonolixSuite with a silent command.