=====.NET 1.1 and SP1=====
dotnetfx.exe /q:a /c:"install /l /q"
NDP1.1sp1-KB867460-X86.exe /qb
Source:[[http://msdn.microsoft.com/en-us/library/ms994356.aspx#dotnetfxref1_1_topic3|msdn - .NET Framework Redistributable Package 1.1 Technical Reference]] \\
=====.NET 2.0=====
NetFx20SP1_x86.exe /q
=====.NET 3.5=====
dotnetfx35sp1.exe /passive /norestart
dotnetfx35sp1.exe also installs .NET 2.0 SP2 and .NET 3.0 SP2.
=====.NET 4.0 Full=====
First install the Windows Imaging Component:
wic_x86_enu.exe /passive /norestart
Then install .NET 4.0:
dotNetFx40_Full_x86_x64.exe /passive /norestart