WHDownloader - Support and chat

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

  1. Gloeyisk

    Gloeyisk MDL Member

    Sep 2, 2020
    107
    14
    10
    #3124 Gloeyisk, Aug 1, 2021
    Last edited: Aug 1, 2021
    @abbodi1406 I need a little help for WHD Office2016 x64.

    I listed the updates were always showed up on WHD, I'm unable to download it, it's always failed.
    And then I tried to download it separately from MSUC and put it to the right folder (General).
    I tried to reproduce the update but those 2 were not detected/installed.
    Code:
    orgidcrl2016-kb2920712-fullfile-x64-glb
    ospp2016-kb29207421-fullfile-x64-glb
    
    I re-check the update on WHD, then those 2 updates automatically placed on "Office2016-x64 OLD" folder
    which means that's an old update.
    My question, how can I get rid of that update? As it's always showed up. Thanks
     
  2. boo123

    boo123 MDL Member

    Sep 20, 2013
    247
    32
    10
    Do updates downloaded from whdownloader for x64 work when integrating using MSMG toolkit?
     
  3. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,775
    60
    Yes. MSMG's toolkit can even use the same folder layout that WHD creates for updates so you can just copy everything over as-is.

    Take a look at the README.txt file included with his toolkit and search for "WHD" in it. There it explains where to copy the files and which options to select to integrate them using the toolkit.
     
  4. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    367
    267
    10
    @abbodi1406

    Although the WHD lists Changelog is updated. I still can't receive the latest LCU for Windows 7/8.1 on WHDownloader 0.0.2.3.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    Fixed
    there was an issue with GoodSync (i use for uploading lists) that i didn't notice yesterday
     
  6. IceQB

    IceQB MDL Novice

    Feb 11, 2011
    7
    1
    0
    Used WHD to download updates.
    How do I install or which tool is used to install updates downloaded with WHD?
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    W10UI Install or integrate Windows NT 10.0 updates
    WHD-W81UI Install or integrate Windows 8.1 updates for WHDownloader repository
    WHD-W7UI Install or integrate Windows 7 updates for WHDownloader repository
    InstallerOffice Installer for traditional Office full updates (EXE or MSP files)
     
  8. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    367
    267
    10
    @abbodi1406

    How to check an update is superseded or how to know that an update is WU.Satisfy Only.
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    If the update is installed
    Code:
    net stop trustedinstaller >nul 2>&1
    net stop wuauserv >nul 2>&1
    DEL /F /Q %systemroot%\Logs\CBS\* >nul 2>&1
    DEL /F /Q %systemroot%\Logs\DISM\* >nul 2>&1
    Dism /Online /NoRestart /Cleanup-Image /AnalyzeComponentStore
    findstr /c:"deeply superseded" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\superseded.txt"
    but this can still skip some updates

    generally, if you want to check an update supeserdence, you need to have some database for components of current (not superseded) updates
    then you compare the new update components and eliminate replaced components, until the update is fully replaced

    if the update is replaced and WU still show it, then it's WU.Satisfy Only
    this need to have all superseding updates installed
     
  11. Gloeyisk

    Gloeyisk MDL Member

    Sep 2, 2020
    107
    14
    10
    Hello @abbodi1406 , I need a little help for this updates. Maybe you have mirror or something? As I'm unable (failed) to download them.

    Code:
    General:
    > 8.1-KB3166740-x64
    
    Hotfixes:
    > 8.1-KB2908802-x64
    > 8.1-KB3024680-v2-x64
    > 8.1-KB3067699-x64
    > 8.1-KB3071675-x64
    
    Additional Updates:
    > 8.1-KB3096438-v2-x64
    > 8.1-KB3072307-x64
    > 8.1-KB3048803-x64
    
    Extra Updates:
    > 8.1-KB2996883-x64
    
     
  12. fatmac

    fatmac MDL Novice

    Aug 28, 2021
    5
    0
    0
    Hi. Thanks for the amazing work. I have a couple of questions. First, why is this tool proprietary? Second, I noticed that when you launch this program it adds registry keys to system. And finally, where is the download source for updates? How can i verify authenticity of the downloaded updates?

    thanks for answers. Have a great day!
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    - It add icon registry for .wh files (update lists)
    additionally, Office EXE > MSP extractor require administrator rights

    - Click on the top left button to download latest updates lists
    choose one of the products list to load
    and then click on the blue save button to get the update list in xml format