Windows 7 Hotfix repository

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

  1. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
  2. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    if exist "%filename%*kb947821*%arch%*" (set /a c-=1&for /f %%G IN ('dir /b /on "%filename%*kb947821*%arch%*"') DO (set kb947821=%%G))
    set /a e=%c%+%d% >nul
    if %e% equ 0 goto :nofiles

    i've trouble trying to understand this, hehe, mind explaining to me what this does?
     
  3. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Offhand this is problably the piece of code that excludes KB947821 from install when it's detected in the updates folder.
    Why?

    Because KB947821 is not and update.It's a tool and should be run separately.
    Also no point in integrating it.
     
  4. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    #3044 ricktendo64, Oct 12, 2011
    Last edited by a moderator: Apr 20, 2017
    Anyone have the x64 registry entry for KB2518870 .net4 update?

    Code:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DFC90B5F2B0FFA63D84FD16F6BF37C4B\Patches\??????????????????????????????????????
     
  5. dolivas

    dolivas MDL Junior Member

    Jan 31, 2008
    51
    23
    0
    #3045 dolivas, Oct 12, 2011
    Last edited by a moderator: Apr 20, 2017
  6. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Btw remember you suggested to me that i would bring over %windir%\SoftwareDistribution\DataStore\DataStore.edb?

    Much to my suprise it worked.On a new install WU retained my settings for the things i had selected previously to hide.
    So no timeconsuming hiding needed on a new install.Just copied this file to the nessesary folder (needed to make the folder first) when the WIM was mounted.
     
  7. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,954
    19,468
    340
  8. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
  9. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,371
    1,256
    60
    well like you already figured it out, i made a mistake there is not other hotfix that would update system_windows_forms_dll thats why KB2518870 shouldnt be superseded...
     
  10. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    Looks like SoLoR might have a few... updates to add to the repository on his next round!

    Update KB2615701 may be broken.

    The KB article says:
    Which is exactly what you see after installing this update! You cannot use safe mode, cannot use startup repair etc.

    I resorted to assuming that lsm.exe was the problem due to the message, and copying the previous lsm.exe over the top (whilst still using the newer kernel32.dll etc), upon which time it booted correctly. I tried uninstalling and reinstalling it again and the installation once again failed upon booting into Windows (where it auto-logs on). I ran sfc.exe on it, the claim is the file in the WinSxS folder (build 21824) does not have the hash its meant to and is corrupt, which makes sense. Just thought I'd warn people so they don't get caught, and also let SoLoR know for when he sorts all these new updates and possibly finds the same thing with the error.
     
  11. Shoonay

    Shoonay MDL Member

    Jan 28, 2010
    127
    136
    10
    Ya, around 50. :D
    I was almost worried something's wrong with kbupdate.info, since last month they kept adding already released hotfixes for Win7 SP1 and beta, lol.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. woniu

    woniu MDL Member

    Aug 1, 2009
    132
    52
    10
    Anyone managed to save hotfixes from support.microsoft.com/kb/2582203 ? Please post it here thanks
     
  13. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Is the message i get.
     
  14. Shoonay

    Shoonay MDL Member

    Jan 28, 2010
    127
    136
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    SoLoR, just wondering on your next scan whether you can send me the complete list again? thought I'd update the superseded update uninstall list again.

    Thanks!

    - In case people are wondering, the updates in the repository don't represent all updates as there are often updates released with older files than existing updates. There are actually quite a few of these! Adding them to the superseded uninstall list means those that have installed some of these updates, either out of cycle, or are new to the repository, aren't left with numerous superseded, redundant files.