Hotfix December 2009 X86 - X64

Discussion in 'Windows 7' started by alkykw, Dec 12, 2009.

  1. alkykw

    alkykw MDL Junior Member

    Mar 25, 2009
    55
    33
    0
  2. Monsta Kody

    Monsta Kody MDL Junior Member

    Jun 15, 2009
    79
    29
    0
  3. Truelove

    Truelove MDL Novice

    Sep 21, 2009
    19
    16
    0
    You my hero!! :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. alicans

    alicans MDL Member

    Jan 4, 2009
    151
    68
    10
    where this updates from?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. xhtml

    xhtml MDL Member

    Jul 15, 2009
    114
    0
    10
    do i need to update this hotfix pack again since i keep my win7 up to date via the windows update feature? pls advise buddy
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Matrix Leader

    Matrix Leader MDL Addicted

    Dec 8, 2009
    857
    176
    30
    These are the unreleased Microsoft Hotfixes, as they are awaiting to be incorporated in the next service pack. So if you want to be up to date ahead of time install them!

    I have tried them, they are safe, in fact, you fill your system much more stable and snappier after you install them.

    But don't only stick to these ones, install the rest of the pack posted earlier in the Windows 7 Update thread
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Matrix Leader

    Matrix Leader MDL Addicted

    Dec 8, 2009
    857
    176
    30
    Can someone lend me a rapid share or megaupload account for an hour just to download these updates? :(

    I am unable to download from the above sites without a premium account.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Cego

    Cego MDL Junior Member

    Nov 24, 2009
    72
    29
    0
    excelente Alky, buen post, esperando que Lyraull haga su supermegahiper parche XD

    regards!
     
  9. mengchanchai

    mengchanchai MDL Junior Member

    Nov 25, 2007
    92
    3
    0
    thanks for sharing.:D;)
     
  10. operade

    operade MDL Novice

    Jul 26, 2009
    3
    0
    0
    Thanks a lot for sharing too. Does anybody know how to install these updates automatically (perhaps pkgmgr can do it but I don't understand the syntax) I mean I would like to avoid to click on each update (38 clics ! )
    Thanks for any help
     
  11. Matrix Leader

    Matrix Leader MDL Addicted

    Dec 8, 2009
    857
    176
    30
    #13 Matrix Leader, Dec 13, 2009
    Last edited by a moderator: Jan 10, 2015
    Put all the updates in one folder, then place this tool >>> Windows 7 Update Pack Tool v1.3.1.0
    and run the tool from there, it will install al update packages at once
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,370
    1,256
    60
    my point was to people whining this are "unoffical/beta" updates :) ye not all got officaly released by MS, but probably more then half of them did one way (WU) or another (upon request)...
     
  13. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,370
    1,256
    60
    #15 SoLoR, Dec 13, 2009
    Last edited by a moderator: Apr 20, 2017
    actualy simple batch script will do the job:

    Code:
    @echo off
    
    FOR /F "delims==" %%W in ('dir *.exe /od /b') do (
    echo Installing Update "%%W" ...
    start /wait %%W /quiet /norestart
    echo.)
    
    FOR /F "delims==" %%W in ('dir *.msu /od /b') do (
    echo Installing Update "%%W" ...
    start /wait %%W /quiet /norestart
    echo.)
    
    echo.
    echo ###########################################################
    echo.
    echo Updates are installed
    echo Press any key to reboot
    pause >NUL
    shutdown -r -t 0
    
     
  14. operade

    operade MDL Novice

    Jul 26, 2009
    3
    0
    0
    Thank you very much SoLor: this is exactly what I wanted
     
  15. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,627
    3,856
    90
    #17 burfadel, Dec 13, 2009
    Last edited by a moderator: Apr 20, 2017
    If you have these updates plus others, and you have just installed Windows, it may be wise to replace:
    Code:
    dir *.msu /od /b
    With:
    Code:
    dir *.msu /o-d /b
    The reason behind this is some of the older updates may be superceded, there is no point installing the old updates then the new updates. By using /o-d, the order changest to newest dated files first, not last :)
     
  16. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,370
    1,256
    60
    #18 SoLoR, Dec 13, 2009
    Last edited by a moderator: Apr 20, 2017
    actualy, they should probably just go by name as dism does it (first cabs by name, then msus by name), if you intergrate them in to wim. However i used this once, months ago, since then im manualy installing them or intergrating them in to iso for fresh installs... soo

    Why this, KB675605-v2 installs LDR branch code of kernel OS so you want to install that update asap, so you make sure that all other updates after also installs LDR branch code and if you do this by name it gets installed among first :)
     
  17. Matrix Leader

    Matrix Leader MDL Addicted

    Dec 8, 2009
    857
    176
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. dry

    dry MDL Novice

    Dec 15, 2009
    3
    0
    0
    #20 dry, Dec 15, 2009
    Last edited: Dec 15, 2009
    Hi

    Have some probs after this Hotfix packages (x86)...jdownloader stopps all downloads after a view kb ...tried everything, uninstall JD, java, usw..nothing helped !
    so i decided to uninstall all this hotfixes (apart from KB977348 which won't let me uninstall !?) anyway after that jdownloader is running again !!!

    someone any idea which one of the hotfix could have broken jdownloader ?
    before i install one after one :eek:

    sorry for my bad English

    thanks in advance !