Installation Manager のサイレント・インストール

Installation Manager インストーラーを使用して、Installation Manager をサイレント・インストールします。

このタスクについて

Installation Manager のインストールには、Installation Manager インストーラーが使用されます。 Installation Manager は、管理者モードまたは非管理者モードでインストールできます。 Installation Manager をインストールするには、以下の例に従ってください。

手順

  1. http://www.ibm.com/support/entry/portal/All_download_links/Software/Rational/IBM_Installation_Manager から Installation Manager の最新バージョンをダウンロードします。
  2. Installation Manager インストーラーを unzip します。
  3. InstallerImage_platform サブディレクトリーに切り替えます。
  4. 次のいずれかのコマンドを入力します。
    • Windows に管理者としてインストールする場合: installc.exe -log log_file_path_and_name -acceptLicense。 例: installc.exe -log c:¥mylogfile.xml -acceptLicense
    • Windows に非管理者としてインストールする場合: userinstc.exe -log log_file_path_and_name -acceptLicense。 例: userinstc.exe -log c:¥mylogfile.xml -acceptLicense
    • 他のプラットフォームに管理者としてインストールする場合: installc -log log_file_path_and_name -acceptLicense。 例: installc -log /root/mylogs/mylogfile.xml -acceptLicense
    • 他のプラットフォームに非管理者としてインストールする場合: userinstc -log log_file_path_and_name -acceptLicense。 例: userinstc -log /root/mylogs/mylogfile.xml -acceptLicense

タスクの結果

Installation Manager をサイレント・インストールしたら、Installation Manager または Installation Manager インストーラーを使用して、パッケージをサイレント・インストールできます。

デフォルトのインストール・ロケーションの変更

Installation Manager のインストール先のデフォルト・ロケーションを変更するには、install.xml 応答ファイルを変更します。

このタスクについて

Installation Manager インストーラーは、デフォルトの応答ファイルを使用して Installation Manager インストーラーをインストールします。 このファイルを変更して、デフォルトのインストール・ロケーションを変更できます。

手順

  1. InstallerImage_platform ディレクトリーに移動します。
  2. 応答ファイル install.xml を見つけます。
  3. Installation Manager をインストールするロケーションを変更します。これを行うには、プロファイル情報を追加し、data key 属性と value 属性を使用して、インストール・ロケーションを指定します。 インストール・ロケーションは、eclipse という名前のディレクトリーでなければなりません。

デフォルトの install.xml 応答ファイルが変更され、インストール・ロケーションが C:¥IBM¥InstallationManager に変更されています。
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>

<!-- add a profile and specify the installation location using the data value attribute. 
The location must end in ¥eclipse -->
<profile kind='self' installLocation='C:¥IBM¥InstallationManager¥eclipse' id='IBM Installation Manager'>
<data key='eclipseLocation' value='C:¥IBM¥InstallationManager¥eclipse'/>
</profile>

<server>
<repository location='.'/>
</server>

<!-- add the profile information but do not modify the features, id, and version number -->
<install>
<offering profile='IBM Installation Manager' features='agent_core,agent_jre' 
id='com.ibm.cic.agent' version='1.2.0.20080624_0100'/>
</install>
</agent-input>

フィードバック