Jump to content

How to change installed components for built-in KEA [Kaspersky Endpoint Agent]


Recommended Posts

Advice and Solutions (Forum Knowledgebase) Disclaimer. Read before using materials.

Problem

If you install standalone Kaspersky Endpoint Agent, both KSC installation package and local installer provide option to choose, which KEA components to install:

image.thumb.png.08bf107794f645e55cd73c99bee632fb.pngimage.thumb.png.df12c96ef310fdcd1cd0322e92e6ce9c.png

However, when KEA is installed in built-in scenario, bundled with KES or KSWS, you don't get to choose and KEA is installed in default configuration, with all the components.

There's a way to select installed KEA components even for built-in scenarios.

Using install_props.json for changing installed components

As KEA section of Online Help states, it is possible to configure installation options via install_props.json. EDR Optimum help even describes how to use it for built-in scenario. However, installer options for components selection are not covered by Online Help.

Directives and values

ADDLOCAL directive defines, which components of KEA will be installed.

REMOVE directive defines which components will not be installed.

There are five possible values for directives in KEA now:

Name
Feature
ALL Default value. Installs all available features, can only be used this way: ADDLOCAL=ALL
Core Core functionality of Endpoint Agent. Must be installed.
KATA KATA/EDR Expert and other message brokers integration.
SB Kaspersky Sandbox integration
EDR EDR Optimum

Example

This example will install Endpoint Agent with KATA integration, but without Kaspersky Sandbox integration:

[Setup]
 
ADDLOCAL=Core,KATA
 
REMOVE=SB

How to use the file

File (example) with options should be placed next to the Kaspersky Endpoint Agent installer, endpointagent.msi.

For the remote installation via KSC, location should be similar to

C:\ProgramData\KasperskyLab\adminkit\1093\.working\share\Packages\KES_<version>\exec\agent
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...