Skip Navigation

Configure
BlackBerry Protect Desktop
Windows agents (without
BlackBerry Optics
)

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
application.
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>
For examples on editing the MSI installation file for deployment through Group Policy, see the Editing the MSI Installer using Orca article.
EXE example
CylanceProtectSetup.exe /s PIDKEY=YourInstallationToken LAUNCHAPP=1 InstallRegistrationURL=<hybridurl> InstallTrustedSuffix=<hybridurlsuffix> InstallInfinityURL=<hybridurl>