Installing, restoring and uninstalling the application using the command line

Kaspersky Endpoint Agent can be installed and uninstalled using the msi package, by setting the values of MSI properties in a standard way. For more information on using standard Windows Installer commands and keys, refer to the documentation provided by Microsoft.

For Kaspersky Endpoint Agent operation as a component of Kaspersky Endpoint Detection and Response Optimum or Kaspersky Managed Detection and Response, Kaspersky Endpoint Agent must be installed as part of Kaspersky Endpoint Security 11 for Windows (11.4, 11.5, 11.6) or Kaspersky Security 11 for Windows Server (11, 11.0.1).

For instructions on how to obtain a distribution kit of a compatible EPP application and install Kaspersky Endpoint Agent as part of EPP, refer to the compatible EPP Help.

By default, Kaspersky Endpoint Agent is not selected for installation as part of compatible EPP. You need to manually select Kaspersky Endpoint Agent for installation in the list of EPP components.

This section provides the instructions on how to install Kaspersky Endpoint Agent on a device separately (not as part of EPP) using the command line, how to restore the application, and how to remove it from the device.

Installing Kaspersky Endpoint Agent

An example of installing the application in the quiet mode with the default settings is shown below. After starting the application installation in the quiet mode, your participation in the installation process is not required.

Installing Kaspersky Endpoint Agent in the quiet mode requires acceptance of the terms and conditions of End User License Agreement and Privacy Policy. Use the EULA=1 and PRIVACYPOLICY=1 parameters only if you have fully read, understood and accept the terms of the End User License Agreement and Privacy Policy.

Example:

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

Repairing Kaspersky Endpoint Agent

An example of restoring the application in the quiet mode is shown below. After starting the application restoration in the quiet mode, your participation in the restoration process is not required.

Example:

msiexec /i endpointagent.msi REINSTALL=ALL /qn

Uninstalling Kaspersky Endpoint Agent

An example of uninstalling the application in the quiet mode is shown below. After starting the application uninstallation in the quiet mode, your participation in the uninstallation process is not required.

Example:

msiexec /i {2948C53C-650C-4F06-89CB-A80BA858F02A} REMOVE=ALL /qn

If the application is protected by the password:

msiexec /i {2948C53C-650C-4F06-89CB-A80BA858F02A} REMOVE=ALL UNLOCK_PASSWORD=<password> /qn

All data that is stored locally on the device, except for trace and dump files, is deleted from the device when the application is uninstalled.

See also

Installing Kaspersky Endpoint Agent using the Installation Wizard

Removing Kaspersky Endpoint Agent using the Installation and Uninstallation Wizard

Page top