Windows 10 Hotfix Repository

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

  1. garf02

    garf02 MDL Member

    Sep 15, 2007
    181
    67
    10
    In Italian version, have this errors in cleanup image (both boot.wim and install.wim):

    Code:
    >if exist "!mumtarget!\Windows\WinSxS\ManifestCache\*.bin" (
    takeown /f "!mumtarget!\Windows\WinSxS\ManifestCache\*.bin" /A   
     icacls "!mumtarget!\Windows\WinSxS\ManifestCache\*.bin" /grant *S-1-5-32-544:F   
     del /f /q "!mumtarget!\Windows\WinSxS\ManifestCache\*.bin"  
    )
    
    >if exist "!mumtarget!\Windows\WinSxS\Temp\PendingDeletes\*" (
    takeown /f "!mumtarget!\Windows\WinSxS\Temp\PendingDeletes\*" /A   
     icacls "!mumtarget!\Windows\WinSxS\Temp\PendingDeletes\*" /grant *S-1-5-32-544:F   
     del /f /q "!mumtarget!\Windows\WinSxS\Temp\PendingDeletes\*"  
    )
    
    INFORMAZIONI: impossibile trovare file o cartelle nel percorso specificato.
    Elaborazione completata per 0 file. Elaborazione non riuscita per 0 file
    
    The folder PendingDeletes in wim file created is empty, because this errors?
    I have used Debug for checking this errors, in attahcment the complete log debug file
     

    Attached Files:

  2. usro

    usro MDL Novice

    May 5, 2018
    10
    11
    0
    Adding DU-source which contains the setup.exe update (eg KB4599861), only into the source folder on the installation media will cause the problem of missing media drivers during installation due to a mismatch of the setup.exe version between what's in the source folder in index:2 of the boot.wim and what's in the source folder on the installation media.

    To avoid this you need to copy the update of the setup.exe with its dependencies (eg setup.exe, setupcompat.dll, setupcore.dll, setuphost.exe, setupmgr.dll, setupplatform.dll, setupplatform.exe, setupprep.exe) or simply copy only the update of the setup.exe from DU-source into the source folder at index:2 of the boot.wim too.

    Or simply delete the setup.exe update from DU-source before copying it into the source folder on the installation media as abbodi suggests, so you don't have to copy the same file into the source folder at index:2 of the boot.wim.
     
  3. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    266
    212
    10
    Abbodi1406 thanks for your help
    I applied your solution and it worked , now installing windows without any problem
    I want to ask whether the same problem exists for 1809 LTSC or not ?
    thank you again
     
  4. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    266
    212
    10
    Thanks usro
    A lot of nice solutions for this issue
    I already applied abbodi's solution and everything seems good so far
    Actually all solutions basically have the same logic
    Thank you and Cheers !
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    boot.wim from official ISO/ESD
    files in \sources\ are protected by TrustedInstaller, they cannot be replaced without taking ownership, and they should not be replaced manually

    boot.wim from UUP ISO
    files in \sources\ can be replaced (because they are added manually in the first place during uup conversion)

    Yes, DU KB4601389 contain setup.exe
    it could be the same version for setup.exe from LCU, but it's recommended to follow the same steps
     
  6. KleineZiege

    KleineZiege MDL Addicted

    Dec 11, 2018
    525
    252
    30
    #12046 KleineZiege, Mar 3, 2021
    Last edited: Mar 3, 2021
    I would let it be young man

    Code:
    \Windows\WinSxS\Backup\
    \Windows\WinSxS\Temp\PendingDeletes\
    \Windows\Assembly\NativeImages_v4.0.30319_32\
    \Windows\Assembly\NativeImages_v4.0.30319_64\
    \Windows\WinSxS\Temp\TransformerRollbackData\
    \Windows\CbsTemp\
    
    Aus diesem Ordner alle .bin Dateien
    \Windows\WinSxS\ManifestCache\*.bin
    
    Aus diesem alle .log Dateien
    \Windows\inf\*.log“
    
    Und diese Ordner werden komplett gelöscht
    \$Recycle.Bin
    \PerfLogs
    so long ago, i don't do this anymore

    In the past I always wanted to use iso finish under 4 GB, today that is no longer relevant
     
  7. fch1993

    fch1993 MDL Member

    Mar 14, 2020
    143
    38
    10
    What if some OSs don't have Safe OS update such as Windows 10 1709 / Windows 10 2015 LTSB ?
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    LCU will be added then

    KB4055994 = Safe OS update for 1709
     
  9. Gladwin

    Gladwin MDL Member

    Dec 20, 2012
    213
    97
    10
    some question for the safe os , if i use the LCU (e.g. KB4601382) to update winre.wim is it no need the KB4586858 ? or the winre.wim is just need the KB4586858 ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. usro

    usro MDL Novice

    May 5, 2018
    10
    11
    0
    They can be replaced, either by taking ownership, using nsudo etc. But yes, they shouldn't be replaced manually. Unfortunately most of the advanced users here tend to use and also recommend the UUP ISO as the base rather than the official ISO/Techbench ISO/MVS refresh ISO/MCT ISO-ESD
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    No need
     
  12. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    533
    415
    30
    #12055 KedarWolf, Mar 4, 2021
    Last edited: Mar 4, 2021
    If I'm using W10UI to add updates to a UUP Dump 19042.1 extracted ISO, do I need to enable the:

    :: update winre.wim if detected inside install.wim
    set WinRE=0

    @Enthousiast @abbodi1406
     
  13. d5aqoëp

    d5aqoëp MDL Senior Member

    Jan 19, 2017
    388
    238
    10
    @abbodi1406
    I used W10UI 9.6 to create 19043.844 image from vanilla 19041.1. Installed and runs like a dream. However, Windows Update downloads the complete KB4601382 (LCU 844) and installs it again even if it was integrated using your script.. Any solution for this?
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
  15. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    518
    323
    30
    #12058 donmiller, Mar 4, 2021
    Last edited: Mar 4, 2021
    Windows Update (WU), for various Windows 10 installs, has been re-offering the last LCU for a long time (months). I recently installed the latest MVS ISO and WU offered the last LCU! So if you install 19042.804, don't be surprised if WU offers you 804. Sorry, I don't know why it does this, but it seems harmless.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    For setup purposes it's only needed/mentioned for the setup index (#2) but best to integrate it into both indexes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...