Desktop Connector can be installed using Microsoft Configuration Manager. To learn more, see the help topic Using Microsoft Configuration Manager to deploy and manage Autodesk products
OPTIONAL STEP: Create a SuppressNotification.reg to add and set the registry values:
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Desktop Connector Advanced Settings]"SuppressUpdateCommandAndNotifications"=dword:00000001Create a Install.cmd file to install Desktop Connector:
regedit /s .\SuppressNotification.regTaskkill /IM desktopconnector.applications.tray.exe /fTaskkill /F /IM explorer.exe.\Setup.exe -i install --silentPlace the Install.cmd and SuppressNotification.reg in the same location as the install executable.
Include the Install.cmd in the SCCM deployment package.
OPTIONAL STEP: Create a SuppressNotification.reg to add and set the registry values:
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Desktop Connector\AdvancedSettings]"SuppressUpdateCommandAndNotifications"=dword:00000001Create a Install.cmd file to install Desktop Connector:
regedit /s .\SuppressNotification.regTaskkill /IM desktopconnector.applications.tray.exe /fTaskkill /F /IM explorer.exe.\Setup.exe -i install --silentPlace the Install.cmd and SuppressNotification.reg in the same location as the install executable.
Include the Install.cmd in the SCCM deployment package.