...
Example for the install.options
|
...
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 OraclePostgreSQL |
dbServer | Database server (name or IP) |
dbPort | Database port, defaults: |
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. |
...