2022.1

Table Of Contents
Allows the user to specify if they wish to keep or remove user data (located under
%PROGRAMDATA%\Objectif Lune\OL Connect when performing a product uninstall.
Example:
; Uninstallation/Repair properties
[Uninstall]
remove = true
keepdata = true
Properties file examples
Simple Connect installation example
Here is an example of a complete installProperties.ini file for a relatively simple PlanetPress
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
Page 52