Can anyone explain how to make silent (without any user interface) install of .NET 4? It looks like .NET installer ignores any switches from this article and show interface always. .NET Framework 4 installer is packed by NSIS.
dotnetfx40x86.exe /q
should do the trick.
.NET Framework Deployment Guide for Developers