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
    Nice pun :)
     
  2. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    I have Windows 7 ;)
    Is to integrate IE and 2 hotfix in GDR
     
  3. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    LOL, it's thinking, reading and writing that I have a problem with-all else is fair to good. :biggrin:
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,809
    340
    #9164 abbodi1406, Mar 25, 2014
    Last edited by a moderator: Apr 20, 2017
    Put the updates you want to integrate in GDR mode in the folder d:\Offline\GDR, then simply point the command to the folder path:
    Code:
    dism /image:d:\Offline\Mount /add-package /packagepath:d:\Offline\GDR
     
  5. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    #9165 tistou77, Mar 25, 2014
    Last edited by a moderator: Apr 20, 2017
    Thanks abbodi :)

    It's good with this batch

    Code:
    @echo off
    
    dism /image:d:\M7W\Mount /add-package /packagepath:d:\M7W\GDR\Windows6.1-KB2685811-x64.msu
    dism /image:d:\M7W\Mount /add-package /packagepath:d:\M7W\GDR\Windows6.1-KB2685813-x64.msu
    
    PAUSE
    But with this, it's good too?

    Code:
    @echo off
    
    dism /image:d:\M7W\Mount /add-package /packagepath:d:\M7W\GDR
    
    PAUSE
    Thanks :)
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,809
    340
    Yes, it's good with both :)
     
  7. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    Thanks abbodi :)
     
  8. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    311
    10
    #9168 compstuff, Mar 25, 2014
    Last edited by a moderator: Apr 20, 2017
    Thanks that was crystal clear!

    What is the correct command that will do just LDR?
    dism /image:D:\Offline\Mount /add-package /packagepath:D:\Offline\LDR /update-bf.mum ???

     
  9. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    You have to extract each hotfix and point to the update-bf.mum file in with the extracted files (KUC or burfadel CMD's will do this)
     
  10. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    I use this batch for the "LDR"

    View attachment 27775

    :)
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,809
    340
    This KUC's script is a bit old and it installs each LDR update alone, thus slow
    New generated KUC's script can handle a group together
     
  12. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    311
    10
    Are you referencing BAPT's LDR post?
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,809
    340
  14. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    311
    10
    Windows Identity Foundation

    Is WIF only needed for developers? Wondering if I really need to install this or not...
     
  15. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    it's the script of SoLoR :)

    There is a new script to install only "LDR" and which will be faster?
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,809
    340
    Right :)
    yes, use KUC
     
  17. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    I don't use KUC to integrate hotfix but just a script.
    Can I use the script of KUC but without using KUC?

    Thanks
     
  18. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    311
    10
    Yes I do it all the time :)