參照:範例回應檔

您可以利用 XML 回應檔來指定預先定義的資訊,例如無聲自動安裝喜好設定、儲存庫位置、安裝設定檔等。回應檔有利於團隊和公司以無聲自動模式來安裝安裝套件及統一安裝套件的位置和喜好設定。
範例回應檔
<agent-input >

<!-- 新增喜好設定 -->
<preference name="com.ibm.cic.common.core.preferences.http.proxyEnabled"
value="c:/temp"/>

<!-- 建立設定檔 (如果尚不存在) -->
<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>

意見