how to deploy .net 4
how to deploy .net 4
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
dotNetFx40_Full_setup.exe /q /norestart
dotNetFx40_Full_setup.exe /q /norestart
Please log in to answer
Posted by:
k4rl@TES
11 years ago
I used the following parameters to push down to every computer on our domain:
dotNetFx40_Full_x86_x64.exe /q /norestart /log %temp%\dotNetFx40.log
Works like a dream. The DotNet 4.0 standalone installer can be downloaded from here:
http://www.microsoft.com/en-GB/download/details.aspx?id=17718
Cheers,
K4rl
Posted by:
Moedius
12 years ago