2022.1

Table Of Contents
General information
PlanetPress Connect can be installed from the command line in "silent mode" to allow for
scenarios such automated installations during company wide roll-outs, or to allow for
unattended out-of-hours updates. The trigger for the Connect Installer to run in silent mode is a
text file with the fixed name installProperties.ini located in the same folder as the PlanetPress
Connect installation executable file.
How to prepare the installProperties.ini file is detailed in the following sections.
Installation Properties file
The basic rules for the installProperties.ini file are:
l Comment Lines start with the semi-colon character ';'
Example: ; The options to configure an external database
l The properties are listed in Key = Value pair format.
Example: product.ServerExtension = false
l Quotes are used for path strings, but not for other string types
Example: path = "c:\Program Files\Objectif Lune\OL Connect"
l Property values are case insensitive
The installation settings fall into three distinct categories:
l "[Logging]" below for setting the installation logging options
l "[Installation]" on the facing page for selecting what gets installed
l "[Uninstall]" on page51 handles properties related to product Uninstallation. These also
impact Maintenance mode.
[Logging]
This section handles Silent Installer logging options.
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.
Page 47