Go to documentation repository
Page History
You can run Axxon Next installation in quiet mode (unattended setup with no user intervention).
...
This mode of installation can be configured by adding command-line options to setup.exe. See See the command-line options in the table.
Command-line option | Description |
| /? or /help | Open Open the Help window |
| /x or /uninstall | Remove Axxon Next and save the configuration |
| /x/removeall | Remove Axxon Next and delete the configuration |
| /r or /repair | Repair Axxon Next |
| /qn or /quiet | Silent install |
| /norestart | Disable automatic reboot of the system during installation |
| /debug | Log installation |
| /noOSCheck | Skip OS compatibility check |
| /postgresinstalldir="D:\Postgres" | PostgreSQL installation folder |
| /LANG=”ru””en” | Select installation language ru - Russian : For example, en — en - English |
| /INSTALLTYPE="ServerClient" | Installation options:
|
| /ADD="[]" | Hers is the list of components to install or remove (if you remove/uninstall software). See the possible values in the table below. |
| /REMOVE="[]" | Hers is the list of components NOT to install or remove (if you remove/uninstall software). See the possible values in the table below. |
| /dpcmd="INSTALL_BOSCH_VIDEOSDK=\"no\"" | Bosch VideoSDK driver Installation (see notes) .
|
| /CMD="[commands]" | Basic installation options and values. Commands are [option] = \ "[value] \" or [option] = [value] '" . See available installation options in the table below. |
| Note | ||
|---|---|---|
| ||
Occasionally, when installing the Bosch VideoSDK driver, the CLI CLI window opens. To continue with installation, close this window. |
/ADD and /REMOVE values:
x86 | x64 Acrobat | |
| Acrobat | ||
| BaseProduct | BaseProduct | IPDriverPack_x86 |
| IPDriverPack_x86 | ||
| Guardant_x86Guardant_amd64 | ||
| Postgres | Postgres | |
| dotnetfx35_x86 | dotnetfx35_x86 | |
| Redist2005_x86 | Redist2005_x86 | |
| Redist2010_x86 | Redist2010_x86 | |
| DetectorPack | DetectorPack |
Installation options:
Installation options | Description |
| QUICKLAUNCH_SHORTCUT='1' | Create shortcut:
|
| DESKTOP_SHORTCUT='1' | Copy shortcut to desktop:
|
| INSTALLDIR='[%ProgramFiles%\AxxonSoft\AxxonSmartAxxonNext]' | 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_DATABASEDATA = '[INSTALLDIR]Metadata'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 Path to object tracking DB. |
| FBUSER_TYPE='DEFAULT' | User account for file explorer:DEFAULT - Create
|
| FBUSER_NAME='[AxxonFileBrowser]' | Setting a user name and password for an account in file explorer. When you choose choose SPECIFY of the 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:
|
| WHATDBUSE = '[EXIST]' |
|
| WHATVMDADBUSE = '[EXIST]' |
|
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\""
This will launch installation installation with the following options:
- quite Quiet mode (/quiet);
- no reboot (/norestart);
- log installation to file (/ debug);
- Server and Client (/ INSTALLTYPE = "ServerClient");
- No No Guardant drivers (/ REMOVE = "Guardant_x86amd64");
- And with the following properties (/ CMD =):
- no shortcut (="CREATE_QUICKLAUNCH_SHORTCUT=\"0\");
- 50 ports for Server (PORT_RANGE_COUNT="50");
- Server NOT added to Axxon-domain (DOMAIN_NAME_TYPE = '[WithoutDomain]').