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

IBM® Installation Manager はサイレントでインストールおよびアンインストールすることができます。

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

Installation Manager をサイレントでインストールするには、インストーラーを unzip して InstallerImage_platform サブディレクトリーに切り替えます。次に、以下のコマンドを使用します。
  • Windows® の場合: installc –-launcher.ini silent-install.ini -log <log file path and name>。例えば、installc --launcher.ini silent-install.ini -log c:¥mylogfile.xml のようになります。
  • 他のプラットフォームの場合: install --launcher.ini silent-install.ini -log <log file path and name>。例えば、install --launcher.ini silent-install.ini -log /root/mylogs/mylogfile.xml のようになります。

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

Windows からの Installation Manager のサイレント・アンインストール

Windows で Installation Manager をサイレントでアンインストールする場合は、 次の手順に従ってください。
  1. コマンド行から、Installation Manager の uninstall ディレクトリーに移動します。これは、デフォルトでは C:¥Documents and Settings¥All Users¥Application Data¥IBM¥Installation Manager¥uninstall です。
  2. コマンド uninstallc.exe --launcher.ini silent-uninstall.ini を入力します。

他のプラットフォームでの Installation Manager のサイレント・アンインストール

他のプラットフォームで Installation Manager をサイレントでアンインストールする場合は、次の手順に従ってください。
  1. ターミナル・ウィンドウから、Installation Manager のアンインストール・ディレクトリーに移動します。これは、デフォルトでは /var/ibm/InstallationManager/uninstall です。
  2. コマンド uninstall --launcher.ini silent-uninstall.ini を実行します。

Feedback