Installation Manager をサイレント・インストールするには、Installation Manager インストーラーを使用します。
Installation Manager のインストールには、Installation Manager インストーラーを使用します。Installation Manager は、管理者モードでも非管理者モードでもインストールできます。Installation Manager をインストールするには、以下の例に従ってください。
install.xml 応答ファイルを変更して、Installation Manager をインストールするデフォルトのロケーションを変更することができます。
<?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.4.3.20110624_0100'/> </install> </agent-input>