Go to documentation repository
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:
|
| /ADD="[]" | The list of components for installation or removal (if you remove/uninstall software). Possible values for x64 architecture:
|
| /REMOVE="[]" | The list of components that do not need to be installed or removed (if you remove/uninstall software). Possible values for x64 architecture:
|
| /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.
|
| /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:
|
| DESKTOP_SHORTCUT='1' | Create a shortcut on the desktop:
|
| 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:
|
| 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:
|
| WHATDBUSE = '[EXIST]' |
|
| WHATVMDADBUSE = '[EXIST]' |
|
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: