How to install Kaspersky Endpoint Security while deploying the OS image through Kaspersky Security Center

Latest update: April 11, 2022 ID: 13448
 
 
 
 

This article concerns:

  • Kaspersky Security Center 13.2 (version 13.2.0.1511)
  • Kaspersky Security Center 13.1 (version 13.1.0.8324)
  • Kaspersky Security Center 13 (version 13.0.0.11247)
  • Kaspersky Security Center 12 (version 12.0.0.7734)
  • Kaspersky Security Center 11 (version 11.0.0.1131)
 
 
 
 

To install Kaspersky Endpoint Security while deploying the OS image through Kaspersky Security Center, perform the following actions before running the OS image deployment task:

  1. Create a standalone installation package of Kaspersky Endpoint Security. 

By default, standalone packages are saved to the \\ServerName\KLSHARE\PkgInst\ shared folder, where ServerName stands for the name of the host on which the Kaspersky Security Center server is installed. The folder must be available for reading for the machine on which you want to deploy the OS image.

  1. Create a BAT file on a local drive and add the following text to it:

if exist I:\ (
net use I: /delete > nul
)
net use I: "\\ServerName\KLSHARE\PkgInst\KesPackageFolderName" AccPwd /USER:AccName 

copy /Z /Y "I:\setup.exe" "%WINDIR%\temp\setup.exe"

start /b /wait /D"%WINDIR%\temp" setup.exe /s

ServerName stands for the name of the host with Kaspersky Security Center server installed.
KesPackageFolderName stands for the name of the folder which contains the standalone installation package of Kaspersky Endpoint Security.
AccountPassword stands for the password for connecting to the shared folder.
AccountName stands for the name of the account for connecting to the shared folder.

  1. Open Kaspersky Security Center.
  2. Open the properties of the OS image you are going to deploy.
  3. In the sysprep.exe settings section, select Specify custom values of main settings and click Settings.
  4. In the Additional installation scripts section, select OS installation finalization scripts.
  5. Click Add and select the BAT file you have created earlier.
  6. Click OK and launch the OS image deployment task.
ksc10_13448_01
     
 
 
 
 
Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.