Documentation for Axxon One 3.0/3.1 version. Documentation for Axxon One 2.0 version is also available.


You can run Axxon One installation in quiet mode (unattended setup with no user intervention).

Note

During installation you may have to reboot the system. After rebooting, the installation will continue automatically.

When the Redist.exe process terminates in Windows Task Manager, the installation is complete.

If you want to use this type of installation, specify the parameters of the setup.exe installation file in the Windows command line. The parameters of the setup.exe file are listed in the table.

Parameter of the setup.exe file in the command line

                        Description

/? or /help

Open the Help window

/x or /uninstall

Uninstall Axxon One with the configuration saved

/x/removeall

Remove Axxon One without the configuration saved

/r or /repair

Repair Axxon One

/qn or /quiet

Quiet installation of Axxon One

/norestart

Disable automatic reboot of the system during installation

/debug

Logging of the installation events

/noOSCheck 

Ignore operating system compatibility check

/postgresinstalldir="D:\Postgres"Installation directory of the PostgreSQL server
/LANG=”en”

Select installation language:

For example, en—English

/INSTALLTYPE="ServerClient"

Installation options:

  • ServerClientServer and client (default),
  • raftServerFailover server and client,
  • Client
/ADD="[]"

The list of components for installation or removal (if you remove/uninstall software).

Possible values ​​for x64 architecture:

  • Acrobat
  • DetectorPack_x64
  • Guardant_amd64
  • IpDriverPack_x64
  • Notepad_x64
  • PluginPack
  • PostGISPlugin
  • Postgres
  • RaftLauncher_x64
  • Redist2008_x64
  • Redist2010_x64
  • vcredist2013_x64
  • vcredist2017_2026_x64 
/REMOVE="[]"

The list of components that do not need to be installed or removed (if you remove/uninstall software).

Possible values ​​for x64 architecture:

  • Acrobat
  • DetectorPack_x64
  • Guardant_amd64
  • IpDriverPack_x64
  • Notepad_x64
  • PluginPack
  • PostGISPlugin
  • Postgres
  • RaftLauncher_x64
  • Redist2008_x64
  • Redist2010_x64
  • vcredist2013_x64
  • vcredist2017_2026_x64
/dpcmd="INSTALL_BOSCH_VIDEOSDK=\"no\""

Installation of the Bosch VideoSDK driver. In some cases, installation of the Bosch VideoSDK driver can open the interface of the command line. To continue the installation, close this window.

  • no—do not install
  • yes—install
/CMD="[commands]"

Property values ​​for the basic installer.

Where commands is [property]=\ "[value] \" or [property]='[value]'.

See available installer properties in the table below

Installer properties

Installer properties

Description

QUICKLAUNCH_SHORTCUT='1'

Create a quick launch shortcut:

  • 1—Create (default)
  • 0—Do not create
DESKTOP_SHORTCUT='1'

Create a shortcut on the desktop:

  • 1—Create (default)
  • 0—Do not create
INSTALLDIR='[%ProgramFiles%\AxxonSoft\AxxonOne]'

Axxon One installation directory

NGP_IFACE_WHITELIST="0.0.0.0/0"

Specify the used network interfaces. The default value is "0.0.0.0/0" (all available network interfaces).

Format of specifying 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"

Specify an alternative address for the server (the external address of the switch if the server is behind the NAT).

Format of specifying interfaces:

"IP address1 or DNS name1, IP address2 or DNS Name2"

PORT_RANGE_START="20111"

The beginning of the range of ports used by the server. The default value is 20111

PORT_RANGE_COUNT="100"

The number of used ports. The minimum value is 20. The default value is 100

Properties of the Server and client installation type

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

Directory for storing the log database and metadata database. The default value is X:\AxxonOneData.

The PATH_TO_DATA parameter must come after the INSTALLDIR parameter

FBUSER_TYPE='DEFAULT'

Select a user account of the file browser:

  • DEFAULT—Create a new account; the default name is AxxonFileBrowser
  • SYSTEM—Select the Local System account
  • SPECIFY—Create a new account; enter the username and password
FBUSER_NAME='[AxxonFileBrowser]'

Specify the username and password for the file browser user.

Used when you specify the SPECIFY value for the FBUSER_TYPE parameter

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

Directory for storing configuration 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 database (default)
  • NEWDB—Create new database
WHATVMDADBUSE = '[EXIST]'
  • EXIST—Use existing database of objects' tracks (default)
  • NEWDB—Create new database

Example of running Axxon One installer in quiet mode:

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

As a result, the setup.exe installation file launches with the following parameters:

  1. The installer installs Axxon One in quiet mode (/quiet).
  2. Without system reboot (/norestart).
  3. Installation events are logged to the log file (/ debug).
  4. The Server and client installation type (/ INSTALLTYPE = "ServerClient").
  5. Guardant drivers aren't installed (/REMOVE="Guardant_amd64").
  6. The installation is performed with the following properties (/ CMD =):
    1. Shortcut isn't created (="CREATE_QUICKLAUNCH_SHORTCUT=\"0\").
    2. 50 ports are allocated for the server (PORT_RANGE_COUNT="50").
    3. Server isn't added to Axxon-domain (DOMAIN_NAME_TYPE = '[WithoutDomain]').
  • No labels