WHDownloader - Support and chat

Discussion in 'WHDownloader' started by Alphawaves, Apr 29, 2013.

  1. nnolex

    nnolex MDL Novice

    Jul 4, 2019
    28
    1
    0
    I downloaded and installed all the updates for Win7, when I wanted to clean the system with the command Dism.exe /online /cleanup-image /StartComponentCleanup got error 87. I was surprised to find that the update kb2852386 is not installed - it is in the changelog, but not downloadable in WHDownloader. What to do? Can I put it after installing all updates 7, it won't break anything?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,958
    89,329
    340
    @nnolex
    - Windows 7 does not support that dism command, even with KB2852386
    - KB2852386 add support to select and run "Update Cleanup" from Disk Cleanup
    - KB2852386 is superseded since 2016 by Convenience Rollup KB3125574, and later by latest Monthly Rollup
    - superseded updates without rollups are moved to separate Legacy lists:
    https://forums.mydigitallife.net/posts/1745138/
     
  3. nnolex

    nnolex MDL Novice

    Jul 4, 2019
    28
    1
    0
    @abbodi1406 thanks for your help.
    Not quite a question on the topic. Installed all updates from WHDownloader using W7UI script, but at the end the system does not pass sfc /scannow integrity check without possibility to restore files :Flush:. Is this critical? I did the following: W7UI First run: sha2 update -> net 4.8+update -> W7UI Second Run: all other updates.
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,958
    89,329
    340
    Check CBS.log to see what files are affected

    W7UI don't change or delete system files
     
  5. nnolex

    nnolex MDL Novice

    Jul 4, 2019
    28
    1
    0
    @abbodi1406 I see huge amount of "\SystemRoot\WinSxS\Temp\PendingRenames\"
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,958
    89,329
    340
    this help filter the log (are there only 1 log file or multiple?)
    Code:
    net stop trustedinstaller >nul 2>&1
    findstr /i /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcSR.txt"
    findstr /i /c:"(F) STATUS" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcSTATUS.txt"
    findstr /i /c:"[SR]" %windir%\Logs\CBS\CBS.log | findstr /i /v /c:verify > "%userprofile%\Desktop\sfc.txt"
     
  7. nnolex

    nnolex MDL Novice

    Jul 4, 2019
    28
    1
    0
    #3307 nnolex, Jan 16, 2023
    Last edited: Jan 16, 2023
    @abbodi1406 I found a strange recommendation on the web to turn on the TelNet service, turned it on, nothing has changed. I have one file CBS.log, processed it:
    • sfcSTATUS is empty
    • In sfc
      • Code:
        2023-01-16 14:53:09, Info                  CSI    00000236 [SR] Repairing corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\Help\mui\0419"\[l:22{11}]"diskmgt.CHM" from store
        2023-01-16 14:53:09, Info                  CSI    00000239 [SR] Repairing corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\Help\mui\0419"\[l:22{11}]"diskmgt.CHM" from store
        
    • sfcSR full of
      • Code:
        2023-01-16 14:50:45, Info                  CSI    00000009 [SR] Verifying 100 (0x0000000000000064) components
        2023-01-16 14:50:45, Info                  CSI    0000000a [SR] Beginning Verify and Repair transaction
        2023-01-16 14:50:45, Info                  CSI    0000000c [SR] Verify complete
      • except this
      • Code:
        2023-01-16 14:53:09, Info                  CSI    00000233 [SR] Verifying 100 (0x0000000000000064) components
        2023-01-16 14:53:09, Info                  CSI    00000234 [SR] Beginning Verify and Repair transaction
        2023-01-16 14:53:09, Info                  CSI    00000236 [SR] Repairing corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\Help\mui\0419"\[l:22{11}]"diskmgt.CHM" from store
        2023-01-16 14:53:09, Info                  CSI    00000239 [SR] Repairing corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\Help\mui\0419"\[l:22{11}]"diskmgt.CHM" from store
        2023-01-16 14:53:09, Info                  CSI    0000023c [SR] Verify complete
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,958
    89,329
    340
    If you googled for that file and path you will find many reports of same issue
    either the file get corrupted, or it's not registered correctly

    SFC had always its glitches, and it s not really needed to run blindly
     
  9. nnolex

    nnolex MDL Novice

    Jul 4, 2019
    28
    1
    0
    @abbodi1406 , okay, thank you for your help, master :worthy:
     
  10. Gloeyisk

    Gloeyisk MDL Member

    Sep 2, 2020
    117
    14
    10
    Is there any script for install downloaded updates for Windows 10 (Build 14393) from WHD?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,057
    101,066
    450
    W10UI
    Just put the updates next to the scrip.
     
  12. Mamad_F14

    Mamad_F14 MDL Novice

    May 30, 2022
    25
    9
    0
    May I know what do you mean by "exclusive online update" ?
    It's an update for onedrive.
    And Onedrive is no longer supported on windows 8.1 so I think adding it is harmless.

    I see in in WHdownloader app, some updates are marked as "DO NOT INTEGRATE". But No reason is provided.
    I integrated those updates and the process was successful.
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,958
    89,329
    340
    #3313 abbodi1406, Jan 19, 2023
    Last edited: Jan 19, 2023
    Do.Not.Integrate-Info.txt
    Code:
    - Do not integrate these updates (online or offline) using dism.exe
    
    you must install them online only, by running the .msu file directly
    either by double click it, or using command line, example:
    Windows8.1-KB2990967-x86.msu /quiet
    Windows8.1-KB3053946-x64.msu /quiet
    
    - KB3021128 is applicable only for systems that have OEM Office preloaded.
    - KB3083669 is applicable only for systems that have McAfee SecurityCenter.

    open the msu file with 7-zip and check contents
    those updates are wrappers for the contained executable file, this file can (should) be executed online only by running the .msu file directly

    if you integrate the update, you basically add the cab file, which prevent WU from offering the update and fix the "possible" described issue
    (practically, all except KB3053946 are currently superfluous)

    KB3053946 is little different because the executable file is contained with cab file, and get executed (genericCommand) after OS installation
    however, it's ment for very specific issue
     
  14. nnolex

    nnolex MDL Novice

    Jul 4, 2019
    28
    1
    0
    #3314 nnolex, Jan 20, 2023
    Last edited: Jan 20, 2023
    I understand correctly that NET48 updates should be installed in this order:
    1. kb4503575
    2. kb4532941
    I was just confused by the NET version number in these updates, kb4503575 version is higher.
    There is no difference when to install the localization package, before updates or after?
    P.S. Windows 7
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,958
    89,329
    340
    kb4532941 contain some 4.8.4110.0 files
    kb4503575 contain all 4.8.4110.0 files

    i don't think order matters, but maybe lower kb4532941 should be first
     
  16. MarvelX7

    MarvelX7 MDL Member

    Jun 1, 2021
    233
    221
    10
    @abbodi1406 how to get windows 10 ltsc 2019 only/All updates ? trying to update my iso but got confused!
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,958
    89,329
    340
  18. nnolex

    nnolex MDL Novice

    Jul 4, 2019
    28
    1
    0
    @abbodi1406
    will the security updates for IE (KB5022835) be included in the Win7 list?
     
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,958
    89,329
    340
  20. spion

    spion MDL Member

    Mar 27, 2010
    137
    94
    10