To deploy AutoCAD 2016 (LT or Full) to workstations with Microsoft .NET Framework 4.6, the best and easiest way i found is to edit the Condition string listed in the MST files as follows:
AutoCAD 2016 Full (x64): Img\x64\acad\acad-AutoCAD 2016 (x64) Full.mst
AutoCAD 2016 LT (x64): Img\x64\acad\acadlt-AutoCAD LT 2016 (x64).mst
Original condition:
- (DOTNET_INSTALLED="#1" AND DOTNET4_RELEASE >= "#378389") OR ACAD_SECONDARY_INSTALL=1 OR ACAD_CHECK_DOTNET=0
New condition:
- (DOTNET_INSTALLED="#1" AND DOTNET4_RELEASE >= "#378389") OR (DOTNET_INSTALLED="#1" AND DOTNET4_RELEASE >= "#393297") OR ACAD_SECONDARY_INSTALL=1 OR ACAD_CHECK_DOTNET=0
Coupled with the following install strings you will be able to install AutoCAD 2016 with any .NET Framework 4.x.
AutoCAD 2016 Full: Setup.exe /W /q /i AutoCAD 2016 (x64) Full.ini /language en-us
AutoCAD 2016 LT: Setup.exe /W /q /i AutoCAD LT 2016 (x64).ini /language en-us
Setup Type: Legacy Setup with command line support
Deployment Method Used: Vendor Provided Command Line (answer file driven)
Deployment Difficulty:
unspecified
Platform(s): Windows