Windows 7 Hotfix repository

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

  1. Gladwin

    Gladwin MDL Senior Member

    Dec 20, 2012
    252
    123
    10
    thanks for the information , and may i ask the KB2483564-v2 is complete superseded or not complete superseded ? thanks for the information ~
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. RicaNeaga

    RicaNeaga MDL Senior Member

    Apr 25, 2011
    255
    454
    10
    vabbodi already mentioned this. See below. :)

     
  3. Gladwin

    Gladwin MDL Senior Member

    Dec 20, 2012
    252
    123
    10
    has any know which hotfix / update need to be integrated to WinRE.wim and boot.wim for windows 7 or windows 8.1 ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    With Windows 7, I integrate the KB2757588 and KB2561821-v2 to boot.wim (EFI)
     
  5. Gladwin

    Gladwin MDL Senior Member

    Dec 20, 2012
    252
    123
    10
    thanks for windows 7 boot.wim , for WinRe.wim ? is has any important hotfix or update need to be integrated ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. pegasus80

    pegasus80 MDL Senior Member

    Nov 23, 2009
    259
    538
    10
    The last time I made a working build, I integrated KB2883457 into my WinRE.wim for win7x64 Ultimate.
     
  7. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    What are these folders:

    Platform
    Platform Updates
    Without Platform

    What are they? What's the difference? What's applicable for offline integration?
     
  8. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,623
    3,855
    90
    Just letting people know I haven't forgotten about the installer! I got carried away changing things on it, so much so I messed it up! lol. I'll go back to one of the earler post v28 changes I made and start the overhaul again (there are significant changes to be done still), I'll keep better track of what I done. No timeframe on completion, but hopefully it will be done before Windows 8.1 'Update 1' is released. I'm not sure of the intricacies of update 1, I believe it may be effectively the equivalent of a service pack, and replace the need for all existing updates for Windows 8.1.

    I'll update the Visual C++ installer etc. when new updates to the C++ runtimes are released. It has been a while since actual new versions of any of the runtimes have been released.
     
  9. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    It is but making it work for offline image only takes 30 seconds or less. Just replace all 3 occurances of:
    /Online /NoRestart
    With:
    /Image:<WIM mount location>

    Should be on lines 396,397 and 975. What i meant by suggesting this is that theres no point really creating your own batch file for installing updates online or offline, when there's an excellent alternative out there already. No point in reinventing the wheel. Good luck.
     
  10. Gladwin

    Gladwin MDL Senior Member

    Dec 20, 2012
    252
    123
    10
    just now have test the update list , i have found some interesting thing , for spacial case KB2685811 and KB2685813 i have test in live system with online install use GDR Mode and LDR Mode as a same time (no restart for the GDR install , after install LDR and restart it) , after it i check in view installed updates just show GDR list only has no show LDR list (something like ~BF list) , after i try check the Manifest list is install LDR mode , and i try use disk cleanup to clean windows update cleanup , is work in the disk cleanup for windows update cleanup , so the interesting is i install the KB2685811 and KB2685813 for the GDR Mode and LDR Mode (when install GDR mode no restart it , after install LDR and restart it) when view installed updates it just show GDR Mode in the installed updates but check the manifest is LDR data and use disk cleanup to clean windows update cleanup is work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. pegasus80

    pegasus80 MDL Senior Member

    Nov 23, 2009
    259
    538
    10
    Does anybody know what hotfix replaces KB2840149-x64? Thanks
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    kb2914680..
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    2014/01/25

    Added:
    2895312 (IIS)

    Removed:
    2597665-v3 (IIS)
    2483564-v2-x64
     
  14. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,070
    30
    KUC for Win7 and W8.1 updated.
     
  15. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    Could someone tell me the scripts used to integrate drivers to ISO and hotfix in "GDR"?

    Thanks
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    Come again?

    drivers you main the standard .inf drivers? or the system's drivers in some updates packages?
     
  17. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    For drivers, I used the command (in a command prompt)

    Dism /Image:C:\M7W\Mount /Add-Driver /Driver:C:\M7W\Drivers\asmthub3.inf
    Dism /Image:C:\M7W\Mount /Add-Driver /Driver:C:\M7W\Drivers\asmtxhci.inf

    But I would like a script to "automate" (offline) without having to move every time the files in the folder M7W, etc ...

    For hotfixes in "GDR" (for Windows6.1-KB2685811-x64 and Windows6.1-KB2685813-x64), I'don't find the script that I had kept

    Thanks so much
     
  18. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    #9000 tomorrow, Jan 26, 2014
    Last edited by a moderator: Apr 20, 2017