샘플 응답 파일 |
---|
<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> |
정리 모드 및 라이센스 계약 승인 응답 파일에 대한 속성을 정의할 수도 있습니다.
<agent-input clean="true">
기본적으로 Installation Manager를 자동 설치 모드로 사용할 경우, 설치 패키지에 동반되는 모든 라이센스를 승인할 것을 동의해야 합니다. 라이센스 계약을 승인하지 않으려면 <agent-input> 요소에서 추가 속성 <agent-input acceptLicense='false">를 사용하여 자동 설치 조작을 자동으로 수행하지 않도록 할 수 있습니다. 설치 중인 설치 패키지에 승인해야 할 라이센스 계약이 있을 경우, 자동 설치 조작이 실패합니다.