Installation
To run the installation wizard of Kaspersky Security for Virtualization 5.x Light Agent in the silent mode from the command line, enter one of the commands:
setup.exe /s /pEulaAndPrivacyPolicy=1 /pALLOWREBOOT=1|0
msiexec /i <name of the installation package in MSI format> EULAANDPRIVACYPOLICY=1 ALLOWREBOOT=1|0 /qn
where:
- EULAANDPRIVACYPOLICY=1 means that you accept the End User License Agreement. You must accept the terms of the End User License Agreement to install the application.
- ALLOWREBOOT=1|0 allows or denies the automatic reboot of the VM after the installation (for example, if incompatible software was detected or removed during the installation). The command can only be executed in the silent mode (with the key /qn). If the parameter value ALLOWREBOOT is not specified in the command, it means by default that you do not allow the virtual machine to reboot after installation of the application.
To protect some of the Kaspersky Security for Virtualization 5.x Light Agent components with a password, enter one of the following commands:
setup.exe /pKLLOGIN=<user name> /pKLPASSWD=***** /pKLPASSWDAREA=<password scope>
msiexec /i <installation package name in the MSI format> KLLOGIN=<user name> KLPASSWD=***** KLPASSWDAREA=<password scope>
Instead of <password scope>, you can specify the following values for the parameter KLPASSWDAREA, separated by a ";":
- SET — Set a password to modify the application settings.
- EXIT — Set a password to exit the application.
- DISPROTECT — Set a password to disable protection components and stop scan tasks.
- DISPOLICY — Set a password to disable the Kaspersky Security Center policy.
- UNINST — Set a password to uninstall the application from the virtual machine.
- DISCTRL — Set a password to disable control components (Application Startup Control, Application Privilege Control, Vulnerability Monitor, Device Control, Web Control).
- REPORTS — Set a password to read reports and access the backup storage.
- ENPROTECT — Set a password to enable protection components.
- ENCTRL — Set a password to enable control components.
During the installation of Kaspersky Security for Virtualization 5.x Light Agent in the silent mode, the following files are supported:
- setup.ini, which contains general settings for installation of the application.
- The install.cfg. configuration file.
The files must be located in the folder with the installation package for Kaspersky Security for Virtualization 5.x Light Agent.
Removal
To remove Kaspersky Security for Virtualization 5.x Light Agent in the assisted mode from the command line, enter one of the commands:
setup.exe /x
msiexec.exe /x {43814F96-4A99-4BE3-AADC-1FD2E8C12C29}
To remove Kaspersky Security for Virtualization 5.x Light Agent in the silent mode (without the installation wizard), enter one of the commands:
setup.exe /s /x
msiexec.exe /x {43814F96-4A99-4BE3-AADC-1FD2E8C12C29} /qn