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