.NET Framework 3.5 Standalone Installer for Windows 10

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

  1. stigletz

    stigletz MDL Novice

    Apr 2, 2017
    33
    2
    0
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Yes, 19044 base = 19041
     
  3. Schrotty

    Schrotty MDL Junior Member

    Aug 12, 2009
    52
    3
    0
    Is there a way to uupdump the latest net framework 4.81 into the Windows 11 ISO instead of the old 3.x? find a cab only from 3.x.
     
  4. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,875
    3,149
    120
    net frameworks 4.8.1 are inside windows 11
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    The UUP system currently only provides NDP35-481 CUs for dev channel builds and only at the initial .1 releases.

    You can create the UUPs folder and add the desired NDP35-481 CU (from catalog) before you start the download or conversion and it will be integrated too.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    I just need it.
     
  7. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Updated (new version)
     
  9. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Thanks, does it also works on Win 11 24H2 ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Technically it's allowed
    but you should not, .NET Cumulative is probably not compatible
     
  11. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    No need. Fully offline system. Can I go ahead ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Why not use from 24H2 iso?
    Code:
    \sources\sxs\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab
     
  13. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Dism not working :( OEM Windows, missing dismsvc.dll
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. ahmed3110c

    ahmed3110c MDL Novice

    Apr 12, 2018
    3
    0
    0
    Hi abbodi1406, Can you make a new standalone installer for Windows 11?
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    It would only work for 21H2
    22H2 and later change the NetFx3 package wrapper to depend on LCU (you need to reinstall it afterwards)

    i don't think it's worth it
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Refreshed v10 to fix issue with installation script

    i also forgot to mention that it support Windows 11 build 26100
     
  17. Burdus77

    Burdus77 MDL Junior Member

    Jul 29, 2011
    94
    52
    0
    On the latest version, I've been getting this error when trying to install on W10 x64 IoT 21H2:

    Capture-01.png

    Tried the older version to see if it was something I was doing wrong, but that installs fine.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    You used dotNetFx35_WX_10_x86_x64_u.exe?

    check C:\Windows\Logs\CBS\CBS.log
     
  19. Burdus77

    Burdus77 MDL Junior Member

    Jul 29, 2011
    94
    52
    0
    Yes newest "u" version. I extracted the contents and noticed these lines in the script:

    DISM.exe /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:.
    :: DISM.exe /Online /NoRestart /Add-Package /PackagePath:update.mum

    Changed it to just:

    DISM.exe /Online /NoRestart /Add-Package /PackagePath:update.mum

    and the installer ran and completed fine.