Windows 7 Hotfix repository

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

  1. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    I'm rewriting my offline integration script....

    Need some advice on this LDR and GDR part

    Looking at the script generated by KUC with force LDR.. it integrates all cabs first and then integrates all update-bf's
    The old solor script I've got integrates update-bf if it exists, otherwise update.mum only

    I've no basis for selecting the optimal method of offline integration.

    How does this really work? Say I integrate all GDR first (dism the cabs) and then LDR later (dism the update-bf) the LDR will override the out of date GDR components? What if I integrate all LDR first, and then GDR later, if LDR has newer components, will GDR override them?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,817
    340
    If you select "forced installation of LDR.." and "only install the LDR..", KUC will generate scripts to integrate normal updates as cabs and ldr updates as update-bf.mum

    the old solor script integrates LDR packages separately one by one which takes more time
    whereas KUC integrate 10 LDR packages together (i think)

    No components will be overrided, both GDR and LDR co-exist together
     
  3. Gladwin

    Gladwin MDL Member

    Dec 20, 2012
    233
    111
    10
    RicaNeaga some question about the not integratable folder , i have test the KB2685811 & KB2685813 integrated to offline with out any problem issue (test Windows 7 PRO , Home Premium , Home Basic , Starter , just integrated to GDR only , not for LDR mode) and KB2862330-v2 also integrated to offline with out any problem , just the KB2895729-v2 need to be non-integratable , may i ask if the KB2685811 , KB2685813 & KB2862330-v2 integrated with offline have any error ?? or have any stuff integrated the three update have any error issue ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. RicaNeaga

    RicaNeaga MDL Senior Member

    Apr 25, 2011
    252
    451
    10
    some info already mentioned in the above post, like...


    About 2862330, it has Usbforcereboot.exe inside, so I thought it was the best idea for that to run right after (at the same time as) the other USB-related hotfix (2895729-v2) is installed. Very likely, when integrated, Usbforcereboot.exe has no effect whatsoever, it's just another .exe copied into its appropriate folder :)
     
  5. Gladwin

    Gladwin MDL Member

    Dec 20, 2012
    233
    111
    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...
  6. RicaNeaga

    RicaNeaga MDL Senior Member

    Apr 25, 2011
    252
    451
    10
    vabbodi already mentioned this. See below. :)

     
  7. Gladwin

    Gladwin MDL Member

    Dec 20, 2012
    233
    111
    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...
  8. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    With Windows 7, I integrate the KB2757588 and KB2561821-v2 to boot.wim (EFI)
     
  9. Gladwin

    Gladwin MDL Member

    Dec 20, 2012
    233
    111
    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...
  10. 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.
     
  11. 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?
     
  12. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    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.
     
  13. 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.
     
  14. Gladwin

    Gladwin MDL Member

    Dec 20, 2012
    233
    111
    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...
  15. pegasus80

    pegasus80 MDL Senior Member

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,817
    340
    kb2914680..
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,817
    340
    2014/01/25

    Added:
    2895312 (IIS)

    Removed:
    2597665-v3 (IIS)
    2483564-v2-x64