################################################################################ # # InstallShield Response File for Installing a NewPatching an installed Instance # # This file contains values that can be used to configure the installation program with the options # specified below when the wizard is run with the "-options" command line option. # Read the instructions contained in each section to customize the options and their respective values. # # A common use of a response file is to run the wizard in silent mode. This enables you to # specify wizard keywords without running the # wizard in graphical mode. # # The keywords that can be specified for the wizard are listed below. To install in silent mode, # follow these steps: # # 1. Customize the value of the required keywords (search for the lines starting with -W). # This file contains both UNIX and Windows specific keywords. The required keywords are # customized for a Windows workstation. # # 2. Enable the optional keywords by removing the leading '###' characters from the # line (search for '###' to find the keywords you can set). # # 3. Specify a value for a keyword by replacing the characters within double quotation # marks "". # # 4. Save the changes to the file. # # 5. Enter the following command: # On UNIX: # SETUP.bin -options patchInstall.txt # On Windows: # SETUP.exe -options patchInstall.txt # # ################################################################################ ################################################################################ # # # # INSTALLATION PATH # # [Installation directory] # The fully qualified path to the location of the IBM # Tivoli Workload Scheduler instance to patch . -W installDir.value="\win32app\TWS\" # IBM TIVOLI WORKLOAD SCHEDULER USER # [Windows IBM Tivoli Workload Scheduler user name] # The user name for which IBM Tivoli Workload Scheduler is being # patched. -W instanceName.value="" ################################################################################ # # INSTALLATION TYPE # # The type of action you want to perform. # Possible value are: APPLY, UNDO, COMMIT, APPLY_AND_COMMIT # This file is customized to perform an # APPLY action. -W actionPanel.selectedAction="APPLY" ################################################################################ # # DO NOT CHANGE THE FOLLOWING OPTIONS OR THE INSTALLATION WILL FAIL # ################################################################################ -silent -G replaceNewerResponse="Yes to All"