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_6_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_6_5.exe -q -console
You can also in silent mode define a different installation directory: -dir .
CLCGenomicsServer_6_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.