This content has been marked as final.
Show 3 replies
-
Re: .Net3.5 installer included somewhere?
jamesatloop1 Sep 12, 2016 11:09 AM (in response to squinsey)2 of 2 people found this helpfulThe answer is no but if you run this command, it will install from windows update instead.
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
-
Re: .Net3.5 installer included somewhere?
squinsey Sep 12, 2016 4:56 PM (in response to jamesatloop1)Thanks jamesatloop1, turns out there was also another option he'd selected so your command would fail too.
However indeed we have progressed the install.
Cheers
-
-
Re: .Net3.5 installer included somewhere?
jamesatloop1 Sep 13, 2016 2:59 AM (in response to squinsey)1 of 1 people found this helpfulFair enough, i forgot to mention you need to run powershell as admin before you can run it.