2022.1

Table Of Contents
l database.rootpassword: String (Default: there is no default for this setting)
Database root password.
There is no default value, and if this is left unspecified the installation will fail.
l database.username: String (Default: olconnect)
The username that PrintShop Mail Connect will use to connect to the database.
l database.password: String (Default: there is no default for this setting)
The password that OL Connect will use to connect to the database.
There is no default value, so if this is left unspecified, then the installation will fail.
l database.instance: String, Optional (Default: there is no default for this setting)
Only valid if database.system = mssqlserver.
l database.schema: String (Default: there is no default for this setting)
Specifies the database schema to use. Required. (Optional if product.MariaDB = true)
l database.encryptedconnection: Boolean (Default: False)
Specifies the database schema to use.
(Optional if if product.MariaDB = true)
l server.connection.configure: Boolean, Optional (Default: True)
If set to False, then the server connection configuration is skipped.
l server.connection.user: String (Default: olc-user)
The server connection username.
l server.connection.password: String (Default: there is no default for this setting)
The server password. Required if server.connection.configure = true.
l server.connection.port: Numeric (Default: 9340)
The server port number.
Example:
; Installation settings
[Installation]
product.Designer = true
product.Server = true
product.PrintManager = true
product.ServerExtension = false
product.MariaDB = true
product.Messenger = true
RegisterService.connectServer = true
server.username = Administrator
server.password = ObjLune
server.connection.user = olc-user
server.connection.password = secret
Page 41