# ------------------------------------------------------------------- # APC PowerChute Serial Shutdown Silent Installer # ------------------------------------------------------------------- # ------------------------------------------------------------------- # This file contains parameters used by the PowerChute Serial # Shutdown silent install option to support mass installation. # # Do not enclose values in quotes. # Keys are case sensitive. # Values will be trimmed of leading and trailing whitespace. # ------------------------------------------------------------------- # ------------------------------------------------------------------ # Perform a silent upgrade. # # Perform a silent upgrade of installed PowerChute Serial Shutdown # to a new version. During upgrade installation the existing # PowerChute configuraton and data will be preserved. # # The upgrade will fail if no existing installation is detected, or # if upgrade from installed version to new version is not supported. # It is possible to upgrade to the same version (repair install). # # This value must be specified as 'yes' for silent upgrade to # proceed. # # NOTE: During silent upgrade only the Upgrade and AcceptEULA keys # are processed. All other keys and values are ignored. It is not # possible to modify existing setup (directory, UPS, credentials, # firewall) during upgrade. # ------------------------------------------------------------------ Upgrade=no # ------------------------------------------------------------------- # The directory in which to install PowerChute Serial Shutdown. # This must be an absolute path, including the drive letter. # # If the path doesn't contain 'PowerChute Serial Shutdown' # folder, then '\APC\PowerChute Serial Shutdown' will be appended to # the path. # ------------------------------------------------------------------- ApplicationDirectory=C:\Program Files\APC\PowerChute Serial Shutdown # ------------------------------------------------------------------ # Accept the End User License Agreement. # # A license.pdf file is available in the web download or on the # installation media. # # This value must be specified as 'yes' for installation to # proceed. # ------------------------------------------------------------------ AcceptEULA=yes # ------------------------------------------------------------------ # Automatically detect connected UPS. # # If this value is specified as 'yes' then the installer will scan # all communication ports for a supported UPS. # ------------------------------------------------------------------ AutoDetect=yes # ------------------------------------------------------------------ # The UPS model to use for this installation. It can be found on # printed label at the rear of your UPS. Enter a numeric value # matching your UPS from below Available UPS Model values' list. # # If your UPS is not available in below listed UPS models then # choose either 'Other Type-A' or 'Other Type-B' depending on below # definitions. # # Type-A: # - Smart-UPS models with prefix SMT, SMX, SURTD, SRT, SMTL, SCL, # SMC, and SRTL, and models SRC2KUXI, SRC3KUXI, and SRC3KUXIX709. # # Type-B: # - Smart-UPS models excluding UPS models with prefix SMT, SMX, # SURTD, SRT, SMTL, SCL, SMC, SRTL, and models SRC2KUXI, # SRC3KUXI, and SRC3KUXIX709. # - Easy UPS models SRVLPM1KRIL, SRVLPM2KRIL, and SRVLPM3KRIL. # # NOTE: The UPSModel value will be ignored if AutoDetect value is # specified as 'yes'. # # Available UPS model values: # 0 = SMT # 1 = SMC # 2 = SRT # 3 = SRTL # 4 = SU # 5 = SUA # 6 = SURT # 7 = SY # 8 = SC # 9 = SURTA # 10 = SURTD # 11 = SU4G # 12 = SRV # 13 = SMX # 14 = Back-UPS # 15 = Other Type-A # 16 = Other Type-B # ------------------------------------------------------------------ UPSModel=0 # ------------------------------------------------------------------ # The ShareUPSMode value should be set to a value greater than zero # if you are using your UPS with an Interface Expander 2 card # (AP9624) or a Share-UPS (AP9207) to support multiple servers with # one UPS. # # NOTE: The ShareUPSMode value will be ignored if AutoDetect value is # specified as 'yes'. # # NOTE: If UPSModel value is either 12 (SRV) or 14 (Back-UPS), then # ShareUPSMode value must be zero. # # Are you connected to a Share-UPS, Interface Expander or in Simple # Signaling mode? # 0 = No – Connected to the UPS port # 1 = Yes – Interface Expander port # 2 = Yes – Share-UPS advanced port # 3 = Yes – Share-UPS basic port # ------------------------------------------------------------------ ShareUPSMode=0 # ------------------------------------------------------------------ # The communication port the UPS is connected to. This can be # either a USB port or a serial (COM) port. # # NOTES: # - The UPSPort value will be ignored if AutoDetect value is # specified as 'yes'. # - If you specify USB then ensure the UPS is connected to a USB # port during installation. If no UPS is connected then the # required driver can't be installed, and installation will fail. # - If UPSModel value is 12 (SRV) then only COM port values are # allowed. # - If UPSModel value is 14 (Back-UPS) then only USB port value (0) # is allowed. # - If ShareUPSMode value is greater than zero, then only COM port # values are allowed. # # 0 = USB # 1 = COM1 # 2 = COM2 # ... # = COM (where represents the COM port number) # ------------------------------------------------------------------ UPSPort=0 # ------------------------------------------------------------------ # The username to use for PowerChute Serial Shutdown. # # Username requirements: # - Must be between 6 and 128 characters # - Must contain only US-ASCII characters # - Must not contain spaces # ------------------------------------------------------------------ Username= # ------------------------------------------------------------------ # The password to use for PowerChute Serial Shutdown. # # Password requirements: # - Must be between 8 and 128 characters # - Must contain only US-ASCII characters # - Must contain 1 upper and 1 lower case letter # - Must contain 1 number or special character #?!@$%^*- # - Must not contain spaces # ------------------------------------------------------------------ Password= # ------------------------------------------------------------------ # Add exception to the Windows Firewall. # # If value is specified as 'yes', and the Windows firewall is # enabled on the system, then the installer will add an exception # for PowerChute Agent in the Windows Firewall. This will allow # remote monitoring and management of PowerChute Serial Shutdown. # ------------------------------------------------------------------ AddToFirewall=yes