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

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

  1. RemixPL1994

    RemixPL1994 MDL Novice

    Joined:
    Jul 16, 2017
    Messages:
    15
    Likes Received:
    3
    Trophy Points:
    0
    #1 RemixPL1994, Dec 19, 2020
    Last edited: Dec 19, 2020
  2. Tito

    Tito Super Mod / Adviser Staff Member

    Joined:
    Nov 30, 2009
    Messages:
    17,888
    Likes Received:
    16,542
    Trophy Points:
    340
  3. vladnil

    vladnil MDL Member

    Joined:
    Jan 19, 2019
    Messages:
    243
    Likes Received:
    164
    Trophy Points:
    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.
     
  4. billmcct

    billmcct MDL Junior Member

    Joined:
    Aug 13, 2014
    Messages:
    88
    Likes Received:
    34
    Trophy Points:
    0
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,624
    Trophy Points:
    450
  6. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    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

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
  8. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,624
    Trophy Points:
    450
    #8 Enthousiast, Dec 20, 2020
    Last edited: Dec 20, 2020
  9. RemixPL1994

    RemixPL1994 MDL Novice

    Joined:
    Jul 16, 2017
    Messages:
    15
    Likes Received:
    3
    Trophy Points:
    0
  10. RemixPL1994

    RemixPL1994 MDL Novice

    Joined:
    Jul 16, 2017
    Messages:
    15
    Likes Received:
    3
    Trophy Points:
    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 :)