2022.1

Table Of Contents
Properties file examples
Simple Connect installation example
Here is an example of a complete installProperties.ini file for a relatively simple PrintShop
Mail Connect installation.
; OL Connect silent installer properties
; Logging properties
[Logging]
verbose = false
path = "c:\ProgramData\Objectif Lune\Installation Logs"
; 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
database.rootpassword = @Admin2022
database.username = olconnect
database.password = @Admin2022
database.remoteaccess = true
path = "c:\Program Files\Objectif Lune\OL Connect"
; Optional uninstallation settings
[Uninstall]
remove = true
keepdata = false
Exit Codes
Success
l 0 = Installation completed successfully / no specific error code was returned.
Page 43