WHDownloader - Support and chat

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

  1. BrokenZerØ

    BrokenZerØ Guest

    Hey guys,

    Iv compared the WHDownloader Database for Win8.1.1 x64 with them from KUC.
    After duplicates removing, some other updates keep still left:

    Whats with them? Just outdated/supersed crap?
    Or missing in abbodi1406's databes ? (dont think so :p )

    Just confusing, whats these?? Need them or not?
    Thank you.
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,795
    340
    #1702 abbodi1406, Aug 8, 2014
    Last edited by a moderator: Apr 20, 2017
    Code:
    2790621 is an optional addon (Windows Server Essentials Connector)
    2934520 is available, check your repo
    2938322 is a supplementary LangPack for English LangPack for KB2919355
    2936386, 2967180 are not yet published, exclusive to KUC (2936386 is for non-English systems)
    2972624 is included in 2967917
    
    the rest are superseded:
    2923238      (by 2967917)
    2935092      (by 2984350)
    2957189      (by 2967917)
    2957689      (by 2962872)
    2964438-v2   (by 2977280)
    2965699      (by 2971203)
    2966072      (by 2974008)
    2969339      (by 2975061)
    Don't forget that KUC database last update was 15 june
    if you want to keep using both apps/databases together, at least kindly read the changelog in my signature and find the differences yourself :)
     
  3. Padre_Pedro

    Padre_Pedro MDL Member

    Mar 8, 2014
    102
    92
    10
    Thank you very much! Good program. For Windows 7 only one update didn't download: Windows6.1-KB2977295-x86-x64 MSU - this update can be received only on Email! Than is possible to integrate update in ISO? Earlier this function was available in WHD - but now not...
     
  4. kastrel

    kastrel MDL Member

    Mar 7, 2013
    247
    52
    10
    Why... Other functions as integration been removed?:(
     
  5. BrokenZerØ

    BrokenZerØ Guest

    Ahhh okay i found the problem, I need also 2938327 ("update1-for-german-lp")
    KUC showed me just 2938322 cuz my main-system is en-us, where i KUC used.

    I will. Thank you. :)
     
  6. Winaddict

    Winaddict MDL Junior Member

    Apr 29, 2012
    93
    16
    10

    Excuse me for very very noob question, but once I download the updates then how do I use them?
    Is there a function to run the files and update an installed Windows 7 or is there another option to integrate them in a iso image?
    Thanks in advance.
     
  7. kastrel

    kastrel MDL Member

    Mar 7, 2013
    247
    52
    10
    ... i have kb2919355 installed here in my iso,but she comes in wu with 129MB always after formatting and install windows here...why?:(
     
  8. MMIKEE

    MMIKEE MDL Senior Member

    Oct 6, 2012
    380
    361
    10
    @Alphawaves; Is it feasible to have WHDownloader be able to identify and move OUTDATED M$ Updates that are UPDATED in addition to those that are Superseded and / or No longer Needed e.g. outlfltr2010-kb982726 for Office 2010-x86 ???

    The problem is that when an older version of the same KB was previously downloaded and retained, WHDownloader doesn’t replace it with the NEWer version… Maybe WHDownloader can compare the DATEs and FILE size differences then MOVE the outdated version to the appropriate OLD folder…
    I realized this was occurring upon a careful comparison of downloaded M$ Updates with the current “Office2010” (2014/08/12) abbodi1406 list… :worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,364
    210
    I removed the old file version filter i had in Windows Hotfix Downloader, I never added it to WHDownloader. I will do another filter to check for file version in next release.. ;)
     
  10. mictlan

    mictlan MDL Member

    Nov 9, 2009
    241
    123
    10
    Used WHD after some months/versions again.
    This tool has become SUPERB!!!
    Just wanted to say THX to all coders and contributors!
     
  11. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    311
    10
    #1714 compstuff, Aug 16, 2014
    Last edited by a moderator: Apr 20, 2017
    @abbodi1406 Thanks for that info... I did notice that wusa had issues with some updates so I also used the following method on my current image:

    Find the list of packages installed on the machine with DISM (I create a txt file to make searching easier)

    dism /online /get-packages /format:table > c:\patches.txt

    From the list get the Package Identity Name

    EXAMPLES:
    Package_for_KB2699779_BF~31bf3856ad364e35~amd64~~6.1.2.0
    Package_for_KB2844286_BF~31bf3856ad364e35~amd64~~6.1.2.0

    Run this command to uninstall the update silently

    EXAMPLES:
    DISM.exe /Online /Remove-Package /PackageName:package_for_KB2699779_BF~31bf3856ad364e35~amd64~~6.1.2.0 /quiet /norestart
    DISM.exe /Online /Remove-Package /PackageName:package_for_KB2844286_BF~31bf3856ad364e35~amd64~~6.1.2.0 /quiet /norestart


     
  12. hbk4ever

    hbk4ever MDL Novice

    Sep 16, 2009
    17
    34
    0
    Thank you Alphawaves for this great piece of software, and for continuing to support it. I really appreciate it. Have a great day.
     
  13. adric

    adric MDL Expert

    Jul 30, 2009
    1,389
    1,498
    60
    Is it possible to update my repo with WHD?

    I tried pointing the WHD download folder to my repo, but the downloaded and superseded tabs
    still show (0). The downloader tab shows (585). I want to avoid downloading updates that I already have.

    Al
     
  14. ianymaty

    ianymaty MDL Member

    Jan 31, 2010
    136
    97
    10
    @abbodi1406

    I know you explained somewhere for what each update from Additional and Extra folders is used. Please can you gether that info and put it in a ReadMe.txt in the root of the respective folders? And please, use layman terms.

    That will make oneself clear for the new users (even old ones) that are trying to integrate all the updates from the repo and come to ask for help if some updade errors out if integrated offline.

    Thank you.
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,795
    340
  16. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    311
    10
  17. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    311
    10
    Is it possible to have the changelog in the actual download repo so WHD can download it each time it updates?