1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    It's not maintained by me

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Checked with the Integration and it's working here

    Code:
    ===============================================================================
                    MSMG ToolKit -  Integrate WHD General Updates
                  to Windows Setup Boot, Install & Recovery Images
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ##################Starting Integrating WHD General Updates#####################
    ##############to Windows Setup Boot, Install & Recovery Images#################
    -------------------------------------------------------------------------------
    
        Image              : Boot.wim         |  Install.wim     |  WinRE.wim
        Image Indexes      : 1, 2             |      1           |      1
        Image Architecture : x86
        Image Build        : 10.0.15063.0
    
    -------------------------------------------------------------------------------
    ####Processing WHD General Updates Packages####################################
    -------------------------------------------------------------------------------
    
    Creating WHD General Updates Temporary folder...
    
    Extracting .CAB Package files to Temporary folder...
    
    Finished Extracting .CAB Package files to Temporary folder...
    
    -------------------------------------------------------------------------------
    ####Integrating WHD General Updates to Windows Setup Boot Image################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Cumulative Update to Boot Image
    ---------------------------------[Index : 1]-----------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16190.1000
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.296.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Cumulative Update to Boot Image
    ---------------------------------[Index : 2]-----------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16190.1000
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.296.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 WinPE Updates to Boot Image
    ---------------------------------[Index : 2]-----------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16190.1000
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_KB4020001~31bf3856ad364e35~x86~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Setup Media Update
    -------------------------------------------------------------------------------
    
    Extracting Windows 10 Setup Media Update to <DVD> folder...
    
    -------------------------------------------------------------------------------
    ####Integrating WHD General Updates to Windows Setup Install Image#############
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Cumulative Update to Install Image
    ---------------------------------[Index : 1]-----------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16190.1000
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.296.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Adobe Flash Player Security Update to Install Image
    ---------------------------------[Index : 1]-----------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16190.1000
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_KB4020821~31bf3856ad364e35~x86~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Integrating WHD General Updates to Windows Setup Recovery Image############
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Cumulative Update to Recovery Image
    ---------------------------------[Index : 1]-----------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16190.1000
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.296.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 WinPE Updates to Recovery Image
    ---------------------------------[Index : 1]-----------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16190.1000
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_KB4020001~31bf3856ad364e35~x86~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Generating WHD General Updates Integration Log Files#######################
    -------------------------------------------------------------------------------
    
    Writing WHD General Updates Integration [Boot.wim, Index : 1] Log...
    
    Writing WHD General Updates Integration [Boot.wim, Index : 2] Log...
    
    Writing WHD General Updates Integration [Install.wim, Index : 1] Log...
    
    Writing WHD General Updates Integration [WinRE.wim, Index : 1] Log...
    
    -------------------------------------------------------------------------------
    ####Cleaning Up Temporary files & Folders#####################################
    -------------------------------------------------------------------------------
    
    Cleaning Up WHD General Updates Temporary folder...
    
    -------------------------------------------------------------------------------
    ##################Finished Integrating WHD General Updates#####################
    ##############to Windows Setup Boot, Install & Recovery Images#################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The issue of Toolkit usage steps is due to this .NetFX35 and this can be totally solved by making .NetFX35 as a pack like I have done for .NetFX47 / DirectX.

    This need to be worked out like installing .NetFX35, rebooting, capturing the NetFX35 files/registry settings.

    And it needs further testing to see if the .NetFX35 updates gets installed by this method.
     
  4. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    Yes, the problem is that the file name in the NetFX35 Pack is Microsoft-Windows-NetFx3-...~amd64~~10.0.14393.0.cab while I think the Toolkit expects it to be Microsoft-Windows-NetFx3-...~amd64~~10.0.14393.1198.cab in my specific case because I added the cumulative update in the image. Correct me if I'm wrong.

    Did you test on RS2 or RS1? I'm on RS1.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    For Windows 10 WHD Update Pack Integration, if users had Integrated CU+IMU to boot.wim and winre.wim and still having issues in booting the Installation Image then you can use the Integrate Windows Setup Media Updates Menu to update the Boot.wim / Winre.wim Image file.

    CU - Cumulative Update
    IMU - Installation Media Update
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    How come, the Service Pack Build won't change in the Image but instead only in the registry.

    Can you check the Image Details in the Tools->Debug Menu and see what's the ImageServicePackBuild= has been assigned, it should be 0.

    Edit: I tested with RS2, will check with RS1.

     
  7. BladeGod

    BladeGod MDL Member

    Oct 28, 2016
    131
    58
    10
    Ok, tried the new version 7.3 and it successfully exported using both the options MCT, and ESD to WIM. But, the option MCT didn't ask for the options to index and outputted only Pro out of 4 indexes while the latter asked for the options to index. Is this normal?

    EDIT : And one question, I don't have to mount Windows Setup boot Image and Windows Recovery Image unless I'm integrating updates, right?
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Glad it worked for you and yes the MCT Option will use the first index coz when the MCT was first introduced there was only one index and so it was coded like that But latest MCT Image comes with multi-arch and multi-editions.

    Ok will merge this two options for the next version as it's working properly.

     
  9. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    That fine. I made adjustment to my list to the way you recommended it. :)
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes only if you want to integrate DaRT or updates then you need to mount them.

     
  11. finderz

    finderz MDL Member

    Dec 20, 2009
    103
    49
    10
    #2572 finderz, May 16, 2017
    Last edited: May 16, 2017
    I think the best options is to create a CleanSetup.cmd script to run after installation and not to clean up the component during the integration but after installation by creating the folders "$OEM$\$$\Setup\Scripts" under distribution source folder.

    Edited
    Code:
    @echo off
    
    ::Perform WinSXS Components Cleanup After Installation::
    %windir%\system32\sysprep\sysprep.exe /audit /reboot
    %DISM% /online /Cleanup-Image /StartComponentCleanup /ResetBase
    %windir%\system32\sysprep\sysprep.exe /generalize /oobe
    RD /S /Q "%WINDIR%\Setup\Scripts" >nul
    DEL /F /Q %0% >nul
    net user administrator /ACTIVE:YES
    EXIT
    
     
  12. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    But the users want to have a reduced/cleaned image size for either burning to a dvd or to keep the image size below 4GB and that's why all this cleanup task was added.

     
  14. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    Yes as I remember it was always 0 but I was not sure about that.

    I just renamed the file to Microsoft-Windows-NetFx3-...~amd64~~10.0.14393.1198.cab and now .net 3.5 was integrated :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,152
    210
    Same NVIDIA driver problem with 7.3 creating giant Windows\System32\DriverStore\FileRepository folder
     
  16. finderz

    finderz MDL Member

    Dec 20, 2009
    103
    49
    10
    One of the method i can think of is compressing back to esd so that it can fit into 4gb but then again there are users integrating drivers so it may not help much.

    The other method is to remove all unnecessary components and resetbase follow by integrating the updates and run the WinSXS clean up on boot, however there is a possibility or chances that the updates may have added files or components that were removed back into windows. :/

    The best is to use enterprise ltsb version and it save you tons of time.
     
  17. R23

    R23 MDL Member

    Apr 5, 2017
    124
    28
    10
    Explain to me why the cumulative update is need to integrated into the boot.wim? :confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    #2580 Ace2, May 16, 2017
    Last edited: May 16, 2017
    Deleted BY Ace2, information no good