Jump to content

Recommended Posts

Posted

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

Posted (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 by DEvans
  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...