msiexec /i. Recovering the application

When recovering, the application checks and restores the integrity of all damaged application modules and system registry keys created as part of the application installation process.

Kaspersky Endpoint Security can be recovered from the command line in one of the following modes:

If the Kaspersky Endpoint Security installer is running in recovery mode, and the application does not need recovery, the installer makes no changes.

If the Kaspersky Endpoint Security installer is running in recovery mode, and the application is not installed, the installer starts the installation process.

To recover the application in silent mode:

  1. Run the command line interpreter (cmd.exe) as an administrator.
  2. Go to the folder where the Kaspersky Endpoint Security distribution package is located.
  3. Run the following command:
    • If the recovery process is not password protected:

      msiexec.exe /i <GUID> REINSTALL=ALL /qn

      <GUID> is the unique ID of the application. You can find out the GUID of the application by using the following command:

      wmic product where "Name like '%Kaspersky Endpoint Security%'" get Name, IdentifyingNumber

    • If the recovery process is password protected:

      msiexec.exe /i <GUID> REINSTALL=ALL KLLOGIN=<user name> KLPASSWD=<password> /qn

    Example:

    msiexec.exe /i {9A017278-F7F4-4DF9-A482-0B97B70DD7ED} REINSTALL=ALL KLLOGIN=KLAdmin KLPASSWD=samplePassword /qn

See also:

Removing the application

Page top