The Microsoft .NET Framework 4.6 is a highly compatible, in-place update to the .NET Framework 4. By using the .NET Framework 4.6 together with the C# or Visual Basic programming languages, you can write Windows Metro style apps. The .NET Framework 4.6 delivers better performance, reliability, and security.
Size: 65 MB
Authors: Microsoft
Default path: %windir%\Microsoft.NET
pbox install dotnet46
Show pbox.xml
<pbox version="1.0">
<name>dotnet46</name>
<title>Microsoft .NET Framework 4.6</title>
<version>4.6.1</version>
<group>os</group>
<group>compiler</group>
<archs>32,64</archs>
<homedir>%windir%\Microsoft.NET</homedir>
<homedirCustomizable>false</homedirCustomizable>
<install>
<exec>".\exe\mu_.net_fx_${version}.exe" /q /norestart</exec>
</install>
</pbox>