Go to documentation repository
Page History
...
Note | ||
---|---|---|
| ||
Consider version compatibility when performing silent update. If Intellect is updated to a version whose second and/or third number is larger than that of the currently installed version (for example, from version 4.10.4 to 4.10.5, or 4.9.5 to 4.10.5), compatibility is lost with industry-specific vertical solutions built for old versions. This is why all vertical solutions are deleted by default unless you use the /saveaddons parameter. If build number differs, e.g. 4.10.5.200 is updated to 4.10.5.300, vertical solutions remain unchanged. |
...
The install file parameter in the command prompt | Description |
/? | Help window call |
/help | Help window call |
/x | The Intellect software deletion saving the configuration |
/removeall | The Intellect software deletion without saving the configuration |
/uninstall | The Intellect software deletion saving the configuration |
/r | The Intellect software repair |
/repair | The Intellect software repair |
/qn | The Intellect software installation/update |
/quiet | The Intellect software installation/update |
/norestart | Disabling the auto restart of the system while it is being installed |
/LANG=”ru” | Russian language selection of installation program |
/LANG=”en” | English language selection of installation program |
/INSTALLTYPE="Client" | Selecting the Monitor workstation installation type |
/INSTALLTYPE="Server" | Selecting the Server installation type |
/INSTALLTYPE="Admin" | Selecting the Admin workstation installation type |
/ADD="[]" | A list of components necessary for installation. Is used if a component that is not installed by default is to be installed. Possible values are given in the next table. |
/REMOVE="[]" | A list of components that are not to be installed. Possible values are given in the next table |
/CMD="[commands]" | Values of functions for basic installation program. Where commands mean [Function] =\"[Value]\" or [Function] ='[Value]'. Available functions of installation program are given in the last table in the section. |
/debug | Enable verbose logging. |
/noOSCheck | Supress checking OS version |
/dpcmd="INSTALL_BOSCH_VIDEOSDK=\"no\"" | Installation of Bosch VideoSDK driver (see Note): no – do not install; yes – install. |
/saveaddons | Do not delete any vertical solutions |
Note | ||
---|---|---|
| ||
In some cases Bosch VideoSDK installation results in displaying of the command prompt window which must be closed in order to proceed with the installation. |
...
Architecturex86 | Architecture x64 |
BaseIntellect | BaseIntellect |
IPDriverPack_x86 | IPDriverPack_x86 |
- | IPDriverPack_x64 |
Acrobat | Acrobat |
dotnetfx35_x86 | dotnetfx35_x86 |
JRE_x86 | JRE_ amd64 |
MsXml | MsXml |
Redist2005_x86 | Redist2005_x86 |
SQLServer_x86 | SQLServer_ amd64 |
WindowsInstaller_x86 | WindowsInstaller_ amd64 |
WindowsPowerShell20_x86 | WindowsPowerShell20_x amd64 |
Guardant_x86 | Guardant_ amd64 |
Dotnet40 | Dotnet40 |
Redist2010_x86 | Redist2010_x86 |
- | Redist2010_x64 |
ReportViewer | ReportViewer |
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 create quick launch shortcut |
CREATE_DESKTOP_SHORTCUT='1' | Create shortcut on the desktop (is used by default) |
CREATE_DESKTOP_SHORTCUT='0' | Do not create shortcut on the desktop |
ADDLOCAL='[]' | A list of components for installation. Available values : 1) Utils – the utilities included in the Intellect system are installed 2) AxxonSoft VideoDrivers – drivers by AxxonSof company are installed; 3) Wav – sound notification files are installed. All the components are installed without ADDLOCAL='[]' command. Example. ADDLOCAL='Wav' – Intellect system and sound notification files are installed. |
REMOVE='[]' | A list of components that are not to be installed. Available values: 1) Utils – the utilities included in the Intellect system are not installed; 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. Example. REMOVE ='Utils' – Intellect, divers and sound notification files are installed. The utilities are not installed. |
Functions of the “Server” and “Admin workstation” installation types | |
INSTALL_AS_SERVICE='1' | Installation as a service |
PATHTOKEYFILE='[%SourceDir%]' | Specify the path to the Key folder with license key |
LANGUAGE='[en]' | Select the language of the Intellect system |
SQL_AUTHTYPE='Windows' | Selecting the ”Windows accounts” user authentication method |
SQL_AUTHTYPE='Sql' | Selecting the “SQL authentication” user authentication method |
SQL_USERNAME='[sa]' | Setting the user name for the “SQL authentication” method |
SQL_PASSWORD='[]' | Setting the password for the “SQL authentication” method |
General functions: | |
DB_INTELLECT_NAME='[intellect]' | Specifying the main database. It is not relevant when SQL_AUTHTYPE='Windows' |
DB_TITLES_NAME='[titles]' | Specifying the titles database. It is not relevant when SQL_AUTHTYPE='Windows' |
SQL_INSTANCE='[(local)\SQLEXPRESS]' | Specifying the database server. It is not relevant when SQL_AUTHTYPE='Windows' |
...
Example of running the Intellect system installation program in a hidden mode:
...