WHDownloader - Support and chat

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

  1. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    210
    #1 Alphawaves, Apr 29, 2013
    Last edited: Dec 22, 2021
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,314
    340
    Thanks Alpha
     
  3. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    Gunna have to give this a go.

    :clap3:
     
  4. fkar

    fkar MDL Recognized Advisor

    Nov 3, 2012
    1,588
    1,410
    60
    #4 fkar, Apr 29, 2013
    Last edited by a moderator: May 23, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,313
    1,938
    120
    thanks for this new tool , I'll give it a try asap :worthy:
     
  6. naser

    naser MDL Junior Member

    Oct 4, 2012
    50
    21
    0
    #6 naser, Apr 29, 2013
    Last edited by a moderator: May 23, 2017
  7. wiryawang

    wiryawang MDL Junior Member

    May 10, 2007
    54
    2
    0
    Any one have the batch command file to install all these updates on 1 click process just like Solor did ?
     
  8. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60
    #8 user_hidden, Apr 30, 2013
    Last edited by a moderator: Apr 20, 2017
    was it this ?

    Code:
    setlocal EnableDelayedExpansion
    
    for /f %%a in ('dir /b %systemdrive%\msu\*.msu') do (
    CLS
    echo Installing %%A
    %windir%\System32\wusa.exe %systemdrive%\msu\%%a /quiet /norestart
    )
     
  9. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    #9 NICK@NUMBER11, Apr 30, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    @echo off
    CLS
    TITLE WINDOWS UPDATE INSTALLER!
    echo.
    echo Getting Ready Windows Update
    echo Installing Windows Updates...
    SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
    FOR /R "%~dp0" %%A IN (*.MSU) DO (
            ECHO= Installing %%~nA
            >NUL TIMEOUT /t 3
            WUSA "%%A" /quiet /norestart)
    echo Done!

     
  10. biatche

    biatche MDL Addicted

    Nov 14, 2009
    569
    143
    30
    This program keeps auto-closing on me, what could possibly be the reason?
     
  11. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    Is you AV closing it for you. Avast kept doing that to me.. Try telling your AV to stop doing it or disable it for a wee while and see what happens..
     
  12. biatche

    biatche MDL Addicted

    Nov 14, 2009
    569
    143
    30
    I don't use any AV / fw at all
     
  13. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    I see.....

    Sorry, that's all I had. Hope you sort it out though.
     
  14. ShyFx

    ShyFx MDL Novice

    Jan 11, 2013
    23
    8
    0
    Nice tool, tested and works great. But forgot to include hotfixes for windows vista SP2;)
     
  15. biatche

    biatche MDL Addicted

    Nov 14, 2009
    569
    143
    30
    what was the program written in? maybe i'll get the latest runtimes
     
  16. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    210
    Programmed in c# .net4

    Update Changelog v1.3:

    • Cleaned internal code
    • Fixed downloaded updates list
    • Fixed download speed
    • Added download file size/remaining
    • Tweaked download function
    • Bug fixes
     
  17. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,422
    2,598
    60
    Neat little program, and very handy to make your own update packs too, thanks:thumbsup:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. wiryawang

    wiryawang MDL Junior Member

    May 10, 2007
    54
    2
    0
    #18 wiryawang, May 1, 2013
    Last edited by a moderator: Apr 20, 2017
    Thanks for the script, will try it out. :rolleyes:
     
  19. biatche

    biatche MDL Addicted

    Nov 14, 2009
    569
    143
    30
    One thing i notice in my auto exit troubles, as soon as i enter, i see a red "updates offline"

    Why is this so?

    may i have some ips or hostnames so that i can figure out why updates are offline?
     
  20. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    210
    Hi, McRip blocked some countries from accessing his server, this application accesses it from a unique useragent. If your getting the (Updates Offline) then your country could be blocked or there could be a problem with your isp, you would need to contact McRip to confirm this.