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>
|