Slipstreaming

PBComputer

Well-Known Member
Reaction score
538
Location
Carlisle, Cumbria, UK
Hi

Sorry for all the posts I'm trying to clear my todo list at the moment.

I have being trying to slipstream updates into a Windows 7,8.1 iso but everything I have tried has failed does anyone have any tips on how do to do it,
 
DISM.exe

An easy way to do this and I think there is some blog or article on it if you do some google searching... But lets say you want to take a WIM file of Win 7 Pro and update it with all the latest and greatest windows updates. Apply your WIM to a system, boot it up and run windows updates until the thing has no more updates left to install. Connect the machine to your network. Meanwhile on another PC where the original WIM is stored (connected to the same network) you can use DISM.exe to basically point to the \\updatedpc\C$\windows\softwaredis..\download\ directory as the directory containing your updates and it will dump all the updates into your WIM. You'll have to google for the exact method of running dism.exe to do this because I don't recall off the top of my head.

If you have many WIM files that need managing and frequent offline servicing you should look into Microsoft System Center.
 
Back
Top