Remote Tools and Documentation installation response file
Sample silent installation script for the WebSphere® MQ File Transfer Edition Remote Tools and Documentation installation.
# Sample silent installation script for the WebSphere MQ File Transfer Edition
# Remote Tools and Documentation.
# 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
# Select set of features to install
# Both the CHOSEN_INSTALL_SET and CHOSEN_INSTALL_BUNDLE properties must be set
# to the same value.
# Possible values:
# Complete - complete installation.
# Database - install the stand-alone database logger component only.
# Remote - install the remote command-line tools component only.
#---------------------------------
CHOSEN_INSTALL_SET=Complete
CHOSEN_INSTALL_BUNDLE=Complete
# 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\",\"\"