管理員使用 Microsoft Configuration Manager

本節中的主題


概述

Desktop Connector 可使用 Microsoft Configuration Manager 進行安裝。如要深入瞭解,請參閱說明主題〈使用 Microsoft Configuration Manager 部署和管理 Autodesk 產品


版本 14.9.0.1430 或更高版本

重要: 如果電腦上已安裝 Desktop Connector,必須先將其關閉,然後才能升級。
  1. 可選步驟:建立 SuppressNotification.reg 以加入並設定登錄值:

    • [HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Desktop Connector\AdvancedSettings]
    • "SuppressUpdateCommandAndNotifications"=dword:00000001
    注意事項: 使用步驟 1 時,任何新版或已停用版本的 Desktop Connector 的所有通知都將受抑制。
  2. 建立 Install.cmd 檔案以安裝 Desktop Connector:

    • regedit /s .\SuppressNotification.reg
    • Taskkill /IM desktopconnector.applications.tray.exe /f
    • Taskkill /F /IM explorer.exe
    • .\Setup.exe -i install --silent
  3. Install.cmdSuppressNotification.reg 放置在與安裝執行檔相同的位置。

  4. 在 SCCM 部署套件中包含 Install.cmd


版本 13.0.0.1018 至 14.8.0.1381

  1. 建立 SuppressNotification.reg 以加入並設定登錄值:

    • [HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Desktop Connector\AdvancedSettings]
    • "SuppressUpdateCommandAndNotifications"=dword:00000001
  2. 建立 Install.cmd 檔案以先執行 SuppressNotification.reg,然後再安裝 Desktop Connector:

    • regedit /s .\SuppressNotification.reg
    • Taskkill /F /IM explorer.exe
    • .\DesktopConnector.exe /install /quiet /norestart
  3. 將 Install.cmd 和 SuppressNotification.reg 放置在與安裝執行檔相同的位置。

  4. 在 SCCM 部署套件中包含 Install.cmd