[Solved] Offline installer for NET Framework v3.5.1 ???

Discussion in 'Windows 10' started by RemixPL1994, Dec 19, 2020.

  1. RemixPL1994

    RemixPL1994 MDL Novice

    Jul 16, 2017
    15
    3
    0
    #1 RemixPL1994, Dec 19, 2020
    Last edited: Dec 19, 2020
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    17,888
    16,542
    340
  3. vladnil

    vladnil MDL Member

    Jan 19, 2019
    243
    164
    10
    Insert the Windows 10 disk into the CD-Rom (or mount the image using the system or Daemon Tools);
    Run the command line utility (CMD) with administrator rights;
    We execute the following command:Dism /online /enable-feature /featurename:NetFx3 /All /Source: D :\sources\sxs /LimitAccess
    In the command above - D: - the letter of the drive or mounted image.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. billmcct

    billmcct MDL Junior Member

    Aug 13, 2014
    88
    34
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,625
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
    #6 xinso, Dec 20, 2020
    Last edited: Dec 20, 2020
    In sxs folder, some version with .NET3, and some with both .NET3 and its language pack.
     
  7. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    6,477
    17,572
    210
    #7 LostED, Dec 20, 2020
    Last edited: Dec 20, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,625
    450
    #8 Enthousiast, Dec 20, 2020
    Last edited: Dec 20, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. RemixPL1994

    RemixPL1994 MDL Novice

    Jul 16, 2017
    15
    3
    0
    Hello, I wanted to write that the method with the .bat file and using a flash drive for some reason did not work for me and did not work. I do not know why. However, the method with the installer from @ abbodi1406 works great for me and just like I wanted. Thank you very much for all your help :)