Windows 10 Install .NET Framework 3.5 Components on Clean Install Copy of Windows 10 1809 x64

  • Thread starter Thread starter OSVBNET
  • Start date Start date
O

OSVBNET

Guest
Howdy,

With previous Windows installations, for example 1803, I would made a Folder and copy:

Microsoft-Windows-NetFX3-OnDemand-Package.cab
Microsoft-Windows-NetFX3-OnDemand-Package-en-us.cab

To the folder plus a batch file to install manually & offline:

DISM /Online /Enable-Feature /FeatureName:NetFX3 /All /LimitAccess /Source:%~dp0

---

Unfortunately with release of Windows 10 1809 x64 the file names are changed and the code also does not work:

Win 10 x64 1809 :: sources \ sxs \

microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab
Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~en-US~.cab

1st you notice the file name changes in both files.

2nd the code does not work:

Error: 87

DISM doesn't recognize the command-line option "1809"\".

...

Please advise,

Cheers.

More...
 
Back
Top