コマンド行から Rational 製品をサイレント インストールするには、Installation Manager を使用します。
サイレント インストールの場合、Installation Manager は初期化 (.ini) ファイル silent-install.ini を使用します。このファイルは、InstallerImage_platform ディレクトリにあります。 このファイルには、コマンド行引数のデフォルト値が含まれています。コマンド行引数の詳細については、IBM Installation Manager コマンド行引数 を参照してください。
サイレント モードでの Installation Manager の実行についての追加資料は、Installation Manager インフォメーション センター (http://www.ibm.com/software/awdtools/installmanager/support/index.html の Documentation リンクで利用可能) を参照してください。
サイレント インストールの場合は、応答ファイルを使用する必要があります。
<!-- Input repository for the installation image. Multiple repositories can be specified by adding additional "repository" elements --> <server> <repository location='http://myserver.domain/RationalProduct' /> </server>リポジトリを含むインストール ファイルはマシン上に存在します。項目を次のように変更します。
<!-- Input repository for the installation image. Multiple repositories can be specified by adding additional "repository" elements --> <server> <repository location='C:/install_files/RationalProduct/disk1' /> </server>
リポジトリの詳細については、リポジトリの設定 を参照してください
サイレント インストールを使用して Rational 製品をインストールします。