Integrate .net framework 4.7 into Windows 8.1 ISO with Dism?

Discussion in 'Windows 8' started by orbidia, May 4, 2017.

  1. orbidia

    orbidia MDL Junior Member

    Feb 22, 2010
    79
    30
    0
    #1 orbidia, May 4, 2017
    Last edited: May 5, 2017
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,019
    93,842
    450
    I don't know if there exists a cab/msu for integrating dotnet47 in 8.1, maybe MSMG toolkit has an option for it, but the LP has to be done manually or in audit mode or by setupcomplete.cmd (during install).

    I always install dotnet4.x + LP in audit mode.
     
  3. orbidia

    orbidia MDL Junior Member

    Feb 22, 2010
    79
    30
    0
  4. orbidia

    orbidia MDL Junior Member

    Feb 22, 2010
    79
    30
    0
    abbodi1406,

    If those two cab files are integrated into the ISO, is that all that's needed to have everything updated to .Net Framework 4.7 (No need for 4.6.2 integration or previous hotfixes etc)?

    So all that's needed for ISO integration into windows 8.1 64bit is this:

    dism /image:c:\mount /add-package /packagepath:c:\updates\windows8.1-kb3186539-x64.cab
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,318
    340
    Yes

    you may check WU fterwards to see if any .net 4.x.x updates are offered