Tag Archives: Windows 8.1

Offline Installation .NET Framework 3.5 on Windows 8.1

When running the installation of redistributable installer donetfx35.exe the message is shown that it requires the .NET Framework 3.5. Ehhh… FAIL?
To install the .NET 3.5 Framework without internet access, insert or mount the installation media and run the following command where E: refers to installation media:

Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs