Desktop Connector kann über den Microsoft Configuration Manager installiert werden. Weitere Informationen finden Sie im Hilfethema Autodesk-Produkte mit Microsoft Configuration Manager einrichten und verwalten
OPTIONALER SCHRITT: Erstellen Sie SuppressNotification.reg, um die Registrierungswerte hinzuzufügen und festzulegen:
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Desktop Connector\AdvancedSettings]"SuppressUpdateCommandAndNotifications"=dword:00000001Erstellen Sie eine Datei Install.cmd, um Desktop Connector zu installieren:
regedit /s .\SuppressNotification.regTaskkill /IM desktopconnector.applications.tray.exe /fTaskkill /F /IM explorer.exe.\Setup.exe -i install --silentSpeichern Sie Install.cmd und SuppressNotification.reg im gleichen Verzeichnis wie die ausführbare Installationsdatei.
Schließen Sie Install.cmd in das SCCM-Bereitstellungspaket ein.
Erstellen Sie SuppressNotification.reg, um die Registrierungswerte hinzuzufügen und festzulegen:
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Desktop Connector\AdvancedSettings]"SuppressUpdateCommandAndNotifications"=dword:00000001Erstellen Sie eine Datei Install.cmd, um SuppressNotification.reg vor der Installation von Desktop Connector auszuführen:
/s .\SuppressNotification.reg/F /IM explorer.exe/install /quiet /norestartPlatzieren Sie Install.cmd und SuppressNotification.reg im selben Verzeichnis wie die ausführbare Installationsdatei.
Fügen Sie den Befehl Install.cmd in das SCCM-Einrichtungspaket ein.