참조: 샘플 응답 파일

응답 파일을 사용하여 자동 설치 환경 설정, 저장소 위치, 설치 프로파일 등과 같은 사전 정의된 정보를 지정할 수 있습니다. 응답 파일은 팀이나 회사에서 설치 패키지를 자동으로 설치하고 설치 패키지의 위치 및 환경 설정을 표준화하려는 경우 유용하게 사용될 수 있습니다.
샘플 응답 파일
주: 이 샘플 응답 파일은 Windows 컴퓨터의 설치 환경 설정에 적용됩니다. 다른 디렉토리에 설치하거나 다른 운영 체제를 사용 중인 경우 일부 값을 수정하십시오.
#  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 

피드백