Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleAttention!

Occasionally, when installing the Bosch VideoSDK driver, the CLI window opens. To continue with installation, close this window.

/ADD and /REMOVE values:

x86

x64

AcrobatAcrobatBaseProduct
BaseProduct
IPDriverPack_x86IPDriverPack_x86
Guardant_x86Guardant_amd64
PostgresPostgresdotnetfx35_x86
dotnetfx35_x86Redist2005_x86
Redist2005_x86
Redist2010_x86Redist2010_x86
DetectorPackDetectorPack

Installation options:

Installation options

Description

QUICKLAUNCH_SHORTCUT='1'

Create shortcut:

  • 1 — Yes (default),
  • 0 — No.
DESKTOP_SHORTCUT='1'

Copy shortcut to desktop:

  • 1 — Yes (default),
  • 0 — No.
INSTALLDIR='[%ProgramFiles%\AxxonSoft\AxxonNext]'

Axxon Next installation folder

NGP_IFACE_WHITELIST="0.0.0.0/0"

Network interfaces The default value is "0.0.0.0/0" (all available network interfaces)

Format of network interfaces: "IP-address1 / number of unit bits in the mask, IP-address2 /number of unit bits in the mask"

NGP_ALT_ADDR="0.0.0.0"

Setting the outside local address for a Server behind the NAT).

Format of network interfaces: "IP Address1 or DNS-name1, IP address2 or DNS Name2"

PORT_RANGE_START="20111"

The initial value of the port range for Server. 20111 — default.

PORT_RANGE_COUNT="100"

Number of ports in use. The minimum number is 20. 100 — default.

Options for Server and Client installation

PATH_TO_DATA = 'X:\AxxonNextData',
where X is the letter of the disk with the most free memory

Directory for storing the log database and metadata database. Default is X:\AxxonNextData.

The PATH_TO_DATA parameter should be after the INSTALLDIR parameter.

FBUSER_TYPE='DEFAULT'

User account for file explorer:

  • DEFAULT — create a new account; the default name selected will be AxxonFileBrowser,
  • SYSTEM — select an account from the Local System,
  • SPECIFY — create a new account; choose the user name and password.
FBUSER_NAME='[AxxonFileBrowser]'

Setting a user name and password for an account in file explorer.

When you choose SPECIFY of the FBUSER_TYPE parameter

FBUSER_PSW='[Axxon2.0.0]'
CONFIG_PATH='[CommonAppDataDirectory]'

Path to configurations files and folders

DOMAIN_NAME_TYPE = '[NewDomain]'

Select Axxon-domain:

  • NewDomain — create new Axxon-domain (default),
  • WithoutDomain — do NOT add Server to Axxon-domain,
  • TheSameDomain — use existing Axxon-domain.
WHATDBUSE = '[EXIST]'
  • EXIST — use existing log DB (default)
  • NEWDB — create new DB
WHATVMDADBUSE = '[EXIST]'
  • EXIST — use existing object tracking DB (default)
  • NEWDB — create new DB

The command for silent installation of Axxon Next may look like:

setup.exe /quiet /norestart norestart /debug debug /INSTALLTYPE="ServerClient" /REMOVE="Guardant_x86amd64" /CMD="CREATE_QUICKLAUNCH_SHORTCUT=\"0\" PORT_RANGE_COUNT=\"50\" DOMAIN_NAME_TYPE=\"WithoutDomain\""

...

  1. Quiet mode (/quiet);
  2. no reboot (/norestart);
  3. log installation to file (/ debug);
  4. Server and Client (/ INSTALLTYPE = "ServerClient");
  5. No Guardant drivers (/ REMOVE = "Guardant_x86amd64");
  6. And with the following properties (/ CMD =):
    1. no shortcut (="CREATE_QUICKLAUNCH_SHORTCUT=\"0\");
    2. 50 ports for Server (PORT_RANGE_COUNT="50");
    3. Server NOT added to Axxon-domain (DOMAIN_NAME_TYPE = '[WithoutDomain]').