Go to documentation repository
...
The parameters of the setup.exe file in the command line | Description |
/? | Call of the Help window |
/help | Call of the Help window |
/x /removeall | Removal of Axxon PSIM without saving the configuration |
/x /uninstall | Removal of Axxon PSIM with configuration saved |
/r | Repair of Axxon PSIM |
/repair | Repair of Axxon PSIM |
/qn | Installation/update of Axxon PSIM |
/quiet | Installation/update of Axxon PSIM |
/norestart | Disable of the auto restart of the system while it is being installed |
/LANG=”en” | Selection of the English language as the language of the installation wizard |
/INSTALLTYPE="Client" | Selection of the Workplace for monitoring installation type |
/INSTALLTYPE="Server" | Selection of the Server installation type |
/INSTALLTYPE="Admin" | Selection of the Administrator's workstation installation type |
/ADD="[]" | A list of components required for installation. It is used if a component that isn't installed by default must be installed. Possible values are given in the list below |
/REMOVE="[]" | A list of components that must not be installed. Possible values are given in the list below |
/CMD="[commands]" | Values of functions for the basic installation wizard. Where "commands"means [Function] =\"[Value]\" or [Function] ='[Value]'. Available functions of installation wizard are given in the list below |
| /debug | Enable detailed logging |
| /noOSCheck | Don't check OS version |
| /dpcmd="INSTALL_BOSCH_VIDEOSDK=\"no\"" | Installation of the Bosch VideoSDK driver (see the note below): no—don't install yes—install |
| /saveaddons | Don't delete any vertical solutions |
...
| Info | ||
|---|---|---|
| ||
In the help window of the installation wizard, there are two examples identical in function that differ in the method used to write the /CMD parameter (see the table above, the value of the /CMD parameter). |
Possible values of the /ADD and /REMOVE parameters:
...
...
Architecture x64
...
...
-
...
...
...
...
...
...
Redist2005_x86
...
...
...
...
...
Dotnet40
...
...
-
...
...
ReportViewer
Features of the installation wizard:
Features of the installation wizard |
Installation program features:
Installation program features | Description |
CREATE_QUICKLAUNCH_SHORTCUT='1' | Create quick launch shortcut (is used by default) |
CREATE_QUICKLAUNCH_SHORTCUT='0' | Don't create quick launch shortcut |
CREATE_DESKTOP_SHORTCUT='1' | Create shortcut on the desktop (is used by default) |
CREATE_DESKTOP_SHORTCUT='0' | Don't create shortcut on the desktop |
ADDLOCAL='[]' | A list of components for installation. Available values:1)
All the components are installed without Without the ADDLOCAL='[]' command, all components are installed. Example. ADDLOCAL='Wav' – —Axxon PSIM system and sound audio notification files are installed |
REMOVE='[]' | A list of components that arendon't need to be installed. Available values:1)
All Without the components are installed without the REMOVE='[]' command, all components are installed. Example. REMOVE = 'Utils'—Axxon PSIM drivers and sound audio notification files are installed. The utilities aren't installed |
| Functions Features of the “Server” and “Admin workstation”Server and Administrator's workstation installation types | |
INSTALL_AS_SERVICE='1' | Installation as a service |
PATHTOKEYFILE='[%SourceDir%]' | Specify the The path to the Key folder with license the activation key |
LANGUAGE='[en]' | Select Selection of the language of the Axxon PSIM system |
SQL_AUTHTYPE='Windows' | Selecting the ”Windows accounts” Selection of the Windows accounts user authentication method |
SQL_AUTHTYPE='Sql' | Selecting the “SQL authentication” Selection of the SQL authentication user authentication method |
SQL_USERNAME='[psim]' | Setting Set the user name username for the “SQL authentication” SQL authentication method |
SQL_PASSWORD='[]' | Setting Set the password for the “SQL authentication” SQL authentication method |
General functions:features | |
DB_PSIM_NAME='[PSIM]' | Specifying Specification of the main database. It isn't relevant when SQL_AUTHTYPE='Windows' |
DB_TITLES_NAME='[titles]' | Specifying Specification of the titles database. It isn't relevant when SQLwhen SQL_AUTHTYPE='Windows' |
SQL_INSTANCE='[(local)\SQLEXPRESS]' | Specifying Specification of the database server. It isn't relevant when SQL_AUTHTYPE='Windows' |
Example of running the Axxon PSIM system installation program wizard in a hidden quiet mode:
setup.exe /quiet /LANG="en" /INSTALLTYPE="Admin" /REMOVE="Acrobat Guardant_x86" /CMD="CREATE_QUICKLAUNCH_SHORTCUT=\"0\" INSTALL_AS_SERVICE=\"1\" LANGUAGE=\"de\" SQL_AUTHTYPE=\"Sql\" SQL_USERNAME=\"username\" SQL_PASSWORD=\"pass\" SQL_INSTANCE=\"(local)\SQLEXPRESS2014\" DB_PSIM_NAME=\"PSIMNew\" DB_TITLES_NAME=\"titlesNew\" INSTALLDIR=\"%ProgramFiles%\PSIMNew\" REMOVE=\"Wav,Utils\""
As a result, the installation file setup.exe will be run installation file runs with the following parameters:
...