silent.properties file, you have the following configuration options (presented in four sections) for the silent installation. It runs a windowless
installation and no user input is required.
uninstall.sh file or you have removed the files manually.silent.properties file.uninstall.sh file or you can remove the files manually. The silent.properties file allows you to configure the installation directory. If you do not change the default configuration settings, the installation
will result in a new directory with the applicable
silent.properties file.# Configure options for unattended installation.
# sudo bash install.sh silent.properties
# The license agreement acceptance is provided by the following "acceptLicense"
property.
# Any value except "yes" will cause the installer to exit.
acceptLicense=yespassphrase in the following section of the silent.properties file if the system passphrase value has not been previously configured on the host.# The system passphrase value here is used only if one does not already exist
on the install target host ID.
# Your passphrase must contain:
# at least 10 characters
# at least 1 lower case character
# at least 1 upper case character
# at least 1 digit
systemPassphrase=Password10# Set the "installDirectory" to a path to override the default installation directory.
# Example: installDirectory=/opt/Niagara/Niagara-%version%
installDirectory=silent.installer file.# Set "createInstallDirectory" to "true" to create the install directory
if it does not exist.createInstallDirectory=yes
# Set "addUsers" to "yes" to configure which users can use Niagara 4.
addUsers=
# If "addUsers" = "yes", the list of existing users to add to the new group 'niagara'
which will have
# permissions to start/stop/query the platform service, and have desktop and menu icons
# installed to thier home directory. User names should be separated by a space character
users=
# Set "modifySudoers" to "yes" to grant all users in the group 'niagara'
permission to start
# and stop the niagarad process.
modifySudoers=no
# Set "installService" to "true" to install the Niagara daemon as a service.
installService=yes
# Set "installDesktopShortcuts" to "true" to install Linux desktop shortcuts.
installDesktopShortcuts=yes
# Set "installMenuShortcuts" to "true" to install the Linux menu shortcuts.
installMenuShortcuts=yes