Search code examples
.net.net-3.5installationredistributable

.NET 3.5 silent installer?


Is there a redistributable .NET 3.5 installation package that is a silent installer?

Or alternatively, is there a switch that can be passed to the main redistributable .NET 3.5 installer to make it silent?


Solution

  • Use

    dotnetfx35setup.exe /q /norestart
    

    For more details, see the .NET Framework 3.5 Deployment Guide for Application Developers.