Installer options in Patroller - Patroller 6.7

Genetec Patroller™ Administrator Guide 6.7

Product
Patroller
Content type
Guides > Administrator guides
Version
6.7
Release
6.7.1
Language
English
Last updated
2024-01-22

By including certain installer options in your Windows command line prompt, you can customize the Genetec Patroller silent installation.

The following table lists the installer options:

Option Description
ISInstallDir_Patroller Specifies the path where the software will be installed.
  • ISInstallDir_Patroller=C:\MyChoiceOfFolder
  • ISInstallDir_Patroller=\"D:\Program Files\Genetec AutoVu X.Y\"
    NOTE: In this example, (\") is required because the value contains spaces. If you do not specify a path, it will be installed at C: \Program Files\Genetec AutoVu X.Y.
ADDLOCAL Specifies the features to be installed.
  • ALL (installs Genetec Patroller™ files and documentation)
  • Documentation (installs only Patroller documentation)
If the ADDLOCAL option is omitted, Patroller files are installed without documentation.

Example: ADDLOCAL=ALL

CANUPGRADESQL and ALLOWSQLUPGRADE Allow the installer to upgrade your database server to SQL Express 2022 if your operating system supports it. The accepted values are:
  • 0 = Do not upgrade (DEFAULT)
  • 1 = Upgrade if your operating system supports it
IMPORTANT: Back up your databases before the SQL Server upgrade.

Example: CANUPGRADESQL=1 ALLOWSQLUPGRADE=1

CONFIGURATION_MAPS_TYPE Specifies whether or not to use maps. Accepted values are:
  • UseMaps
  • DoNotUseMaps

When omitted the default is DoNotUseMaps.

Example: CONFIGURATION_MAPS_TYPE=DoNotUseMaps

CONFIGURATION_TYPE Specifies the Patroller configuration type. Accepted values are:
  • Law
  • University
  • City
  • CityWheelImaging
  • MLPI
Example: CONFIGURATION_TYPE=Law
CREATE_FIREWALL_RULES Adds the installed Patroller applications to the Windows Firewall exceptions list. Possible values are 0 or 1. When omitted, the default value is 1. The accepted values are:
  • 0 = Do not create Firewall rules
  • 1 = Create Firewall rules

Example: CREATE_FIREWALL_RULES=1

DATABASE_SERVER Database server name. When omitted the default is “(local)\SQLEXPRESS”.
LANGUAGECHOSEN Language used by Patroller. The possible code values are:
  • Arabic - 1025
  • Chinese (Simplified) - 2052
  • Chinese (Traditional) - 1028
  • Czech - 1029
  • Dutch - 1043
  • English - 1033
  • French - 3084
  • German - 1031
  • Hebrew - 1037
  • Hungarian - 1038
  • Italian - 1040
  • Japanese - 1041
  • Korean - 1042
  • Norwegian - 1044
  • Persian - 1065
  • Polish - 1045
  • Brazilian Portuguese - 2070
  • Spanish - 1034
  • Thai - 1054
  • Turkish - 1055

Example: LANGUAGECHOSEN=1033

If you do not include a language installer option, English is used.

If the language code is invalid, English is used.

PATROLLER_CONNECTIVITY Specifies whether or not to connect to Security Center. Accepted values are:
  • "SecurityCenter"
  • "CurbSense"
  • "Standalone"

Example: PATROLLER_CONNECTIVITY="SecurityCenter"

When omitted the default is "SecurityCenter".

REBOOT This option allows you to force or suppress a reboot after the installation has ended. Possible values are:
  • F - To force a reboot when your installation is complete.
  • S - To suppress any reboot except the one caused by the ForceReboot action.
  • R - To suppress any reboot caused by Windows Installer actions.

Example: REBOOT=R

SQLSERVER_AUTHENTICATION Specifies the authentication method used to connect to SQL server. Possible values are 0 or 1. When omitted the default value is 1. The accepted values are:
  • 0 = Windows Authentication
  • 1 = SQL Server and Windows Authentication.
If 1 is specified, you also need to specify SQLSERVER_PASSWORD for the password.

Example: SQLSERVER_AUTHENTICATION=0

SQLSERVER_GROUP Specify whether to use an existing SQL instance, or create a new one. The accepted values are:
NewServer
Create a new SQL instance.
ExistingServer
Use an existing SQL instance.

Example: SQLSERVER_GROUP=NewServer