Jump to content

Use Active Directory to install KES 12.4 using script at startup-up - Not working


Recommended Posts

Ahmed Sallam
Posted

Good Afternoon Colleagues

I hope you are doing well . I am trying to use Active Directory to install Kaspersky Endpoint Security for windows using the script and the method in the below document :

https://support.kaspersky.com/Cloud/1.0/en-US/147138.htm

 

Below is my script

set SHARE_PATH=\\192.168.1.238\klshare
set PACKAGE_NAME=installer.exe
set __KESCLOUD_ROOT_KEY="HKLM\Software\KasperskyLab\KESCloud"
set __KESCLOUD_KEY_NAME="12.4.0"
set __KESCLOUD_PACKAGE_FULL_PATH="%SHARE_PATH%\%PACKAGE_NAME%"
set __KESCLOUD_PACKAGE_ARGUMENTS=-s
REG QUERY %__KESCLOUD_ROOT_KEY% /v %__KESCLOUD_KEY_NAME% | FIND "0x1"
IF %ERRORLEVEL% == 1 GOTO INSTALL
GOTO END
:INSTALL
REG ADD %__KESCLOUD_ROOT_KEY% /v %__KESCLOUD_KEY_NAME% /t REG_DWORD /f /D 1
%__KESCLOUD_PACKAGE_FULL_PATH% %__KESCLOUD_PACKAGE_ARGUMENTS%
:END

 

After applying the method in the above document , I restart the client computer , I expect that Kaspersky Endpoint Security for windows installation will begin and finalize but nothing happen.

So kindly advice.

 

Best Regards

 

Best Regards

Posted

Please, open a ticket here.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...