참조: 샘플 응답 파일

XML 기반 응답 파일을 사용하여 자동 설치 환경 설정, 저장소 위치, 설치 프로파일 등과 같은 사전 정의된 정보를 지정할 수 있습니다. 응답 파일은 설치 패키지를 자동으로 설치하고 설치 패키지의 위치 및 환경 설정을 표준화하려는 팀 및 회사에 유용합니다.
샘플 응답 파일
<agent-input >

<!-- add preferences -->
<preference name="com.ibm.cic.common.core.preferences.http.proxyEnabled" 
value="c:/temp"/>

<!-- create the profile if it doesn't exist yet -->
<profile id="my_profile" installLocation="c:/temp/my_profile"></profile>

<server>
<repository location= 
"http://a.site.com/local/products/sample/20060615_1542/repository/"></repository>
</server>

<install>
	<offering profile= "my_profile" features= "core" id= "ies" 
version= "3.2.0.20060615">
	</offering>
</install>

</agent-input>

피드백