Install the Aurora Protect Desktop agent on the Windows device

You can install the Aurora Protect Desktop agent from the command line using the "msiexec" or ".exe" installer.

  • Download the Aurora Protect 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 Aurora Protect 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

    CODE
    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 KB 42221260700187.

    .exe installer

    CODE
    CylanceProtectSetup.exe /s PIDKEY=<YourInstallationToken> LAUNCHAPP=1 InstallRegistrationURL=<hybridurl> InstallTrustedSuffix=<hybridurlsuffix> InstallInfinityURL=<hybridurl>