Desktop Connector 可使用 Microsoft Configuration Manager 進行安裝。如要深入瞭解,請參閱說明主題〈使用 Microsoft Configuration Manager 部署和管理 Autodesk 產品〉
可選步驟:建立 SuppressNotification.reg 以加入並設定登錄值:
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Desktop Connector\AdvancedSettings]"SuppressUpdateCommandAndNotifications"=dword:00000001建立 Install.cmd 檔案以安裝 Desktop Connector:
regedit /s .\SuppressNotification.regTaskkill /IM desktopconnector.applications.tray.exe /fTaskkill /F /IM explorer.exe.\Setup.exe -i install --silent將 Install.cmd 和 SuppressNotification.reg 放置在與安裝執行檔相同的位置。
在 SCCM 部署套件中包含 Install.cmd。
建立 SuppressNotification.reg 以加入並設定登錄值:
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Desktop Connector\AdvancedSettings]"SuppressUpdateCommandAndNotifications"=dword:00000001建立 Install.cmd 檔案以先執行 SuppressNotification.reg,然後再安裝 Desktop Connector:
/s .\SuppressNotification.reg/F /IM explorer.exe/install /quiet /norestart將 Install.cmd 和 SuppressNotification.reg 放置在與安裝執行檔相同的位置。
在 SCCM 部署套件中包含 Install.cmd