Installer options in Genetec Patroller™ - Genetec Patroller™ 6.6

Genetec Patroller™ Administrator Guide 6.6

Applies to
Genetec Patroller™ 6.6
Last updated
2022-04-22
Content type
Guides > Administrator guides
Language
English
Product
Genetec Patroller™
Version
6.6

The following table lists the installer options:

Option Description
INSTALLDIR Specifies the path where the software will be installed.
  • INSTALLDIR=C:\MyChoiceOfFolder
  • INSTALLDIR=\"D:\Program Files\Genetec AutoVu X.Y\"
Note that in the second example, (\") is required because the value contains spaces. If do you 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 AutoVu™Genetec Patroller™ documentation)
If the ADDLOCAL option is omitted, Genetec Patroller™ files are installed without documentation.
DATABASE_SERVER Database server name. When omitted the default is “(local)\SQLEXPRESS”.
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.
  • 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

LANGUAGECHOSEN Language used by Genetec 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 the code is invalid, English will be used. If this option is omitted, the installation language (specified with the /L option) will be 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".

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 Genetec Patroller™ configuration type. Accepted values are:
  • Law
  • University
  • City
  • CityWheelImaging
  • MLPI
Example: CONFIGURATION_TYPE=Law
CREATE_FIREWALL_RULES Adds the installed Genetec Patroller™ applications to the Windows Firewall exceptions list. Possible values are 0 or 1. When omitted, the default value is 1.
  • 0 = Do not create Firewall rules
  • 1 = Create Firewall rules

Example: CREATE_FIREWALL_RULES=1

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.