応答ファイルを使用すると、サイレント・インストール設定、リポジトリーのロケーション、
インストール用プロファイルなどの事前定義情報を指定できます。 応答ファイルは、
インストール・パッケージのサイレント・インストールを行ったり、インストール・パッケージのロケーションや設定を標準化したりするチームや会社にとってはメリットがあります。
サンプル応答ファイル注: このサンプル応答ファイルは、
Windows コンピューターでのインストール設定に適用されます。異なるディレクトリーにインストールする場合や異なるオペレーティング・システムを使用している場合は、値の一部を変更してください。
# Licensed Materials - Property of IBM
# © Copyright IBM Corp. 2010, 2012. 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.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_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