.NET Framework 3.5 Standalone Installer for Windows 10

Discussion in 'Windows 10' started by abbodi1406, Aug 7, 2015.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,762
    340
    #1 abbodi1406, Aug 7, 2015
    Last edited: Jan 9, 2020
  2. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    230
    45
    10
    i am using this for .net installation from the ISO...
    do i still need this one?
     
  3. imiimi

    imiimi MDL Novice

    Oct 6, 2009
    18
    13
    0
    no need it
     
  4. vanhoivo

    vanhoivo MDL Junior Member

    Mar 23, 2015
    64
    121
    0
    #4 vanhoivo, Aug 9, 2015
    Last edited by a moderator: Apr 20, 2017
    Mirror:
    Code:
    files.fm/u/gefyxqp
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. alnaloty

    alnaloty MDL Novice

    Aug 29, 2009
    44
    15
    0
    not working with win 10 enterprise x64
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,762
    340
    Screenshot of the error would be helpful
     
  7. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    Works fine here on W10 ENT LTSB N x64.
     
  8. Bilal84

    Bilal84 MDL Novice

    Mar 18, 2014
    25
    9
    0
    which is better to enable net framework3.5 an offline image by dism , this file or sxs folder ? my Q just about windows 10 .
     
  9. acyuta

    acyuta MDL Expert

    Mar 8, 2010
    1,712
    397
    60
    DISM command and this file lead to the same thing as noted above.
    This is just an exe sort and convenient.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Bilal84

    Bilal84 MDL Novice

    Mar 18, 2014
    25
    9
    0
    right ... abbodi1406 extract the files .cab in sxs folder and made this file by 7zip
     
  11. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    hey bro for enabled this in my aio install.wim need extract the .exe right?
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,762
    340
    #12 abbodi1406, Aug 10, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Sure
    then point dism to the correct folder
    but use add-package not enable-feature
    Code:
    DISM /Image:C:\mount /Add-Package /PackagePath:x86\update.mum
     
  13. qewlpal

    qewlpal MDL Addicted

    Jun 25, 2010
    575
    2,009
    30
    Thank you for covering broad range of areas and applications friend :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    #14 TeamOS, Aug 10, 2015
    Last edited by a moderator: Apr 20, 2017
    hmm..so for enable it?

    this commands still works

    DISM /Image:C:\Mount\windows /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"H:\dotNetFx35\x86" ?
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,762
    340
    No it won't work

    Enable-Feature requires .cab file to work
    Add-Package can work with .cab file or extracted folders
     
  16. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    #16 TeamOS, Aug 10, 2015
    Last edited: Aug 10, 2015
    oh i see then i will need find the .cab files thanks
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,762
    340
    Add-Package will enable NetFX3 feature
     
  18. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    #18 TeamOS, Aug 10, 2015
    Last edited: Aug 10, 2015
    anyway thanks i find the way :) :) thanks much more .exe
     
  19. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
    Is there a way to run this silently/unattended?
     
  20. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    230
    45
    10
    my favorites silent and unattend stuff...
    just run a batch in CMD
    :)