Go to documentation repository
Page History
...
Command-line option | Description |
| /? or /help | Open the Help window |
| /x or /uninstall | Remove Axxon One and save the configuration |
| /x/removeall | Remove Axxon One and delete the configuration |
| /r or /repair | Repair Axxon One |
| /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” | Select installation language: ru — − Russian, en — − English |
| /INSTALLTYPE="ServerClient" | Installation options: ServerClient — − Server and Client (default), raftserver — Failover − Failover Server and Client, Client |
| /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). no — − do not install, yes — − install |
| /CMD="[commands]" | Basic installation options and values. Commands are [option] = \ "[value] \" or [option] = [value] '. See available installation options in the table below. |
...
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\Axxon One]' | Axxon One 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 | |
Axxon One 4.5.8 and earlier versions: PATH_TO_DATABASE = '[INSTALLDIR]\Metadata' Axxon One 4.5.10 and later versions: PATH_TO_DATA = 'X:\Axxon OneData', | Axxon One 4.5.8 and earlier versions: directory for storing the metadata database. Axxon One 4.5.10 and later versions: directory for storing the log database and metadata database. Default is X:\Axxon OneData. 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 One may look like:
...
This will launch installation with the following options:
- Quiet mode (/quiet);.
- No reboot (/norestart);.
- Log installation to file (/debug);.
- Server and Client (/INSTALLTYPE="ServerClient");.
- No Guardant drivers (/REMOVE="Guardant_x86");.
- 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]').