Versions Compared

Key

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

...

Code Block
installDir=C:\DBINSTALL
serviceName=yuuvis_dms_ora
serviceDisplayName=DMS Service OracleDB
dataDir=C:\ORACLEINSTALL\DATA
dbType=MSSQL
dbServer=10.1.4.149
dbPort=1521
dbName=enaiodbyuuvisdb
dbUser=user
dbPassword=password
update=false
setupStartService=1

...

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, postgres or Oracle

dbServer

Database server (name or IP)

dbPort

Database port, defaults:
for MS-SQL Server: 1433
for PostgresSQL
for Oracle DB: 1521

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

TBD

Service-Manager

TBD

Rendition-plus

...

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

Add --help for the list of all options

Example for the install.options

Code Block
tbd

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

Add --help for the list of all options

Example for the install.options

Code Block
tbd

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

Add --help for the list of all options

Example for the install.options

Code Block
tbd