Page 1 of 2

Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 17.02.2016, 18:19
by eLPuSHeR
Hello.

Does anybody know why the .NET Framework 3.5 installation option is grayed-out under Win10?

Thanks/Danke.

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 17.02.2016, 22:44
by aker
.NET 2.x & 3.x are sub-components of Windows 10. You may install it using the control panel (add/remove Windows components) or by installing D:\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab [where D: is the path to your Windows installation DVD].

In an elevated cmd:
Code: Select all
dism /online /enable-feature /featurename:NetFX3 /All /Source:"D:\sources\sxs" /LimitAccess

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 18.02.2016, 03:21
by boco
So .NET 3.5 can not be integrated (SxS sources) like we do for Win 8.x? In the integration batch file in WSUSOU, Win10 is missing as target.

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 18.02.2016, 10:32
by aker
@boco
Laut Quellcode von wsusou funktioniert es nicht.
Jedoch existiert unter Win 10 auch ein sxs-Ordner auf der Windows DVD, welcher ein "netfx3 ondemand"-Paket enthält, über das ich auch schon .NET 3.5 auf Win 10 installiert habe.

Viele Grüße

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 20.02.2016, 09:45
by eLPuSHeR
dism /online /enable-feature /featurename:NetFX3 /All /Source:"D:\sources\sxs" /LimitAccess


This command doesn't work anymore for build 10586 (at least for me, using the iso provided by MS Media Cretion Tool)-

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 20.02.2016, 10:32
by aker
Then try
Code: Select all
dism /online /add-package /packagepath:"D:\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab"


I never checked it, because I installed .NET 3 while I was on build 10240.

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 25.02.2016, 21:39
by WSUSUpdateAdmin
Moin!

Geht das auch unter Windows 10?

Dann passe ich IntegrateSourcesSxsFolder.cmd an.

GT

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 25.02.2016, 21:45
by aker
Ich hatte den letzteren DISM-Befehl einmal unter Win 10 TH1 verwendet; kann jetzt aber nicht für TH2 sprechen.
Kann es momentan auch nicht testen. Soweit ich aber weiß, ist im Archiv selbst der Inhalt des alten sxs-Ordners.

Viele Grüße

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 29.02.2016, 20:50
by Cababs
I am using Windows 10 and I cant use the installation source to install DOTNET 2 and 3. it always wanted to install from Windows Updates. I didn't try for long.

this is the only file within the SXS folder on my iso. this has been downloaded direct from MS
Microsoft Windows 10 Pro.iso\x86\sources\sxs\Microsoft-windows-netfx3-ondemand-package.cab

Re: Win10 [10586.104] Installing .NET Framework 3.5

PostPosted: 01.03.2016, 15:30
by WSUSUpdateAdmin