2020.2

Table Of Contents
Note
The values of install.product properties must contain the exact product names.
Installation folder (optional)
To select an installation folder other than the default during a silent installation:
install.directory=C:/Program Files/Preferred/Directory
Note
This file is a Java properties file. You must use either use forward slashes as shown
above, or double backslashes. Using only a single backslash will result in failed
installations.
If the property is not set, the default path will be used.
Database configuration
Case 1: MySQL is among the selected Connect products to be installed (new MySQL
installation)
If MySQL is selected and there is no previous MySQL configuration on the machine, the
following properties should be defined:
database.password = <password> (required and must meet the rules)
database.port = <port> (3306 is the default port value)
database.unlocked = true or false (the default value is false,
optional)
Page 41