################################################################################ ### ### responsefile.updiinstaller.txt ### ### Wizard name: Install ### Wizard source: setup.jar ### ### This file can be used to configure Install with the options specified below ### when the wizard is run with the "-options" command line option. ### ### Enclose all values within a single pair of double quotes. ### ### To use this options file for silent mode execution... ### ### ./install -options "responsefile.updiinstaller.txt" -silent ### ### -OPT silentInstallLicenseAcceptance="true" -OPT disableEarlyPrereqChecking="false" -OPT allowNonRootSilentInstall="false" -OPT disableOSPrereqChecking="false" -OPT installLocation="/opt/isv/WXS71/UpdateInstaller" ### Trace Control Output ### ### ALL - output files saved as separate plain text and XML files. ### text - output file saved in plain text format only. ### XML - output file saved in standard Java logging XML format only. ### ### Trace output is saved as both text and XML files by default, but it can be ### restricted to only one output format. ### ### The amount of trace information captured can be controlled. All informational ### messages, warnings, and severe warnings are output to a trace file by default. ### ### Valid values for traceLevel: ### OFF - No trace file is produced. ### SEVERE - Only severe errors are output to a trace file. ### WARNING - Non-fatal exceptions and warnings are added to trace file. ### INFO - Informational messages are added to the trace file. ### CONFIG - Configuration related messages are added to the trace file. ### FINE - Trace all public method calls. ### FINER - Trace all non-public method calls except getters and setters. ### FINEST - Trace all methods, entry and exit parameters, and return values. ### ### -OPT traceFormat=ALL ### -OPT traceLevel=INFO ### ###