Reference: Sample response file

You can use a response file to specify predefined information such as silent installation preferences, repository locations, installation profiles, and so on. Response files are beneficial for teams and companies that want to install installation packages silently and wan to standardize the locations and preferences for installation packages.
Sample response file
Note: This sample response file applies to the installation preferences for a Windows computer. Modify some of the values if you want to install to a different directory or are using a different operating system.
#  Licensed Materials - Property of IBM
#  © Copyright IBM Corp. 2010, 2011. All Rights Reserved.
#  US Government Users Restricted Rights - Use, duplication or
#  disclosure restricted by GSA ADP Schedule Contract with IBM Corp.


# Instructions
# ------------
# Modify the default values of the parameters in this sample response file 
# and use it to silently install IBM InfoSphere Optim pureQuery Runtime Version 3.1. 
#
# To enable a parameter for use by the installation program, remove the # character 
# from the beginning of a line. 
# To disable a parameter, add a # character at the beginning of a line. 
#
# After you modify and save the file, run the following command from the command line 
# to silently install the product:
# IBM_OPQRT_V3_1_Windows.exe -i silent -f path_to_the_response_file\client_sample_response.rsp

# Installation parameters
# -----------------------
# Enable the LICENCE_ACCEPTED parameter to accept the product license agreement.
# You can view the license agreement by running the interactive installation program.
LICENSE_ACCEPTED=TRUE

# Specify the full path to the directory in which you want to install the product:
USER_INSTALL_DIR=C:\\Program Files\\IBM\\IBM_Data_Tools

# Silent configuration tool parameter
# -----------------------------------
# To silently run the configuration tool after the product installation completes,
# enable the CONFIGURATION_RESPONSE_FILE_LOCATION parameter and specify 
# the full path to the response file used by the configuration tool.
#CONFIGURATION_RESPONSE_FILE_LOCATION=C:\\Program Files\\IBM\\IBM_Data_Tools\\configuration\\sample_cfgTool_response.rsp 

Feedback