thanks for the information , and may i ask the KB2483564-v2 is complete superseded or not complete superseded ? thanks for the information ~
has any know which hotfix / update need to be integrated to WinRE.wim and boot.wim for windows 7 or windows 8.1 ?
thanks for windows 7 boot.wim , for WinRe.wim ? is has any important hotfix or update need to be integrated ?
What are these folders: Platform Platform Updates Without Platform What are they? What's the difference? What's applicable for offline integration?
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.
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.
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.
Come again? drivers you main the standard .inf drivers? or the system's drivers in some updates packages?
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