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
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
Thanks that was crystal clear! What is the correct command that will do just LDR? dism /image:\Offline\Mount /add-package /packagepath:\Offline\LDR /update-bf.mum ???
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)
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
Windows Identity Foundation Is WIF only needed for developers? Wondering if I really need to install this or not...
I don't use KUC to integrate hotfix but just a script. Can I use the script of KUC but without using KUC? Thanks