Autodesk Analytics sends usage data to Autodesk for analysis. By default, users in your deployment can 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