Dot Net 3.5 Offline Installer for Windows 10

Discussion in 'Windows 10' started by srwal, Aug 6, 2015.

  1. srwal

    srwal MDL Novice

    Nov 9, 2012
    12
    0
    0
    Anyone have a working DOT NET 3.5 Offline Installer for Windows 10?

    I've seen one that requires you to have an ISO or the actual DVD, but for Win8.1 I remember downloading a complete offline installer that did all the work.

    Is there such a thing for Windows 10?
     
  2. shinjiman

    shinjiman MDL Novice

    Aug 29, 2012
    35
    13
    0
    You need to find out the file "microsoft-windows-netfx3-on-demand-package.cab" file from the installation media (it's in \sources\sxs)
    Once you found out you may copy out this file for the other PCs to use that.

    To install, you need to type out the command like this:

    dism /online /enable-feature /featurename:netfx3 /all /limitaccess /source:"X:\sources\sxs" (where X: is the drive letter of the installation media)

    or

    dism /online /add-package /packagepath:"(the path to the cab file which was mentioned before)"
     
  3. mtr123

    mtr123 MDL Novice

    Nov 11, 2012
    29
    3
    0
    DOT NET 3.5 Offline Installer for Windows

    The one for Windows 8 from askvg.com works on Windows 10 also.
     
  4. xman charl

    xman charl MDL Junior Member

    Nov 21, 2014
    59
    3
    0
    Above info is wrong.

    control panel

    programs and features

    turn windows features on or off

    check box: Net Framework 3.5

    Why do I need this?

    Sony Sound Forge, scripts will not work without it installed, and some
    other older programs I use.

    Charl



     
  5. symb

    symb MDL Junior Member

    Mar 18, 2015
    88
    102
    0
    Above info is correct, use it for offline use...
    And yours is also correct BUT it will contact Windows Update to download required files which is the same in the ISO....
     
  6. srwal

    srwal MDL Novice

    Nov 9, 2012
    12
    0
    0
    All the ones from www . smart-arab . com/2013/12/install-dot-net-on-windows-8-1-and-windows-10-offline/ work with the exception of Windows 10. I was looking for one like this, but I'll use the one that Mtr123 suggested.


    Thanks
     
  7. eemuler

    eemuler MDL Senior Member

    Jul 31, 2015
    471
    178
    10
    If you have installed W10 from external media - ISO or USB - you already have the files you need. Just do what shinjiman said:
    Put in the DVD or pen drive with W10, right click the start button and select Command prompt (admin).
    Now copy this and paste into that window, changing X for the drive letter of the DVD or pen drive.
    Dism /online /enable-feature /featurename:NetFX3 /All /Source:X:\sources\SxS /LimitAccess
     
  8. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Remember if you are doing this with an image, MOUNT it first!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...