利用 Installation Manager 安裝程式來執行其他作業

如果您無法安裝 Installation Manager,Installation Manager 安裝程式可以選擇性地用來執行其他無聲自動安裝作業。

利用 Installation Manager 安裝程式來安裝所有可用的產品

您可以利用 Installation Manager 安裝程式來搜尋並無聲自動安裝所有可用的產品。

程序

如果要使用 Installation Manager 安裝程式來搜尋並安裝所有可用的產品,請完成下列步驟:

  1. 切換至 InstallerImage_platform 子目錄。
  2. 輸入並執行下列指令:
    • 適用於管理者身分的 Windows: installc.exe installAll –acceptLicense
    • 適用於非管理者身分的 Windows: userinstc.exe installAll –acceptLicense
    • 適用於其他平台: installc installAll –acceptLicense

結果

系統會安裝搜尋連接的儲存庫所找到的所有可用產品。

利用 Installation Manager 安裝程式無聲自動安裝所有產品的更新項目

您可以利用 Installation Manager 安裝程式,無聲搜尋並安裝所有已安裝產品的更新項目。

程序

若要搜尋並安裝所安裝產品的所有可用更新項目,請完成下列步驟:

  1. 切換至 InstallerImage_platform 子目錄。
  2. 選取、輸入並執行適當的指令:
    • 適用於管理者身分的 Windows: installc.exe updateAll –acceptLicense
    • 適用於非管理者身分的 Windows: userinstc.exe updateAll –acceptLicense
    • 適用於其他平台: installc updateAll –acceptLicense

結果

這時會安裝 Installation Manager 所識別的所有可用的產品更新項目。

利用 Installation Manager 安裝程式從鑑別的儲存庫進行無聲自動安裝

您可以從鑑別的儲存庫中無聲自動安裝;但需要適當的認證才能存取鑑別的儲存庫。

開始之前

您必須已安裝 Installation Manager,才能從已鑑別的儲存庫安裝軟體套件。

關於這項作業

Installation Manager 利用 Eclipse 基礎架構將認證儲存在一個稱為「金鑰環檔」的檔案中。 雖然金鑰環檔案的內容已加密,但您還可以指定金鑰環檔案的開啟密碼,提供多一層的安全性。 如需金鑰環檔案的相關資訊,請參閱 Eclipse 工作台使用手冊(位於 www.eclipse.org)。

程序

若要在無聲自動模式下, 存取經過鑑別的儲存庫,請完成下列步驟:

  1. 以使用者介面模式啟動 Installation Manager,並指定下列指令行參數:-keyring key_ring_file_path_and_name -password password。 例如:installc -keyring c:\my_directory\im.keyring
  2. 當您在精靈模式下使用 Installation Manager 並存取受保護的儲存庫時, 會開啟一個視窗供您在其中輸入認證。 請輸入正確的認證,然後加以儲存。請務必勾選儲存密碼勾選框。 認證會儲存至指定的金鑰環檔案。
  3. 從以無聲自動模式安裝 Installation Manager 的位置中的 eclipse 目錄, 指定下列指令行參數:-keyring key_ring_file_path_and_name -password password。 在無聲自動安裝期間,將從指令行所指定的金鑰環檔案中擷取受保護的儲存庫的認證。
  4. 在指令行上,輸入適當的指令:
    • 在 Windows 上以管理者身分:installc.exe input response_file_path_and_name -keyring key_ring_file_path_and_name -password password -acceptLicense
    • 在 Windows 上以非管理者身分:userinstc.exe input response_file_path_and_name -keyring key_ring_file_path_and_name -password password -acceptLicense
    • 在其他平台上,使用 install input response_file_path_and_name -keyring key_ring_file_path_and_name -password password -acceptLicense

讀者意見