Windows 7 Hotfix repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Yes, it's good with both :)
     
  2. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    Thanks abbodi :)
     
  3. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
    #9163 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 ???

     
  4. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,026
    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)
     
  5. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    I use this batch for the "LDR"

    View attachment 27775

    :)
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    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
     
  7. compstuff

    compstuff MDL Senior Member

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
  9. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
    Windows Identity Foundation

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

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    it's the script of SoLoR :)

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Right :)
    yes, use KUC
     
  12. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    I don't use KUC to integrate hotfix but just a script.
    Can I use the script of KUC but without using KUC?

    Thanks
     
  13. compstuff

    compstuff MDL Senior Member

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

     
  14. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    You could give me this script?

    Thanks :)
     
  15. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    I tried with the script of KUC (update_LDR), changed "Work_Folder", "set Option", etc... at the beginning of the script
    But it doesn't work... :(
     
  16. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
    Bapt... sorry for the delayed response... pulled an all-nighter at work so pretty tied up... anyway the way I do it is I create the "wu" folder structure and then I can run "update" which runs both his GDR/LDR scripts or I run each separately... I have been doing this more and more lately for both online and offline images. Is that how you tried it?

     
  17. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    No worries :)

    I tested with an Offline Image (mounted with Gimagex) as I do with the script of SoLoR
    But it doesn't work (problem "dir" or probably other)
    Image mounted in the "Mount" folder and all hotfixes are in the "Update" folder with the script

    I integrate only hotfix in "LDR" None in "GDR" (except 2 hotfix integrated but separately)

    The scrip of KUC should work with the KUC folder, I think
    If someone could give me a script based on that of KUC but I can use like that of Solor

    Thanks so much :)