Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,827
    573
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. BladeGod

    BladeGod MDL Member

    Oct 28, 2016
    130
    58
    10
  3. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    Significantly improved my new ThinkPad's iris scan I use in tandem with fingerprint scanning to log into my government VPN and domain servers. Now it seems the iris scanning sensors are much quicker to authenticate and more sensitive.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    I am not sure where to ask, but about Abbodi's W10UI. It does this with install.wim: updates (Stack, CU, NETFX 4.7, Adobe), resets base, installs NETFX 3.5, and then RE-installs CU. Does it re-install CU due to NETFX 3.5 being the last item to integrate (after original resetbase)? That means there's no reason to re-run CU after OS was installed! Sweet! I always thought that re-installing CU on top of NETFX 3.5 would require another rebasing, but I guess I was wrong!
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    It reinstalls the CU to update dotnetfx3.

    And as said manymanymanymany times before, resetbase can't be performed after enabling dotnetfx3 because it sets the pending flag.
     
  6. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,824
    5,614
    180
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
  8. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    @abbodi1406 Your script failed with integrating 15063.502. I'll send you the log from DISM.
     
  9. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,824
    5,614
    180
    Mystery ????
    KB4032188 was posted then pulled on 27 July as 15063.501. Today KB4032188 released as 15063.502. So what changed ?
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    #4331 Enthousiast, Aug 2, 2017
    Last edited: Aug 2, 2017
    Code:
    rem for updating current os, leave this option as %SystemDrive%
    set "target=d:\W10UI_3.3\Work_15063_483_enUS_x64"
    
    rem updates location, %cd% represent the current script directory
    set "repo=d:\W10UI_3.3\15063_Updates_x64"
    
    rem dism.exe tool path (default is system's if the host os is win10)
    set "dismroot=%windir%\system32\dism.exe"
    
    rem enable .NET 3.5 feature
    set net35=1
    
    rem optional, specify custom path for microsoft-windows-netfx3-ondemand-package.cab
    set "net35source=d:\W10UI_3.3\sxs_enUS_x64_483"
    
    rem Cleanup OS images to "compress" superseded components (might take long time to complete)
    set cleanup=0
    
    rem Rebase OS images to "remove" superseded components (warning: might break "Reset this PC" feature)
    set resetbase=0
    
    rem create new iso file if the target is a distribution folder
    rem require placing oscdimg.exe or cdimage.exe next to W10UI.cmd
    set iso=1
    
    rem set this to 1 to start the process directly once you execute the script
    rem make sure you set the above options correctly first
    set autostart=0
    
    rem optional, set directory for temporary extracted files
    set "cab_dir=%~d0\W10UItemp"
    
    rem optional, set mount directory for updating wim files
    set "mountdir=%SystemDrive%\W10UImount"
    set "winremount=%SystemDrive%\W10UImountre"

    Progress:
    Code:
    ============================================================
    Extracting/Copying .cab files to temp folder
    ============================================================
    
    1/4: windows10.0-kb4022405-x64_71019d6b5b1cd0d61ec9754b786e604a799a0c53.cab
    2/4: Windows10.0-KB4025376-x64_FLASH.cab
    3/4: Windows10.0-KB4025632-x64.cab
    4/4: windows10.0-kb4032188-x64_CU.cab
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/4: windows10.0-kb4022405-x64_71019d6b5b1cd0d61ec9754b786e604a799a0c53.cab
    2/4: Windows10.0-KB4025376-x64_FLASH.cab
    3/4: Windows10.0-KB4025632-x64.cab
    4/4: windows10.0-kb4032188-x64_CU.cab
    
    ============================================================
    Mounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.15063.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [=====                      9.4%                           ]
    [============               22.3%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : D:\W10UI_3.3\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.3\Work_15063_enUS_x64\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting install.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.15063.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.3\Work_15063_enUS_x64\sources\install.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [===========================92.0%=====================     ]
    [============               22.4%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.3\Work_15063_enUS_x64\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [=====                      9.2%                           ]
    [============               22.3%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.3\Work_15063_enUS_x64\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding boot.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    
    CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    For Microsoft internal use only.
    
    
    Scanning source tree (1500 files in 54 directories)
    Scanning source tree complete (1711 files in 98 directories)
    
    Computing directory information complete
    
    Image file is 4782850048 bytes (before optimization)
    
    Writing 1711 files in 98 directories to Win10_15063_Updated.iso
    
    100% complete
    
    Storage optimization saved 38 files, 14147584 bytes (1% of image)
    
    After optimization, image file is 4772462592 bytes
    Space saved because of embedding, sparseness or optimization = 14147584
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.
    
    
    At the "updating winre.wim>resetbase" stage it shows two lines, does this mean KB4025632 is superseeded by the new CU? (i will also test myself :))
    :g: it will be the .483 CU being superseded inside the winre.wim :)

    PS,
    Used iso: 1486ec12b04d7b44bb6cb7d1d2ae52a94c891a10 *en_windows_10_multiple_editions_version_1703_updated_july_2017_x64_dvd_10925340.iso
    the script skips the already integrated kb's (sstack and flash).

    Package list (install.wim):
    Code:
    Package Identity : Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    State : Install Pending
    Release Type : OnDemand Pack
    Install Time : 8/1/2017 10:56 PM
    
    Package Identity : Package_for_KB4022405~31bf3856ad364e35~amd64~~10.0.1.2
    State : Installed
    Release Type : Update
    Install Time : 7/11/2017 5:35 AM
    
    Package Identity : Package_for_KB4025376~31bf3856ad364e35~amd64~~10.0.1.0
    State : Installed
    Release Type : Security Update
    Install Time : 7/11/2017 5:43 AM
    
    Package Identity : Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    State : Installed
    Release Type : Update
    Install Time : 8/1/2017 10:52 PM
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.483.1.13
    State : Superseded
    Release Type : Security Update
    Install Time : 7/11/2017 5:42 AM
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    State : Installed
    Release Type : Update
    Install Time : 8/1/2017 10:55 PM
    
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    #4332 Enthousiast, Aug 2, 2017
    Last edited: Aug 2, 2017
    Test2:
    Code:
    rem for updating current os, leave this option as %SystemDrive%
    set "target=d:\W10UI_3.3\Work_15063_enUS_x64"
    
    rem updates location, %cd% represent the current script directory
    set "repo=d:\W10UI_3.3\15063_Updates_x64"
    
    rem dism.exe tool path (default is system's if the host os is win10)
    set "dismroot=%windir%\system32\dism.exe"
    
    rem enable .NET 3.5 feature
    set net35=1
    
    rem optional, specify custom path for microsoft-windows-netfx3-ondemand-package.cab
    set "net35source=d:\W10UI_3.3\sxs_enUS_x64_502"
    
    rem Cleanup OS images to "compress" superseded components (might take long time to complete)
    set cleanup=1
    
    rem Rebase OS images to "remove" superseded components (warning: might break "Reset this PC" feature)
    set resetbase=0
    
    rem create new iso file if the target is a distribution folder
    rem require placing oscdimg.exe or cdimage.exe next to W10UI.cmd
    set iso=1
    
    rem set this to 1 to start the process directly once you execute the script
    rem make sure you set the above options correctly first
    set autostart=0
    
    rem optional, set directory for temporary extracted files
    set "cab_dir=%~d0\W10UItemp"
    
    rem optional, set mount directory for updating wim files
    set "mountdir=%SystemDrive%\W10UImount"
    set "winremount=%SystemDrive%\W10UImountre"

    Progress:
    Code:
    ============================================================
    
    1. Target (x64): "d:\W10UI_3.3\Work_15063_483_enUS_x64"
    
    2. Updates: "d:\W10UI_3.3\15063_Updates_x64"
    
    3. DISM: "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\AMD64\DISM\dism.exe"
    
    4. Enable .NET 3.5: YES
    
    5. Cleanup System Image: YES      6. Reset Image Base: NO
    
    ============================================================
    0. Start the process
    ============================================================
    
    Change a menu option, press 0 to start, or 9 to exit:0
    
    Progress:
    Code:
    ============================================================
    Extracting/Copying .cab files to temp folder
    ============================================================
    
    1/4: windows10.0-kb4022405-x64_71019d6b5b1cd0d61ec9754b786e604a799a0c53.cab
    2/4: Windows10.0-KB4025376-x64_FLASH.cab
    3/4: Windows10.0-KB4025632-x64.cab
    4/4: windows10.0-kb4032188-x64_CU.cab
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/4: windows10.0-kb4022405-x64_71019d6b5b1cd0d61ec9754b786e604a799a0c53.cab
    2/4: Windows10.0-KB4025376-x64_FLASH.cab
    3/4: Windows10.0-KB4025632-x64.cab
    4/4: windows10.0-kb4032188-x64_CU.cab
    
    ============================================================
    Mounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Cleaning up OS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [===========================98.0%========================  ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.15063.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [=====                      9.0%                           ]
    [============               22.3%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : D:\W10UI_3.3\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.3\Work_15063_483_enUS_x64\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting install.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Cleaning up OS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [===========================98.0%========================  ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.15063.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.3\Work_15063_483_enUS_x64\sources\install.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [=====                      9.2%                           ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.3\Work_15063_483_enUS_x64\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~15063.502.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [=====                      9.2%                           ]
    [============               22.3%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.3\Work_15063_483_enUS_x64\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding boot.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    
    CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    For Microsoft internal use only.
    
    
    Scanning source tree (1500 files in 54 directories)
    Scanning source tree complete (1711 files in 98 directories)
    
    Computing directory information complete
    
    Image file is 4591943680 bytes (before optimization)
    
    Writing 1711 files in 98 directories to Win10_15063_Updated.iso
    
    100% complete
    
    Storage optimization saved 38 files, 14147584 bytes (1% of image)
    
    After optimization, image file is 4581550080 bytes
    Space saved because of embedding, sparseness or optimization = 14147584
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit
     
  12. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,895
    340
    - Recommended Host OS: Windows 8.1 or later

    Windows 7 can't handle all 15063 servicing
     
  14. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    307
    235
    10
  15. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    That's a relief! It's cumbersome enough to do it every half month, it would be a real shame if they broke slipstreaming functions.

    Thanks again abbodi for your wonderful tool!!!
     
  16. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    Windows 7 always works integrating updates, language pack or decrypting ESD.

    I'll try later with the official MSFT ISO.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,895
    340
    And in clean ISO it shows "Install Pending" afterwards?