.NET Framework 4 installation in silent mode

Paval picture Paval · Dec 16, 2011 · Viewed 71.6k times · Source

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.

Answer

Davide Piras picture Davide Piras · Dec 16, 2011
dotnetfx40x86.exe /q

should do the trick.

.NET Framework Deployment Guide for Developers