创建用于应用服务的响应文件,以静默方式运行安装向导以应用服务时,需要此文件。
# Fri Jan 24 12:04:09 GMT 2014
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels, Consoles or Custom Code.
#Locate existing Healthcare Pack installation
#--------------------------------------------
GA_INSTALL_PATH=C:\\Program Files (x86)\\IBM\\HealthcarePack\\3.0.0.0
#Choose the setup type
#---------------------
SETUP_TYPE=\"Typical\",\"\"
SETUP_TYPE_1=Typical
SETUP_TYPE_2=
SETUP_TYPE_BOOLEAN_1=1
SETUP_TYPE_BOOLEAN_2=0
#Choose the IBM Integration Toolkit to extend
#--------------------------------------------
TOOLKIT_PATH_CONSOLE_1=C:\\Program Files (x86)\\IBM\\toolkit folder
其中
toolkit folder 是用于保存 IBM® Integration
Toolkit 副本的文件夹的名称。# Fri Jan 24 12:04:09 GMT 2014
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels, Consoles or Custom Code.
#Locate existing Healthcare Pack installation
#--------------------------------------------
GA_INSTALL_PATH=/opt/IBM/HealthcarePack/3.0.0.0
#Choose the setup type
#---------------------
SETUP_TYPE=\"Typical\",\"\"
SETUP_TYPE_1=Typical
SETUP_TYPE_2=
SETUP_TYPE_BOOLEAN_1=1
SETUP_TYPE_BOOLEAN_2=0
#Choose the IBM Integration Toolkit to extend
#--------------------------------------------
TOOLKIT_PATH_CONSOLE_1=/opt/IBM/toolkit folder
其中
toolkit folder 是用于保存 IBM Integration
Toolkit 副本的文件夹的名称。