################################################################################ # # JNI EZ Fibre Options File # # This file can be used to configure the EZ Fibre installer with the options # specified below when the installer is run with the "-options" command line # option. Read each setting's documentation for information on how to change # its value. # # A common use of an options file is to run the wizard in silent mode. This lets # the options file author specify wizard settings without having to run the # wizard in graphical or console mode. To use this options file for silent mode # execution, use the following command line arguments when running the wizard: # # -options "silent_install_options" -silent # ################################################################################ ################################################################################ # # License Agreement State # # The initial state of the License Agreement panel. Legal values are: # # 0 - Nothing will be selected # 1 - "I accept the terms of the license agreement." will be selected # 2 - "I do not accept the terms of the license agreement." will be selected # # For example, to configure the panel to initially display "I do not accept the # terms of the license agreement.", use # # -W license.selection=2 # ################################################################################ -W license.selection=1 ################################################################################ # # EZ Fibre Install Location # # The install location of the product. Specify a valid directory into which the # product should be installed. If the directory contains spaces, enclose it in # double-quotes. For example, to install the product to C:\Program Files\My # Product, use # # -P installLocation="C:\Program Files\My Product" # ################################################################################ -P installLocation="/opt/jni/ezfibre/standalone"