Hi Mitch,
Here is the procedure: Slipstreaming Vista Updates with an image This procedure explains how to include Vista updates into an image file. First, download the required .msu or .cab files to a temporary location.
From the temporary location, extract the .msu files into cabinet files: Expand –f:* filename.msu c:\temp
Create or select a distribution point using SIM. From the Tools menu, select Import Packages. Right click on security updates and select Add to answer file. Save answer file as patch.xml.
Mounting the image: Imagex /mountrw e:\images\viim.wim 1 e:\mount
Slipstream the required security updates into the image file: Start /w pkgmgr /o:â€e:\mount;e:\mount\windows†/n:e:\distribution\updates\patch.xml /l:e:\patchlog.txt
Save the changes: Imagex /unmount /commit e:\mount
regards Johan Loos "MitchW" <MitchW[ at ]discussions.microsoft.com> wrote in message news:3EA2CB5F-7271-4A85-9B41-CB61EBAD81F1[ at ]microsoft.com...
[Quoted Text] > Hello, I am using BDD 2007 and I have a base image of Vista Enterprise. > Microsoft released yesterday some security patches that effect Vista and > Office. How can I "inject" those into my image without having to deploy > the > image, apply the patches, and then reimage. Can I do this in off-line > mode? > > thanks, > mitch
|