Windows 7 Hotfix repository

Discussion in 'Windows 7' started by SoLoR, May 22, 2010.

  1. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
  2. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    Hmmm, if its not possible to get around the update showing issue, I might have to include both the 6161 and 6225 versions, since for people with WU turned on not doing so would create an annoyance. Seems stupid and pointless though!
     
  3. boar

    boar MDL Novice

    Dec 18, 2011
    5
    2
    0
    #3644 boar, Dec 19, 2011
    Last edited by a moderator: Apr 20, 2017
    I just notice that you need to change something in the update.cmd in the Windows Hotfix repository in order to install some updates.

    For example Windows6.1-KB2604521-v2-x64 won't install with update.cmd.

    I changed something in update.cmd and it installed fine
    replace
    Code:
    IF EXIST "%TEMP%\updates.install\unpacked\%%A\update-bf.mum" (
    dism /Online /LogPath:"%~dp0DISM.log" /Add-Package /PackagePath:"%TEMP%\updates.install\unpacked\%%A\update-bf.mum" /NoRestart /Quiet
    ) ELSE (
    dism /Online /LogPath:"%~dp0DISM.log" /Add-Package /PackagePath:"%TEMP%\updates.install\unpacked\%%A\update.mum" /NoRestart /Quiet
    )
    
    with
    Code:
    IF EXIST "%TEMP%\updates.install\unpacked\%%A\update-bf.mum" (
    dism /Online /LogPath:"%~dp0DISM.log" /Add-Package /PackagePath:"%TEMP%\updates.install\unpacked\%%A\update-bf.mum" /NoRestart /Quiet
    )
    IF EXIST "%TEMP%\updates.install\unpacked\%%A\update.mum" (
    dism /Online /LogPath:"%~dp0DISM.log" /Add-Package /PackagePath:"%TEMP%\updates.install\unpacked\%%A\update.mum" /NoRestart /Quiet
    )
    
     
  4. Squall-Leonhart

    Squall-Leonhart MDL Member

    Jul 23, 2009
    172
    44
    10
    its a 2 part fix, the 2nd part will be done in q1 2012, the first part was meant to wait till then.
     
  5. Cipherfx

    Cipherfx MDL Junior Member

    Apr 13, 2011
    79
    46
    0
    Does anyone make a AIO silent installer for VC++ runtimes?
     
  6. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    Depends on the architecture...its the one update that WU always shows
     
  7. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,067
    30
    Use
    2633171 for x86
    2532445 for x64
    no other updates fully superseded.
     
  8. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    On x64 architecture KB2592546 partially supersedes KB2532445v2 which is already in the list hence just deleting KB2592546 is sufficient.
     
  9. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    @SOLOR,

    note that KB2591500v3 obsoletes KB2488113 & KB2505438 hence they should be removed.
     
  10. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,777
    60
    good find- KB2591500v3 (with KB2592525) does make those other two obsolete.
     
  11. RicaNeaga

    RicaNeaga MDL Senior Member

    Apr 25, 2011
    252
    451
    10
    Well, KB2592546 is meant for Bulldozer users, and it's broken for them. So for the rest of us is as useless as for the Bulldozer users. I really don't understand the logic in keeping it, but hey, you're the boss, you know better. I'm deleting it on my system.

    And thank you SoLor and komm for explaining the difference betweek that LDR folder / placeholders and LDR updates. :)
     
  12. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    ŮŽAlong with KB2635038 :)
     
  13. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,371
    1,256
    60
    logic is instead we have 2 different OS-Kernel versions on 2 different architectures and this way there is only one :) oh well... so people will stop complaining ill remove it :) for me it wasnt about being a boss or anything, its being practical :) those 2 buldozer users can remove it them self and rest of us can use it and have no issues...
     
  14. shon3i

    shon3i MDL Junior Member

    Jun 25, 2011
    65
    21
    0
    When you removed KB2592546, what hotfixes replace it ? Thx