Go to documentation repository
There is possibility to You can run the Axxon PSIM software installation in a silent the quiet mode (without a user interface).
| Info | ||
|---|---|---|
| ||
| While installation program operation it may be required to restart the system During the installation process, the system can restart. The installation will be continuedcontinues automatically after the system is restartrestarts. |
| Info | ||
|---|---|---|
| ||
When installing you install in invisible the quiet mode on Windows 7 and Windows Server 2008 R2, all Windows Update updates are to must be installed. After that, then use the HotFix available at link on the Microsoft website here or here. As a result, when you install drivers, there will be are no messages about the unreliable publisher during the installation of drivers. |
The redistWhen the Redist.exe process finish completes in Windows task manager Task Manager, it indicates that the program has been installedinstallation is complete.
This This installation type is performed by setting specifying parameters for the setup.exe install installation file parameters in the OS Windows command promptline. The install file parameters are given listed in the table below.
The install file parameter parameters of the setup.exe file in the command promptline | Description |
/? | Call of the Help window call |
/help | Call of the Help window call |
/x /removeall | The Removal of Axxon PSIM software deletion without saving the configuration |
/x /uninstall | The Removal of Axxon PSIM software deletion saving the with configuration saved |
/r | The Repair of Axxon PSIM software repair |
/repair | The Repair of Axxon PSIM software repair |
/qnThe | Installation/update of Axxon PSIM software installation/update |
/quietThe | Installation/update of Axxon PSIM software installation/update |
/norestart | Disabling Disable of the auto restart of the system while it is being installed |
/LANG=”en” | Selection of the English language selection as the language of the installation programwizard |
/INSTALLTYPE="Client" | Selecting the Monitor workstation Selection of the Workplace for monitoring installation type |
/INSTALLTYPE="Server" | Selecting Selection of the Server installation type |
/INSTALLTYPE="Admin" | Selecting the Admin workstation installation Selection of the Administrator's workstation installation type |
/ADD="[]" | A list of components necessary required for installation. Is It is used if a component that is not isn't installed by default is to must be installed. Possible values are given in the next tablelist below |
/REMOVE="[]" | A list of components that are must not to be installed. Possible values are given in the next tablelist below |
/CMD="[commands]" | Values of functions for the basic installation programwizard. Where "commands mean "means [Function] =\"[Value]\" or [Function] ='[Value]'. Available functions of installation program wizard are given in the last table in the sectionlist below |
| /debug | Enable verbose detailed logging |
| /noOSCheck | Supress checking Don't check OS version |
| /dpcmd="INSTALL_BOSCH_VIDEOSDK=\"no\"" | Installation of the Bosch VideoSDK driver (see Notethe note below): no – do not install; yes – install.no—don't install yes—install |
| /saveaddons | Do not Don't delete any vertical solutions |
| Note | ||
|---|---|---|
| ||
In some cases, the Bosch VideoSDK installation results in displaying of opening the command prompt line window, which must be closed in order to proceed with the installation. |
| Info | ||
|---|---|---|
| ||
| In In the help window of the installation programwizard, there are two examples identical in functional which differ by type of parameter’s entering /CMD (function that differ in the method used to write the /CMD parameter (see the table above, parameter’sthe value of the /CMD parameter). |
Possible values of the /ADD and /REMOVE parameters:
...
Architecture x64
...
BaseAxxonPSIM
...
IPDriverPack_x86
...
...
...
dotnetfx35_x86
...
...
...
...
SQLServer_ amd64
...
...
...
...
Dotnet40
...
Redist2010_x86
...
Redist2010_x86
...
...
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' | Do not Don't create quick launch shortcut |
CREATE_DESKTOP_SHORTCUT='1' | Create shortcut on the desktop (is used by default) |
CREATE_DESKTOP_SHORTCUT='0' | Do not Don't create shortcut on the desktop |
ADDLOCAL='[]' | A list of components for installation. Available values:1) Utils – the
All Without the components are installed without 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 are not don't need to be installed. Available values:1) Utils – the
Without the REMOVE 2) AxxonSoft VideoDrivers – drivers by AxxonSoft company are not installed; 3) Wav – sound notification files are not installed. All the components are installed without REMOVE='[]' command, all components are installed. Example. REMOVE = 'Utils' – Axxon PSIM —Axxon PSIM drivers and sound audio notification files are installed. The utilities are not 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 is not isn't relevant when SQL_AUTHTYPE='Windows' |
DB_TITLES_NAME='[titles]' | Specifying Specification of the titles database. It is not isn't relevant when SQLSQL_AUTHTYPE='Windows' |
SQL_INSTANCE='[(local)\SQLEXPRESS]' | Specifying Specification of the database server. It is not 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\""
In As a result, the installation file setup.exe will be run with installation file runs with the following parameters:
...