british_government Posted March 19, 2012 Posted March 19, 2012 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!
sted Posted March 19, 2012 Posted March 19, 2012 dotNetFx40_Full_x86_x64.exe" /passive /norestart /showfinalerror 1
GAS Posted March 19, 2012 Posted March 19, 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
british_government Posted March 19, 2012 Author Posted March 19, 2012 thanks sted, perfection! Gas, not what I was after but could be useful for adding to machines without reimaging thanks
DEvans Posted March 21, 2012 Posted March 21, 2012 (edited) 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. Edited March 21, 2012 by DEvans 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now