Install the CylancePROTECT Desktop agent on the Windows device
CylancePROTECT Desktop
agent on the Windows
deviceYou can install the
CylancePROTECT Desktop
agent from the command line using the "msiexec" or ".exe" installer.- Download theCylancePROTECT Desktopinstallation files from the management console. ClickSettings > Deployments. From theProductdrop-down list, selectCylancePROTECT, and set the target operating system, the agent version, and the file type. ClickDownload.
- In the management console, copy the installation token fromSettings > Application.
- Use the following parameters when you install theCylancePROTECT Desktopagent onWindowsdevices. These parameters are required to ensure that all agents properly communicate withCylanceHYBRID. Use the DNS name for yourCylanceHYBRIDapplication.ParameterExampleExample of third-level domain name (login.hybrid.com):InstallRegistrationURL=<hybridurl>InstallRegistrationURL=https://login.hybrid.comInstallTrustedSuffix=<hybridurlsuffix>InstallTrustedSuffix=hybrid.comInstallInfinityURL=<hybridurl>InstallInfinityURL=https://login.hybrid.comExample of second-level domain name (hybrid.com):InstallRegistrationURL=<hybridurl>InstallRegistrationURL=https://hybrid.comInstallTrustedSuffix=<hybridurlsuffix>InstallTrustedSuffix=hybrid.comInstallInfinityURL=<hybridurl>InstallInfinityURL=https://hybrid.com
- Open the command prompt.
- Run one of the following commands and use your installation parameters for the options:TaskStepsmsiexec installermsiexec /i CylanceProtect_x64.msi /qn PIDKEY=<YourInstallationToken> LAUNCHAPP=1 InstallRegistrationURL=<hybridurl> InstallTrustedSuffix=<hybridurlsuffix> InstallInfinityURL=<hybridurl>For examples on editing the MSI installation file for deployment through Group Policy, see the Editing the MSI Installer using Orca article..exe installerCylanceProtectSetup.exe /s PIDKEY=<YourInstallationToken> LAUNCHAPP=1 InstallRegistrationURL=<hybridurl> InstallTrustedSuffix=<hybridurlsuffix> InstallInfinityURL=<hybridurl>