Jump to content

Command line to install Endpoint 11 non interactive failed


Go to solution Solved by Demiad,

Recommended Posts

Posted

Hi, I followed the advice to install the endpoint security version keswin_11.9.0.351_en_aes256 but failed. Would someone help to rectify where went wrong. The error shown 0] is not recognized as command.

setup_kes.exe /pEULA=1 /pPRIVACYPOLICY=1 [/pKSN=1|0] [/pALLOWREBOOT=1|0] [/pADDLOCAL=<component>] [/pSKIPPRODUCTCHECK=1|0] [/pSKIPPRODUCTUNINSTALL=1|0] [/pKLLOGIN=<user name> /pKLPASSWD=<password> /pKLPASSWDAREA=<password scope>] [/pENABLETRACES=1|0 /pTRACESLEVEL=<tracing level>] /s

  • Solution
Posted

@HKC, Hi. You need to remove the square brackets and choose one value after the equal sign or delete remove these optional parameters.

https://support.kaspersky.com/KESWin/11.9/en-US/123468.htm

Example:

setup_kes.exe /pEULA=1 /pPRIVACYPOLICY=1 /pKSN=1 /pALLOWREBOOT=0 /pSKIPPRODUCTCHECK=0 /pSKIPPRODUCTUNINSTALL=1 /s

 

Posted

@Demiad, please review if below script for msi installation is correct ? Thanks.

msiexec /i "%userprofile%\downloads\Kes11win.msi" EULA=1 KSN=1 ALLOWREBOOT=1 /qn 

Posted

@Demiad

Thanks, will try. Any point - Is it possbile to preset the license in the script to do the activation during the silent installation in order to completion the whole operation in shot ?

Posted

@Demiad

Thanks, will try. Any point - Is it possbile to preset the license in the script to do the activation during the silent installation in order to completion the whole operation in shot ?

Posted

If using exe file instead of msi to install. how is the change in both scripts to use the license file ?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...