Skip Navigation

Install the
CylancePROTECT Desktop
agent on the
Windows
device

You can install the
CylancePROTECT Desktop
agent from the command line using the "msiexec" or ".exe" installer.
  • Download the
    CylancePROTECT Desktop
    installation files from the management console. Click
    Settings > Deployments
    . From the
    Product
    drop-down list, select
    CylancePROTECT
    , and set the target operating system, the agent version, and the file type. Click
    Download
    .
  • In the management console, copy the installation token from
    Settings > Application
    .
  1. Use the following parameters when you install the
    CylancePROTECT Desktop
    agent on
    Windows
    devices. These parameters are required to ensure that all agents properly communicate with
    CylanceHYBRID
    . Use the DNS name for your
    CylanceHYBRID
    application.
    Parameter
    Example
    Example of third-level domain name (login.hybrid.com):
    InstallRegistrationURL=<
    hybridurl
    >
    InstallRegistrationURL=https://login.hybrid.com
    InstallTrustedSuffix=<
    hybridurlsuffix
    >
    InstallTrustedSuffix=hybrid.com
    InstallInfinityURL=<
    hybridurl
    >
    InstallInfinityURL=https://login.hybrid.com
    Example of second-level domain name (hybrid.com):
    InstallRegistrationURL=<
    hybridurl
    >
    InstallRegistrationURL=https://hybrid.com
    InstallTrustedSuffix=<
    hybridurlsuffix
    >
    InstallTrustedSuffix=hybrid.com
    InstallInfinityURL=<
    hybridurl
    >
    InstallInfinityURL=https://hybrid.com
  2. Open the command prompt.
  3. Run one of the following commands and use your installation parameters for the options:
    Task
    Steps
    msiexec installer
    msiexec /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 installer
    CylanceProtectSetup.exe /s PIDKEY=<
    YourInstallationToken
    > LAUNCHAPP=1 InstallRegistrationURL=<
    hybridurl
    > InstallTrustedSuffix=<
    hybridurlsuffix
    > InstallInfinityURL=<
    hybridurl
    >