Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All system yuuvis RAD setups can be installed run in unattended mode as described followsbelow.

Table of Contents

BitRock Setups (Core-Service, Service-Manager, Rendition-Plus, Elasticsearch, Metrics-Manager)

The setup can be run automatically via script. The call BitRock setups support command line execution. All parameters that can be set during the GUI mode can also be set on the command line - either directly or via an options-file. The list of all parameters and their default values for each setup can be retrieved by executing the setup.exe with the parameter “--help” on the command line. The output language corresponds to the language of the Windows installation. Currently german and english are supported. Other languages will fallback to the default = german.

With the core-service as an example the call using an options file looks like this:

yuuvis_rad_core-service-manager_setup_x.xy.xz.exe --mode unattended --optionfile install.options

Use the parameter --help for the list of all options and their default values.

The output language corresponds to the language that is set for Windows.

Example for the install.options

Code Block
installDir=C:\core-service
serviceName=yuuvis_core-service
serviceDisplayName=yuuvis RAD Core-Service
dataDir=C:\core-service\DATA
dbType=PostgreSQL
dbServer=10.1.4.149
dbPort=5432
dbInstance=
dbName=yuuvisdb
dbUser=user
dbPassword=password
baseinit=1
dataDir=C:\core-service\DATA
dmsSidecarUrl=http://10.1.4.149:7301
systemuserapikey=0e4e1828-e3e2-41b2-bf51-7924b9985328
update=false
setupStartService=10

Description of the installation parameters

Option

Description

installDir

Installation directory

serviceName

Installierted technical service name (without blank)

serviceDisplayName

Display name for the servicedataDir

Data directory (WORK/CACHE)

dbType

Database-type, possible values : MSSQL or PostgreSQL

dbServer

Database server (name or IP)

dbPort

Database port, defaults:
for MS-SQL Server: 1433
for PostgresSQL: 5432

dbInstance

Databse instance name (optional)

dbName

Database name

dbUser

Database user

dbPassword

Database password

baseinit

Controls if database tables and base configuration is created or an existing database is used

dataDir

Data directory (WORK/CACHE)

dmsSidecarUrl

URL to the service-manager’s dms-sidecar service (http://localhost:7301)

systemuserapikey

API-Key for the system user

update

If 'false' a new fresh installation is always performed. Otherwise only the system files are updatedthe setup runs in update mode.

setupStartService

If '1', the dms core-service will be started automatically after the setup .

Elasticsearch

The setup can be run automatically via script. The call looks like this:

...

yuuvis_rad_elasticsearch_setup-x.x.x.exe --mode unattended --optionfile install.options

Use the parameter --help for the list of all options and their default values.

Service-Manager

The setup can be run automatically via script. The call looks like this:

...

yuuvis_rad_service-manager_setup_x.x.x.exe --mode unattended --optionfile install.options

Use the parameter --help for the list of all options and their default values.

Rendition-plus

The setup can be run automatically via script. The call looks like this:

...

yuuvis_rad_rendition-plus_setup_x.x.x.exe --mode unattended --optionfile install.options

Use the parameter --help for the list of all options and their default values.

Finreader

TBD

Other setups

...

finished.

MSI Setups (Agent, Designer, Office Add-In, Outlook Add-In, Outlook Drag&Drop Add-in, Template Editor)

All MSI installers do not require any parameters other than the installation path. They can be called on the command line as described here:

https://learn.microsoft.com/en-us/windows/win32/msi/command-line-options

See here for optional parameters: https://help.optimal-systems.com/yuuvisRAD/v80/admin/en/administration/installation/home_installation.htm

As an example, the Designer can be installed by the following command:

msiexec /i yuuvis_rad_designer_setup-<Version>.msi /quiet INSTALLDIR="C:\yuuvis\designer"

Finreader

TBD

Capture-Crosscap

TBD