# This is an option file for the rccmd installer on Mac OS X
# Run the installer from a terminal console with the following command
# to use the configuration parameters as set in this option file:
# ./rccmdinstaller.app/Contents/MacOS/installbuilder.sh --optionfile options.txt

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

# The installation mode the installer runs on.
# Currently this installer only supports value of 'osx'.
# (Possible values are osx, unattended and text)
# (osx: ui framework for a graphical user interface)
# (unattended: no/minimal ui)
# (text: a command line installer for operating systems without user interface)
# (Default: osx)
mode=osx

# 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: /Applications/RCCMD)
installdir=/Applications/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

# 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
