Client installation response file
Sample silent installation script for the WebSphere® MQ File Transfer Edition Client installation.
# Sample silent installation script for the WebSphere MQ File Transfer Edition
# client.
# Has the license been accepted?
# Possible values:
# TRUE - the license has been accepted - proceed with the install.
# FALSE - the license has not been accepted - do not proceed with the install.
#-----------------------------
LICENSE_ACCEPTED=TRUE
# Product installation folder :
# The location that the product binaries will be installed into.
#-----------------------------
USER_INSTALL_DIR=C:\\Program Files\\IBM\\WMQFTE
# Configuration folder :
# The location that the product configuration will be installed into.
#-----------------------
USER_TEMP_DATA_DIR=C:\\Documents and Settings\\All Users\\Application Data\\IBM\\WMQFTE\\config
# Skip configuration
# Skip further configuration steps.
#------------------
Skip_configuration=\"Yes\",\"\"
.