Skip Navigation

Configure
BlackBerry Protect Desktop

Use the following parameters when you install the Windows agent. This is required to ensure all Agents properly communicate with
CylanceHYBRID
. Use the DNS for your
CylanceHYBRID
virtual appliance.
Example of third-level domain name (login.hybrid.com):
InstallRegistrationURL=<hybridurl>
Example: https://login.hybrid.com
InstallTrustedSuffix=<hybridurlsuffix>
Example: hybrid.com
InstallInfinityURL=<hybridurl>
Example: https://login.hybrid.com
Example of second-level domain name (hybrid.com):
InstallRegistrationURL=<hybridurl> Example: https://hybrid.com
InstallTrustedSuffix=<hybridurlsuffix>
Example: hybrid.com
InstallInfinityURL=<hybridurl>
Example: https://hybrid.com
MSI example
msiexec /i CylanceProtect_x64.msi /qn PIDKEY=YourInstallationToken LAUNCHAPP=1 InstallRegistrationURL=<hybridurl> InstallTrustedSuffix=<hybridurlsuffix> InstallInfinityURL=<hybridurl>
EXE example
CylanceProtectSetup.exe /s PIDKEY=YourInstallationToken LAUNCHAPP=1 InstallRegistrationURL=<hybridurl> InstallTrustedSuffix=<hybridurlsuffix> InstallInfinityURL=<hybridurl>