Getting Hotfixes Onto A Windows Image the Easy (and Free) Way
In his September newsletter, Mark Minasi explains how you can apply hotfixes to a WIM directly.In brief, you need to:I'll offer a set of step-by-steps that you can use to put a hotfix onto a WIM without having to first apply it to a machine.
* Download each month’s patches
* Expand them into their .msu package files, using the Windows expand command
* Mount the WIM that needs the hotfix to a folder, using ImageX's /mountrw command
* Run the peimg command (which you'll find in the Windows Automated Installation Toolkit) twice on the .msu files
* Unmount the image with ImageX /commit /unmount
(continue at source)








