How do I make .NET Framework 3.5 SP1 install quietly?
.Net 3.5 is already part of Windows 8, so the installer doesn't work. You can use DISM to install .Net 3.5:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs