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.
"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.
"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.
"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.
"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