# 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 setting describes the installation mode itself. Default is win32
# Available options: win32 or unattended

mode=unattended

# in case of a request for installation, define the language. 
# Default is en, allowed are en for English and de for German

installer-language=en

#define the UPSMan Software license. This step is mandatory to define the correct 
#UPS list. Note that each UPSMan installation needs his own license. A demo key is not available.
#At "=[enter your key]", enter your the according UPSMan key, eg. "=12SHBLO3-1234566"

upsman_license_key= ***unknown variable upsman_license_key***

#Next, define the modules you want to install. For unattended, please select "standard_choice".
#With "custom_choice", the installer will wait for your input.

setup_type_choice=standard_choice

#Define the installation directory for this UPSMan installation. Default is c:\program files\Upsman
#Feel free to choose any other installation path

installdir=c:\program files\Upsman                                 

#UPSman needs a set of installed modules. Options are 1=yes, 0=no
#Do not change the defaults unless you really know what you are doing...

ups_manager=1
prolific_usb_driver=1
powerware_usb_driver=1
ups_viewer=1
ups_support_tools=0
desktop_shortcut=1
startmenu_shortcut=1

#for RCCMD functionality, Port 6003 and 5769 TCP must be opened. This option configures your windows
#firewall settings. 
# Select 1=yes, 0=no 
#Note: External firewall or internet solitions may require additional manual configuration work.

open_firewall_ports=1

# some licensed vendors uses an online registration for UPSMan (UPSMan will also work without this step)
# As a default, 0=no is set for unattended installation

online_registration=0

#Shall UPSMan start the configuration dialogue after installation ? Default is 1=yes.

start_upsman_configuration=1
