2022.2

Table Of Contents
Note: IftheRemoveactionistaken,thentheequivalentofanuninstallisdone,whilea
Modifyactionwillchangethecomponentsinstalledonthesystembasedontheones
definedintheINIfile[Installation]section,allowingremovaloradditionofcomponentsin
thecurrentinstallation.
l
keepdata:Boolean(Default:True)
Allowstheusertospecifyiftheywishtokeeporremoveuserdata(locatedunder
%PROGRAMDATA%\Objectif Lune\OL Connectwhenperformingaproductuninstall.
Example:
; Uninstallation/Repair properties
[Uninstall]
remove = true
keepdata = true
Propertiesfileexamples
Simple Connect installation example
HereisanexampleofacompleteinstallProperties.inifileforarelativelysimplePlanetPress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
desktopShortcuts = true
path = "c:\Program Files\Objectif Lune\OL Connect"
;Optional uninstallation settings
[Uninstall]
remove = true
keepdata = false
Page 48