Windows 10 Hotfix Repository

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

  1. HosseinMoradi

    HosseinMoradi MDL Novice

    Apr 11, 2013
    4
    3
    0
    use NTLite from ntlite.com
     
  2. Prosto

    Prosto MDL Addicted

    Mar 18, 2015
    768
    307
    30
    It's shareware.
    MSMG Toolkit is freeware and this by our MDL team ;))) must have!
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,422
    450
    #2043 Enthousiast, Mar 14, 2016
    Last edited: Mar 14, 2016
    It's not about what "software" you use to integrate them with, it's about which updates to integrate where.

    To integrate updates NO external software is needed, native DISM (which is used by ALL software who can integrate updates into wim files) does it all.
     
  4. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    69
    10
    That's what I do, but I dont know where!
     
  5. michiel.686

    michiel.686 MDL Novice

    Jul 17, 2007
    45
    9
    0
    That's what I needed, thanks a lot!
     
  6. A-bit_Tinkerer

    A-bit_Tinkerer MDL Junior Member

    Mar 24, 2014
    61
    46
    0
    #2046 A-bit_Tinkerer, Mar 16, 2016
    Last edited by a moderator: Apr 20, 2017
    Issue with DISM /Cleanup-Image /ResetBase percent complete

    After adding both KB3139907 and KB3142588 updates to the boot.wim (index:1&2) and winre (index:1) images copied from the install media, running DISM /Cleanup-Image /StartComponentCleanup with the /ResetBase option gives me the following results.

    Note that the percent complete varies and does not show 100.0%, even though "The operation completed successfully."

    When adding the KB3139907 and KB3142588 packages, DISM does show 100.0% complete as well as "The operation completed successfully."

    Is this simply a display issue with the /ResetBase percent complete, OR are the boot.wim and winre.wim files corrupted during the /ResetBase operation?

    I have tried running the DISM commands multiple times, starting each time with 'clean' boot.wim and winre.wim images. The percent complete varies from 20.0% to 100.0% (yes, sometimes it does show 100.0% complete).

    If the system makes a difference, here are the basic specs: Windows 10 Pro 64-bit, Intel Core i7-5930K, 64GB RAM, Samsung SSD 850 EVO M.2 500GB, MSI X99 XPOWER AC.

    For x86 boot.wim Index:1
    Code:
    dism.exe /Image:.\x86\MountDir /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    [===========================98.9%========================= ] 
    The operation completed successfully.
    
    For x86 boot.wim Index:2
    Code:
    dism.exe /Image:.\x86\MountDir /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    [===========================99.6%========================= ] 
    The operation completed successfully.
    
    For x86 winre.wim Index:1
    Code:
    dism.exe /Image:.\x86\MountDir /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    [===========================99.1%========================= ] 
    The operation completed successfully.
    
    For x64 boot.wim Index:1
    Code:
    dism.exe /Image:.\x64\MountDir /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    [===========================98.3%========================= ] 
    The operation completed successfully.
    
    For x64 boot.wim Index:2
    Code:
    dism.exe /Image:.\x64\MountDir /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    [===========================98.3%========================= ] 
    The operation completed successfully.
    
    For x64 winre.wim Index:1
    Code:
    dism.exe /Image:.\x64\MountDir /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    [===========================98.5%========================= ] 
    The operation completed successfully.
    
     
  7. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    477
    154
    10
    you may have some problem with your system or image. i never saw anything other than 100%. i have never had any problem with my updated boot.wim
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,422
    450
    I sometimes have this too, the progress bar sometimes shows less then 100% but "the operation completed succesfully" shows all went okay.
     
  9. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...Reset Base for Boot.Wim?:eek: I think dont it need....just install.wim.....
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,422
    450
    It reduces size of boot.wim (have to do it at both indexes), winre.wim and install.wim (can only be done on install.wim when none of the update has "pending install", this happens when you activate dotnetfx3 on an offline image).
     
  11. A-bit_Tinkerer

    A-bit_Tinkerer MDL Junior Member

    Mar 24, 2014
    61
    46
    0
    If the /ResetBase is not done for boot.wim (index:1&2) and winre.wim (index:1) the added updates will be in an "Install Pending" state. So, the /ResetBase completes the install as well as reducing the size of the WIM. After processing all the updates in the WIM for each index, the DISM /Export-Image commands can be used to further compress the WIM size.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,422
    450
    #2052 Enthousiast, Mar 16, 2016
    Last edited by a moderator: Apr 20, 2017
    Standard the packages in boot.wim and winre.wim have state "installed".

    Code:
    Command line that ran is dism.exe /image:e:\mount /Get-Packages
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    Packages listing:
    
    Package Identity : Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:35
    
    Package Identity : Microsoft-Windows-WinPE-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Foundation
    Install Time : 30-10-2015 05:42
    
    Package Identity : WinPE-EnhancedStorage-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:39
    
    Package Identity : WinPE-EnhancedStorage-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-Scripting-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-Scripting-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-SecureStartup-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-SecureStartup-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-Setup-Client-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:40
    
    Package Identity : WinPE-Setup-Client-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 30-10-2015 14:40
    
    Package Identity : WinPE-Setup-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:40
    
    Package Identity : WinPE-Setup-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 30-10-2015 14:40
    
    Package Identity : WinPE-SRT-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-SRT-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-WMI-Package~31bf3856ad364e35~x86~nl-NL~10.0.10586.0
    State : Installed
    Release Type : Language Pack
    Install Time : 30-10-2015 14:38
    
    Package Identity : WinPE-WMI-Package~31bf3856ad364e35~x86~~10.0.10586.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 30-10-2015 14:38
    
    The operation completed successfully.
    This is with updates integrated:

    Code:
    Package Identity : Package_for_KB3139907~31bf3856ad364e35~x86~~10.0.1.1
    State : Installed
    Release Type : Update
    Install Time : 16-3-2016 16:29
    
    Package Identity : Package_for_KB3140768~31bf3856ad364e35~x86~~10.0.1.3
    State : Installed
    Release Type : Security Update
    Install Time : 16-3-2016 16:33
    In 7 or 8.x (or maybe even in the earlier 10240) it had state pending, not on 10 anymore.
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,655
    340
    It seems just a timing race between the command and the percentage api

    to work around it, run the ResetBase command first, add the packages, then run ResetBase again
     
  14. A-bit_Tinkerer

    A-bit_Tinkerer MDL Junior Member

    Mar 24, 2014
    61
    46
    0
    Thank you for suggesting a workaround. If I run the ResetBase option before adding the packages, the progress display always goes to 100.0%.

    However, running the ResetBase option after adding the packages, the operation completes much faster and the progress display again varies between 20% and 25%.

    So, are the updated images usable and not corrupted as long as "The operation completed successfully."?
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,655
    340
    For me it gave 100% on both runs

    yes, if dism doen't report error, percentage doesn't matter
     
  16. acyuta

    acyuta MDL Expert

    Mar 8, 2010
    1,712
    397
    60
    Running the resetbase command as admin on latest update (3140768) applied on Nov 2015 iso does give 2 quick 100% which then hangs there for a long time.
    On at least 2-3 update installs, I have had to hard reboot after 10-15 mins and then do resetbase again. That gave the proper progress from 0% to ....100%... completed successfully.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. bodmas

    bodmas MDL Senior Member

    Jul 26, 2011
    252
    132
    10
    I did also online resetbase. got 2 quick 100% then it in your word hanged. But in fact it does not. I checked my C drive time to time and found that it was doing its job as free space of C drive was increasing time to time. It took long time though.
     
  18. smiler10

    smiler10 MDL Junior Member

    Aug 15, 2009
    70
    358
    0
    #2059 smiler10, Mar 22, 2016
    Last edited by a moderator: Apr 20, 2017
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,655
    340
    #2060 abbodi1406, Mar 22, 2016
    Last edited by a moderator: Apr 20, 2017