doctordeploylogo
  [ Prev ] [ Next ] | [ Home ] [ Sitemap ] .. -... .. -.- .-. .- ... ...

dotNET Runtime Silent Install

05/2014

Silent Install von .NET 1.1, 2.0, 3.0, 3.5 und 4.0*:

dotnet1_1\dotnetfx.exe /q /c:"install.exe /q"
dotnet1_1\NDP1.1sp1-KB867460-X86.exe /q
dotnet2_0\dotnetfx.exe /q /c:"install.exe /q"
msiexec /i dotnet2_0\NETCFSetupv2.msi /qb ALLUSERS=1
dotnet3_0\dotnetfx3.exe /q /norestart
dotnet3_5\dotNetFx35.exe /q /norestart
dotnet4_0\dotNetFx40_Full_x86_x64.exe /q /norestart

*) Windows 8 hat .NET 4.0 integriert.