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?
Use
dotnetfx35setup.exe /q /norestart
For more details, see the .NET Framework 3.5 Deployment Guide for Application Developers.