Installing DotNet framework 4 with MDT

Microsoft

If your having trouble deploying the dotnet framework 4 with the Microsoft Deployment Toolkit (MDT) with a deployment seemingly halting or freezing when installing the framework a minor change in the MDT application properties is in order.

Instead of using the usual dotnetfx40_full.exe /q /norestart substitute the /q (quiet) with /passive.

This allows the dotnet installation to be displayed (still requiring no intervention however) but the installation will complete.

 

dotnetMDT

Author: Dale Scriven

Leave a Reply