2022.1

Table Of Contents
The logging Key pairs are as follows:
l verbose: Boolean (Default: false)
A basic log is always created by the installer, with or without the verbose option. The
verbose option is more suitable for debugging purpose.
If set to true, then a verbose log file is created in the logging path specified in the INIfile.
If no logging path is specified in the INIfile, then the default one is used.
If set to false, standard logging is done.
l path: String (Default: %PROGRAMDATA%\Objectif Lune\Installation Logs)
Sets the folder to which the installation log will be written.
Only the log folder should be specified here, not the log file name.
Note
The log file name's format is set automatically and uses the format Installer-YYYY-
MM-DD-####.#.#.log, where:
l YYYY-MM-DD = The date the log was created
l ####.#.#= The PrintShop Mail Connect version number
The file name for maintenance installation begins with "Maintenance" rather than
"Installer"
Example:
; Logging properties
[Logging]
verbose = false
path = "c:\temp\Silent Install"
[Installation]
This section handles various installation parameters as well as product selection.
The logging Key pairs are as follows:
l product.<name>: Boolean (Default: false)
Each OLConnect product has its own entry, which can be set to true (to install) or false(to
Page 39