Example commands for installing Kaspersky Industrial CyberSecurity for Nodes

This section provides examples of commands used to install Kaspersky Industrial CyberSecurity for Nodes.

On protected devices running a 32-bit version of Microsoft Windows, run the files with the x86 suffix in the distribution kit. On protected devices running a 64-bit version of Microsoft Windows, run the files with the x64 suffix in the distribution kit.

Detailed information about the use of Windows Installer's standard commands and command-line options is provided in the documentation supplied by Microsoft.

Examples of installing Kaspersky Industrial CyberSecurity for Nodes from the setup.exe file

To install Kaspersky Industrial CyberSecurity for Nodes with the recommended installation settings without user involvement, run the following command:

\exec\setup.exe /s /p EULA=1 /p PRIVACYPOLICY=1

You can install Kaspersky Industrial CyberSecurity for Nodes with the following settings:

To install components, such as Device Control, run the following command:

\exec\setup.exe /p ADDLOCAL=DevCtrl /p RUNRTP=0 /p ADDMSEXCLUSION=0

When installing Kaspersky Industrial CyberSecurity for Nodes on computers with network devices and SCSI devices that cause a system crash after installation of <RPODUCT_NAME_NOM_FULL>, the following additional options can be used with this command:

/p SKIP_NETWORK_UPPERFILTERS=<1|0>

Enables (1) or disables (0) interception of connections of network adapters.

/p SKIP_SCSIADAPTER_UPPERFILTERS=<1|0>

Enables (1) or disables (0) interception of connections of SCSI adapters.

List of commands used for installation: running an .msi file

To install Kaspersky Industrial CyberSecurity for Nodes with the recommended installation settings without user involvement, run the following command:

msiexec /i kics.msi /qn EULA=1 PRIVACYPOLICY=1

To install Kaspersky Industrial CyberSecurity for Nodes with the recommended installation settings and display the installation interface, run the following command:

msiexec /i kics.msi /qn EULA=1 PRIVACYPOLICY=1

To install Kaspersky Industrial CyberSecurity for Nodes with the recommended installation settings and enable trace file rotation when the number of trace files reaches the specified maximum number, execute the following command:

msiexec /i kics.msi TRACE_FOLDER=C:\Traces TRACE_MAX_ROLL_COUNT=50 /qn EULA=1 PRIVACYPOLICY=1

The TRACE_FOLDER parameter is required.

The following rules apply to the TRACE_MAX_ROLL_COUNT parameter:

To install and activate Kaspersky Industrial CyberSecurity for Nodes using the key file C:\0000000A.key:

msiexec /i kics.msi LICENSEKEYPATH=C:\0000000A.key /qn EULA=1 PRIVACYPOLICY=1

To install Kaspersky Industrial CyberSecurity for Nodes with a preliminary scan of active processes and the boot sectors of local disks, run the following command:

msiexec /i kics.msi PRESCAN=1 /qn EULA=1 PRIVACYPOLICY=1

To install Kaspersky Industrial CyberSecurity for Nodes in the installation folder C:\KICS, run the following command:

msiexec /i kics.msi INSTALLDIR=C:\KICS /qn EULA=1 PRIVACYPOLICY=1

To install Kaspersky Industrial CyberSecurity for Nodes and save an installation log file named kics.log in the folder where the Kaspersky Industrial CyberSecurity for Nodes msi file is stored, run the following command:

msiexec /i kics.msi /l*v kics.log /qn EULA=1 PRIVACYPOLICY=1

To install Kaspersky Industrial CyberSecurity for Nodes Console, run the following command:

msiexec /i kicstools.msi /qn EULA=1

To install and activate Kaspersky Industrial CyberSecurity for Nodes using the key file C:\0000000A.key and configure Kaspersky Industrial CyberSecurity for Nodes according to the settings in the configuration file C:\settings.xml, run the following command:

msiexec /i kics.msi LICENSEKEYPATH=C:\0000000A.key CONFIGPATH=C:\settings.xml /qn EULA=1 PRIVACYPOLICY=1

To install an application patch when Kaspersky Industrial CyberSecurity for Nodes is password-protected, run the following command:

msiexec /p "<msp file name with path>" UNLOCK_PASSWORD=<password>

Page top