Unable to render embedded object: File (books.jpg) not found.
Go to documentation repository
You can run Axxon Next 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 Redist.exe process ends and not listed in Windows Task Manager, the installation is complete.
This mode of installation can be configured by adding command-line options to setup.exe. See the command-line options in the table.
Command-line option | Description |
/? or /help | 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 |
/LANG=”ru” | Select installation language ru - Russian en - English |
/INSTALLTYPE="ServerClient" | Installation options: ServerClient - Server and Client (default) 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. |
Attention!
Occasionally, when installing the Bosch VideoSDK driver, the CLI window opens. To continue with installation, close this window.
/ADD и /REMOVE values:
x86 | x64 |
BaseProduct | BaseProduct |
IPDriverPack_x86 | IPDriverPack_x86 |
Guardant_x86 | Guardant_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: 1 - Yes (default) 0- No |
DESKTOP_SHORTCUT='1' | Copy shortcut to desktop: 1 - Yes (default) 0- No |
INSTALLDIR='[%ProgramFiles%\AxxonSoft\AxxonSmart]' | Axxon Next installation folder |
Options for Server and Client installation | |
PATH_TO_DATABASE='[INSTALLDIR]Metadata' | Path to object tracking DB. |
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 (deafault); 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 /debug /INSTALLTYPE="ServerClient" /REMOVE="Guardant_x86" /CMD="CREATE_QUICKLAUNCH_SHORTCUT=\"0\" DOMAIN_NAME_TYPE=\"WithoutDomain\""
This will launch installation with the following options: