2021.1

Table Of Contents
database.usessl = true/false (select whether to deploy using a
secure database connection (SSL)or not)
Note
As of PlanetPress Connect 2020.2 the silent installer no longer requires a valid
connection to a database in order to complete. This allows a system administrator to
adjust the database connection post-installation, rather than at installation time.
The installation log records whether the installer tested the database connection or not,
allowing verification post-installation.
Repository selection
The Connect installation process requires a repository from which the installer copies (locally)
or downloads (online installation) all selected Connect products.
In Silent Installer mode, the installation process looks for the property product.repository in
the install.properties file and then proceeds with the following steps:
1. If the property exists, and its value contains an existing file location with a repository, the
installer will attempt to install from that repository.
2. If the property exists, and its value starts with http://, the installer will attempt to install from
that location. It will fail if no repository can be found at this location.
3. If none of the conditions mentioned in the previous steps are met, the installer will look
next for a local "repository" folder (located in the same folder as the running Installer
(Setup) executable file). If a repository is found, the installer will attempt to install from that
repository.
4. As a last resort, the installer will attempt to install from the default Connect Update Site
URL.
Examples
product.repository = http://192.168.79.73/Connect/Version_
01/repository
product.repository = C:\\iso\\2.0.0.39695_unpacked\\repository
Page 53