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?
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.
For Windows 10 you need to do following
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"Path\To\microsoft-windows-netfx3-ondemand-package"
You can find thoose packages under sources\sxs of a Windows DVD
© 2022 - 2024 — McMap. All rights reserved.