About deployments using Microsoft Endpoint Configuration Manager (formerly SCCM)

Audience Administrator

Microsoft Endpoint Configuration Manager ( previously known as SCCM) provides an alternative way to distribute software remotely. A Configuration Manager installation package containing files and documentation for distributing the software is created from the deployment administrative image. If you're using Configuration Manager, you'll find useful batch scripts for distributing products or uninstalling them in your <deployment name>\SMS_SCCM scripts folder.

Microsoft .NET Framework 4.0 must be installed on each target computer before you use Configuration Manager to distribute Autodesk products. Some products require .NET 4.5, which the Configuration Manager deployment can install.

Note: Autodesk Analytics sends usage data to Autodesk for analysis. By default, each user in your deployment will have the opportunity to opt-in or opt-out later, from an option in their product Help menu. However, during installation you can opt-in or opt-out of Autodesk Analytics for all users in your deployment by including one of the following commands in your installation script. To opt-out for all users in your deployment, include this command in your script:
Msiexec.exe [product].msi ADAOPTIN=0 ADAOVERRIDED=1
To opt-in for all users in your deployment, include this command in your script:
Msiexec.exe [product].msi ADAOPTIN=1 ADAOVERRIDED=1