Silent Installer
As of Niagara 4.13, Silent Installer allows for an automated and unattended installation of Niagara Framework via programming.
It simplifies PC maintenance, automated testing, and bundling installations with additional applications. Running the Niagara installer for Windows or Linux does not require user input. The properties file allows you to generate installation choices prior to execution using the command line.
Note: You can find the silent.properties file
in your installation file. For example, Windows images should include
the silent.properties file under the /overlay/... folder since the Windows installer expects
the file in that location.
The Linux images should include the silent.properties file in the root folder along with the install.sh and install_common.sh files since the Linux installer expects the file in that location.