In the system configuration phase, the installation process performs several tasks. These can be suppressed using the /config: setup
option.
Use True
or False
to enable or disable an argument. By default, all tasks will be executed (True
). The following tables list the system configuration tasks to be used as arguments with the /config
: option. All system configuration steps can also be defined in a response file.
Data Vault Related Tasks
Argument | Description |
---|---|
| Enables or disables the creation of the ChromeleonLocal data vault. |
| Enables or disables the creation of the standard XVault. |
| Group Argument: Enables or disables all data vault related tasks:
|
| Enables or disables upgrading the database schema of existing local data vaults. |
| Runs a security update for the local data vaults. |
Service Configuration Tasks
Argument | Description |
---|---|
| Enables or disables starting of the SQL Server service. |
| Enables or disables starting of the SQL Browser service. |
| The Chromeleon 7.2 SR5 based and 7.2.x-based versions include a hash algorithm that provides enhanced transport security. If you install a Chromeleon 7.2 SR5 or 7.2.x-based version on your server computers but keep older Chromeleon versions (<7.2 SR5) on client computers, it is required to allow usage of the outdated algorithm in parallel to ensure compatibility. Note that this poses a security risk.
|
| Group Argument: Enables or disables all service-related tasks:
|
| Enables or disables starting the Chromeleon Cache Service. |
| Enables or disables starting the Chromeleon Data Vault Service. |
| Enables or disables starting the Chromeleon Discovery Service. |
| Enables or disables starting the Chromeleon Instrument Controller Service. |
| Enables or disables starting the Chromeleon License Service. |
| Enables or disables starting the Chromeleon Scheduler Service. |
| Enables or disables starting the Chromeleon Services Manager. |
| Enables or disables starting the Chromeleon User Management Service. |
Other Tasks
Argument | Description |
---|---|
| Enables or disables the Agilent ICF application customization. |
| Specifies how often should the Chromeleon client poll for the Chromeleon domain controller updates. Values must be between 1-600 seconds. Default value is 20 seconds. |
| Specifies the Chromeleon domain to join. (that is, this specifies the host name of the Chromeleon Domain Controller) |
| Enables or disables encryption of the user database. |
| Enables or disables the configuration of the Windows firewall by creating rules for the following:
|
| Can be used together with the |
| Enables or disables the migration of sequence queues from isolated storage. |
| Specifies the organizational unit of the Chromeleon client. This operation fails if a non-existing organizational unit is specified. |
| Removes an existing Chromeleon Addins database. |
|
With Chromeleon 7.2 SR5 new certificates for the communication between different Chromeleon services and Chromeleon client applications have been introduced to enhance transport security. If you install Chromeleon 7.2 SR5 or later on your server computers, but keep older versions on client computers, it is required to run the outdated certificates in parallel to ensure compatibility. Note that this poses a security risk. |
| Enables or disables the setting of the machine configuration transactions timeout. |
The example below shows how to use the /config
: option for the following:
- Suppressing the upgrade of the database schema
- Defining a Chromeleon domain during a silent installation
NOTE
The command must be typed in one line.
Install.exe /s /c:UpdateDataVaults=False;Domain=“MyCMD”