Silent installation

The installer also has a silent installation mode which is activated by the -q parameter when running the installer from a command line, e.g.

CLCGenomicsServer_7_5.exe -q

On Windows, if you wish to have console output, -console can be appended as the second parameter (this is only needed when running on Windows where there is no output per default):

CLCGenomicsServer_7_5.exe -q -console

You can also in silent mode define a different installation directory: -dir .

CLCGenomicsServer_7_5.exe -q -console -dir "c:\bioinformatics\clc"

Note! Both the -console and the -dir options only work when the installer is run in silent mode.

The -q and the -console options work for the Uninstall program as well.

Linux and Mac systems are also supported.

On Mac, this looks something like:

/Volumes/CLCGenomicsWorkb/CLC Genomics Workbench Installer.app

/Contents/MacOS/JavaApplicationStub -q

On Linux the following options are supported:

CLCGenomicsServer_7_5.exe -c

This forces the installer to run in console mode.

To do a fully unattended installation use the following options:

CLCGenomicsServer_7_5.exe -c -q -dir /opt/clcgenomicsserver

This installs the product in /opt/clcgenomicsserver.