Installation modes - console and silent
Two installation modes are available to support efficient installation of the software.
- Console mode This mode is particularly useful when installing onto remote systems. On Linux, this mode is enabled by using the option
-c
when launching the installer from the command line. On Windows the option is-console
. - Silent mode This mode supports hands-off installation. Default answers to all prompts are used, although a non-default installation directory can specified if desired (see below). Silent mode is activated using the
-q
parameter when launching the installer from the command line. On Windows, the-console
option can be appended after-q
, that is, as the second parameter, to ensure output to the console.
If desired, you can specify the directory to install the software to when running the installer in silent mode. Do this adding the
-dir
option to the command line.On Windows, the
-console
and the-dir
options only work when the installer is run in silent mode.
The following is an example of a command that would install the software into the directory "c:\bioinformatics\clc" on a Windows system using silent mode with console output. The same form of command works for any CLC installer.
CLCGenomicsServer_24_0_1_64.exe -console -q -dir "c:\bioinformatics\clc"
On a Linux system, a similar command to install into the directory "/opt/bioinformatics/clc" could look like:
./CLCGenomicsServer_24_0_1_64.sh -q -c -dir /opt/bioinformatics/clc
The -q
and the -console
options work for the uninstall program as well.