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 and included patches, and without user involvement:

\exec\setup.exe /s /pEULA=2 /pPRIVACYPOLICY=2 DISCLAIMER=1

To install components, such as Device Control:

\exec\setup.exe /pADDLOCAL=DevCtrl /pRUNRTP=0 /pADDMSEXCLUSION=0

When installing Kaspersky Industrial CyberSecurity for Nodes on computers with network devices and SCSI devices that cause a system crash after installation, you can use the following additional options with this command:

/pSKIP_NETWORK_UPPERFILTERS=<1|0>

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

/pSKIP_SCSIADAPTER_UPPERFILTERS=<1|0>

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

To install Kaspersky Industrial CyberSecurity for Nodes with Kaspersky Endpoint Agent and activate applications using key files:

setup.exe /s/pEULA=1 /pPRIVACYPOLICY=1 /pLICENSEKEYPATH=C:\LicenseKeys

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

To install Kaspersky Industrial CyberSecurity for Nodes with the recommended installation settings and without user involvement:

msiexec /i kics_x64(or x86).msi /qn EULA=2 PRIVACYPOLICY=2

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

msiexec /i kics_x64(or x86).msi /qf EULA=2 PRIVACYPOLICY=2

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:

msiexec /i kics_x64(or x86).msi TRACE_FOLDER=C:\Traces TRACE_MAX_ROLL_COUNT=50 /qn EULA=2 PRIVACYPOLICY=2

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_x64(or x86).msi LICENSEKEYPATH=C:\0000000A.key /qn EULA=2 PRIVACYPOLICY=2

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

msiexec /i kics_x64(or x86).msi PRESCAN=1 /qn EULA=2 PRIVACYPOLICY=2

To install Kaspersky Industrial CyberSecurity for Nodes in the installation folder C:\KICS:

msiexec /i kics_x64(or x86).msi INSTALLDIR=C:\KICS /qn EULA=2 PRIVACYPOLICY=2

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:

msiexec /i kics_x64(or x86).msi /l*v kics.log /qn EULA=2 PRIVACYPOLICY=2

To install the Kaspersky Industrial CyberSecurity for Nodes Console:

msiexec /i kicstools.msi /qn EULA=2

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:

msiexec /i kics_x64(or x86).msi LICENSEKEYPATH=C:\0000000A.key CONFIGPATH=C:\settings.xml /qn EULA=2 PRIVACYPOLICY=2

To install an application patch when Kaspersky Industrial CyberSecurity for Nodes is password-protected:

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

Page top