Just being lazy really. I dont suppose anybody has a working install command line for dot net framework 4 for windows 7 and MDT?
Thanks in advance!
Just being lazy really. I dont suppose anybody has a working install command line for dot net framework 4 for windows 7 and MDT?
Thanks in advance!

dotNetFx40_Full_x86_x64.exe" /passive /norestart /showfinalerror
british_government (19th March 2012)
this help ??
@echo off
net use X: \\servername\msi$\DotNet4.0 /persistent:no
start /wait X:\wic_x86_enu /passive /norestart
start /wait X:\dotNetFx40_Full_x86_x64.exe /passive /norestart
net use /delete X:
Exit
thanks sted, perfection!
Gas, not what I was after but could be useful for adding to machines without reimaging thanks
Just an FYI as Sted already posted the solution.
The /quiet switch for .net 4.0 can cause all sorts of issues in MDT. So always go for /Passive. You'll have some where it will work, some where it won't but passive has never failed, not in my experience anyway.
Also, put the /norestart switch in but I recommend ticking the box in the application to "restart after installation" in the MDT deployment workbench. I've had computers fall over because I didn't restart and I tried to install more applications afterwards.
Last edited by DEvans; 21st March 2012 at 09:58 AM.
british_government (21st March 2012)
There are currently 1 users browsing this thread. (0 members and 1 guests)