応答ファイルを使用した IBM WebSphere SDK Java Technology Edition for Liberty バージョン 7.0 または 7.1 のインストール
Installation Manager の応答ファイルを使用して、IBM® WebSphere® SDK Java™ Technology Edition for Liberty バージョン 7.0 または 7.1 をインストールすることができます。
始める前に
このタスクについて
Installation Manager で応答ファイルを使用して、IBM WebSphere SDK Java Technology Edition for Liberty バージョン 7.0 または 7.1 をさまざまな方法でインストールすることができます。以下の手順で説明するように GUI を使用して応答ファイルを記録することができます。あるいは、手動でまたはサンプルを変更して新しい応答ファイルを生成することができます。
![[8.5.5.2 以降]](../ng_v8552.gif)
- IBM Fix Central Web サイトからインストール・ファイルをダウンロードし、ローカル・インストールを使用する。
- ライブ・リポジトリーにアクセスし、IBM ソフトウェア ID を使用して Web ベースのインストールを実行する。
手順
例

![[8.5.5.1 以降]](../ng_v8551.gif)
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
<repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.IBMJAVA.v70" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.liberty.IBMJAVA.v70'
profile='WebSphere Liberty V8.5' installFixes='none'/>
</install>
<profile id='WebSphere Liberty V8.5' installLocation='C:¥Program Files¥IBM¥WebSphere¥Liberty'>
</profile>
</agent-input>

![[8.5.5.2 以降]](../ng_v8552.gif)
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
<repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.IBMJAVA.v71" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.liberty.IBMJAVA.v71'
profile='WebSphere Liberty V8.5' installFixes='none'/>
</install>
<profile id='WebSphere Liberty V8.5' installLocation='C:¥Program Files¥IBM¥WebSphere¥Liberty'>
</profile>
</agent-input>