サンプル応答ファイル |
---|
<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> |
応答ファイルに属性を定義することも できます。クリーン・モード属性およびご使用条件同意属性です。
<agent-input clean="true">
デフォルトでは、 Installation Manager をサイレント・インストール・モードで使用した場合、インストール・パッケージに付随するあらゆるライセンスに同意します。ご使用条件に同意したくない場合に、 <agent-input> エレメントで追加属性を使用して、 サイレント・インストール操作を自動的に失敗させることができます。<agent-input acceptLicense='false"> のように指定します。インストールしているインストール・パッケージ に同意する必要があるご使用条件がある場合、サイレント・インストール操作は失敗します。