2.3.3. Batch installation
Use the installer to install 1C:Enterprise both in interactive mode and batch mode. In this mode, installation can be performed without the window manager, completely in console mode. Batch installation is applied when you update the client application.
Enable batch mode by specifying the --mode unattended command in the installer command line. To specify components to be installed, use the --enable-components command. Components to be installed are listed by comma-separated parameters of this command. The following parameters are available:
ID | Description |
additional_admin_functions | Install administrative console utility (see article Administrative console utility 1cv8a). |
client_full | Install thick client with access to Designer operations. |
client_thin | Install thin client without access to file infobase operations. |
client_thin_fib | Install thin client with access to operations in any infobase mode. |
config_storage_server | Install configuration repository server. |
integrity_monitoring | Install integrity monitoring utility. |
liberica_jre | Install Java Runtime Environment (JRE). |
server | Install 1C:Enterprise server cluster. |
server_admin | Install administration server of 1C:Enterprise server cluster. |
ws | Install web server extension modules. |
Install the application interface in a language that matches the specified ID: | |
ar | Arabic |
az | Azerbaijani |
bg | Bulgarian |
de | German |
el | Greek |
es | Spanish |
fr | French |
hu | Hungarian |
hy | Armenian |
it | Italian |
ka | Georgian |
kk | Kazakh |
lt | Lithuanian |
lv | Latvian |
pl | Polish |
ro | Romanian |
ru | Russian |
tk | Turkmen |
tr | Turkish |
uk | Ukrainian |
vi | Vietnamese |
zh | Chinese |
Let's consider a simple example. Perform the installation with the following parameters:
- 1C:Enterprise server cluster, administration tools, JRE, and web server operations.
- 1C:Enterprise version 8.3.20.100.
- Install the Russian and English interface languages.
- Perform installation for a 64-bit operating system.
For these parameters, use the installer for the full version. The installation command line will look as follows:
setup-full-8.3.20.100-x86_64.run --mode unattended --enable-components server,ws,server_admin,liberica_jre,ru,en
Note that the installer is based on VMware InstallBuilder. This documentation contains only system commands that are required to install 1C:Enterprise. For more information about other commands, see VMware InstallBuilder user documentation.
See also:
- Description of Linux installers (see article Available installers).