Using BDD and Security Patches

G

Guest

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
 
J

Johan Loos

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top