# This parameter sets the installation language
# (Possible values are en and de)
# (Default: en)
installer-language=en

# The installation mode the installer runs on
# (Possible values are gtk, xwindow, unattended and text)
# (gtk/xwindow: ui frameworks for a graphical user interface)
# (unattended: no/minimal ui)
# (text: a command line installer for operating systems without user interface)
# (Default: gtk)
mode=gtk

# The ui mode that the installer uses if the unattended mode is chosen
# (Possible values are none, minimal and minimalWithDialogs)
# (none: no ui is shown/a completetly silent installer)
# (minimal: a progress bar is shown during the installation)
# (minimalWithDialogs: a progress bar is shown during the installation and the installer will show errors and information in the form of popups/dialogs)
# (Default: none)
unattendedmodeui=none

# This parameter determines the directory where rccmd is installed to
# (Default: /opt/rccmd)
installdir=/opt/rccmd

# This parameter sets the license key for rccmd (if one is available)
# If no key is available, leave this parameter empty
rccmd_license_key=

# This parameter should not be changed 
# (Possible values are custom_choice and standard_choice) 
# (Default: custom_choice)
setup_type_choice=custom_choice

# This parameter installs the configurator set if set to 1
# (Possible values are 1 and 0)
# (Default: 1)
rccmd_configurator_set=1

# Optional feature to display messages on all active consoles
# (Possible values are 1 and 0)
# (Default: 1)
messageDisplay=1

# Optional feature to write messages to rccmd.log
# (Possible values are 1 and 0)
# (Default: 1)
logMessages=1

# Optional feature to display messages in gui environment
# (Possible values are 1 and 0)
# (Default: 1)
xMessage=1

# This parameter sets the protocol used for configurator
# HTTPS is recommended
# (Possible values are HTTP and HTTPS)
# (Default: HTTPS).
configurator_protocol=HTTPS

# This parameter sets the port used for configurator
# Every port can be used as long as the port is open and free
# (Default: 8443)
configurator_port=8443

# This parameter sets the password used for configurator
# (Default: RCCMD)
configurator_password=RCCMD

# This parameters starts the rccmd service automatically after the installer finishes if set to 1 
# This option is only needed if the installer is run in the "unattended" mode
# (Possible values are 1 and 0)
# (Default: 1)
start_rccmd_service=1

# This parameter opens the rccmd configurator automatically after the installer finishes if set to 1
# This option is only needed if the installer is run in the "unattended" mode and the configurator set is installed
# (Possible values are 1 and 0)
# (Default: 0)
open_rccmd_configurator=0
