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