由 IT 管理的安裝

上次修改主題的時間: 2009-04-02

我們依據安裝情況的複雜程度,提供幾個安裝 Communications Server 2007 R2 Attendant 的方法。

  • **Microsoft Systems Management Server 2003 (SMS) 或 Microsoft System Center Configuration Manager 2007:**您可以使用這些產品進行較複雜的軟體安裝,其中需要跨廣域網路 (WAN) 安裝所適用的排程、詳細目錄、報告、狀態和支援。如需詳細資訊,請參閱<Microsoft Systems Management Server 技術中心 (TechCenter)>,網址為 https://go.microsoft.com/fwlink/?Linkid=140326
  • **Active Directory 群組原則:**您可以建立群組原則物件,根據群組成員資格,針對特定使用者或電腦部署 Communicator 2007 R2。如需如何使用群組原則的詳細資訊,請參閱 Windows Server 網頁,網址為 https://go.microsoft.com/fwlink/?linkid=141034
  • **Windows 登入指令碼:**登入指令碼會在使用者登入時自動安裝 Communicator 2007 R2。群組原則物件可讓登入指令碼針對特定裝置或使用者執行安裝。

此外,如果您要將 Communications Server 2007 R2 Attendant 部署在 Windows Vista 電腦上,以及要使用 Communications Server Attendants 記錄功能來偵錯,則使用者必須是 Performance Log Users (PLU) 群組的成員。Communications Server 2007 R2 Attendant 不會自動將電腦使用者帳戶加入至 PLU 群組。您必須手動將電腦使用者帳戶加入至此群組。

Windows Installer 命令列選項

當您在部署時可以使用 Windows Installer 命令列選項,隱藏安裝使用者介面以及產生記錄檔。

安靜模式安裝

部署 Communications Server 2007 R2 Attendant 時,您可以在指令碼中使用 Windows Installer 命令列選項 /qn,藉以隱藏安裝使用者介面,如下所示:

msiexec /qn /i attendantconsole.msi

Windows Installer 命令列選項不區分大小寫。如需詳細資訊,請參閱 Microsoft Developer Network (MSDN) 網站上的<命令列選項>文件,網址為 https://go.microsoft.com/fwlink/?linkid=143014 (英文)。

產生記錄檔

您可以透過在 Windows Installer 命令列中加入 /l*v 後面接著檔案名稱,在 Communications Server 2007 R2 Attendant 安裝期間產生記錄檔。

Communications Server 2007 R2 Attendant 安裝程式 (attendantconsole.msi) 就會產生下列記錄檔:%TEMP%\Install.log,而解除安裝程式會產生 %TEMP%\Uninstall.log。

例如:

msiexec /qn /i Attendantconsole.msi

星號 (*) 表示會在記錄檔中寫入所有可能的錯誤、警告和狀態訊息,v 則表示所有訊息皆為詳細資訊。

也有可能出現其他記錄檔旗標。例如,/lem 會產生記錄檔,其中僅包含錯誤和記憶體不足或嚴重結束的資訊。如需記錄檔選項的完整清單,請參閱 MSDN 網站上的<一般記錄 (Windows)>主題文件,網址為 https://go.microsoft.com/fwlink/?linkid=141036

事件追蹤記錄 (ETL) 檔案 (也可能會在您電腦的 <使用者名稱>/Tracing 資料夾中產生) 可供系統管理員和 Microsoft 支援技術人員用來對問題進行疑難排解**。根據預設,系統不會建立 ETL 檔。若要產生 ETL 檔,請啟用 [選項] 對話方塊中的 [在 Attendant 中開啟記錄] 選項。根據預設,此記錄選項是關閉的。

每次啟動 Communications Server 2007 R2 Attendant 時,就會覆寫 Communications Server 2007 R2 Attendant 的記錄檔。

如需詳細資訊,請連絡 Microsoft 客戶服務與支援部門。

使用指令碼來解除安裝 Communications Server 2007 R2 Attendant

您可以藉由另一項工作來解除安裝 Communications Server 2007 R2 Attendant。在指令碼中包含下列命令列:

msiexec /x attendantconsole.msi