Sample Patroller silent installation commands - Patroller 6.7

Genetec Patroller™ Administrator Guide 6.7

Product
Patroller
Content type
Guides > Administrator guides
Version
6.7
Release
6.7.1
ft:locale
en-US
Last updated
2024-04-25

Using the different installer options, you can create a Windows command line prompt to customize your Genetec Patroller™ silent installation.

This command creates a SQL Server instance in mixed mode. Patroller is installed at C:\Patroller. Maps are enabled.
Code
"Genetec AutoVu Patroller Setup.exe" /silent ISInstallDir_Patroller="C:\Patroller" PATROLLER_CONNECTIVITY="SecurityCenter" CONFIGURATION_TYPE="law" CONFIGURATION_MAPS_TYPE="UseMaps" SQLSERVER_GROUP=NewServer SQLSERVER_AUTHENTICATION=1 SQLSERVER_PASSWORD="user_password" SQLSERVER_USERNAME="user_username" DATABASE_SERVER="(local)\SQLEXPRESS" CREATE_FIREWALL_RULES=1
This command installs SQL Server with Windows Authentication.
NOTE: You must create the debug folder manually before you run the command line prompt.
Code
"Genetec AutoVu Patroller Setup.exe" /silent /DebugLog"C:\Temp\Logs\Patroller.log" /log"C:\Temp\Logs\" PATROLLER_CONNECTIVITY="SecurityCenter" CONFIGURATION_TYPE="Law" CONFIGURATION_MAPS_TYPE="UseMaps" SQLSERVER_GROUP=NewServer SQLSERVER_AUTHENTICATION=0 DATABASE_SERVER="(local)\SQLEXPRESS" CREATE_FIREWALL_RULES=1
This command uses an existing SQL Server in mixed mode.
Code
"Genetec AutoVu Patroller Setup.exe" /silent PATROLLER_CONNECTIVITY="SecurityCenter" CONFIGURATION_TYPE="Patroller" CONFIGURATION_MAPS_TYPE="UseMaps" SQLSERVER_GROUP=ExistingServer SQLSERVER_AUTHENTICATION=1  SQLSERVER_PASSWORD="user_password" SQLSERVER_USERNAME="user_username" DATABASE_SERVER="(local)\SQLEXPRESS" CREATE_FIREWALL_RULES=1
This command uses an existing SQL Server with Windows Authentication.
Code
"Genetec AutoVu Patroller Setup.exe" /silent PATROLLER_CONNECTIVITY="SecurityCenter" CONFIGURATION_TYPE="Patroller" CONFIGURATION_MAPS_TYPE="UseMaps" SQLSERVER_GROUP=ExistingServer SQLSERVER_AUTHENTICATION=0 DATABASE_SERVER="(local)\SQLEXPRESS" CREATE_FIREWALL_RULES=1