I have found that Autodesk updates using the new ADODIS installer have a high fail rate if you run "installer.exe -q". To circumvent this, I normally execute the installer on my tech machine, pull the extracted files from Temp, then repackage them with the following install command. Install Command - installer.exe -i deploy --offline_mode -q -o .\collection.xml
This results in a much smoother experience.