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:
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
msiexec.exe /i <GUID> REINSTALL=ALL KLLOGIN=<user name> KLPASSWD=<password> /qn
Example:
|