0

I have a Windows 10 machine that doesn't have Internet access. So I downloaded the .NET 3.5 Framework from here: https://www.microsoft.com/en-gb/download/details.aspx?id=25150

I copied the installer to the Windows 10 machine, and attempted to install. I get the following dialog, which appears to be telling me I need .NET Framework 3.5 to install .NET Framework 3.5:

enter image description here

What else do I need to install this? The installer I have is 330MB, so I assume it's the full package and not the web installer.

2 Answers2

0

What you do isn't a typical way of installing .NET 3.5 on Windows.

Typical way is without using the installer:

  1. go to Programs and Features > Turn Windows features on or off
  2. check item .NET Framework 3.5

This will add .NET 3.5. I'm using this all the time when I find that machine has .NET missing.

miroxlav
  • 14,845
0

You need netframe work 3.5 to install old software. old software use netframe 3.5. Next you have to install visual studio enterprise 2015 for netframe work 4.6. this software include all the necessary distribution(include silverlight) that windows and apps needed

here is the link: http://getintopc.com/softwares/development/visual-studio-2015-enterprise-iso-free-download/

after this download, you may not need windows update anymore to update for windows 10

zezu zaza
  • 100