Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

All system setups can be installed unattended as described follows.

Core-Service

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.

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

Example for the install.options

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
dbName=yuuvisdb
dbUser=user
dbPassword=password
update=false
setupStartService=1

Description of the installation parameters

Option

Description

installDir

Installation directory

serviceName

Installierted technical service name (without blank)

serviceDisplayName

Display name for the service

dataDir

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

dbName

Database name

dbUser

Database user

dbPassword

Database password

update

If 'false' a new installation is always performed. Otherwise only the system files are updated.

setupStartService

If '1', the dms 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

All other setups are MSI installers and 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

  • No labels