範例回應檔:安裝 Installation Manager 和套件

這個範例回應檔會同時安裝 Installation Manager 和套件。
安裝 Installation Manager 和軟體套件的範例回應檔
<agent-input clean="true" temporary="true">

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

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

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

<!-- add the offerings and features to install. You can install Installation Manager and 
  packages in one response file -->
<install>
<offering id="com.ibm.cic.agent" version="1.3.0.20090114_0637" />
<offering features="com.ibm.rad.sdpcore,com.ibm.rad.jre,com.ibm.rad.webtools_core,com.ibm.rad.pde,com.ibm.rad.data_tools" profile="IBM Software Delivery Platform" id="com.ibm.rational.application.developer" version="7006_20080320_1728"/>
</install>

</agent-input>

讀者意見