Helping people with computers... one answer at a time.
I found myself in need of a real Windows XP + SP3 installation CD. I'll walk you through the process to create one from a pre-SP3 installation CD.
If you run Windows XP, it's very likely that you have a Windows XP SP2 CD, which has Windows XP with SP2 already applied. You may even have an original Windows XP CD with no service packs applied at all.
What you want is a single Windows XP SP3 installation CD. It can be handy to satisfy the system file checker, and it can save steps if you find yourself reinstalling Windows XP from scratch.
Fortunately, you can make one.
But we are going to get just a little geeky.
•
First, here's what you'll need:
Your Original Windows XP installation media, or the original installation files (often the infamous "C:\I386" folder), or the reinstallation files as part of a recover partition. If you do not have your original installation media or files you cannot create a Windows setup CD.
The Windows XP SP3 Network Installation Package - currently a 314MB download.
A Windows XP Boot Sector. This can be extracted from your CD or CD image, but is most easily simply downloaded from the NU2 download page: wxp10.zip
A CD burner and burning tool such as ImgBurn which I'll use in the examples below.
A blank CD.
About 1.5 gigabytes of free space on a hard drive.
A willingness to work in the Windows Command line interface.
I'm going to dive right into the Windows Command Prompt for most of this work.
First we need a folder in which to work. I'll create one called "SLIPSTREAMWORK" (my typed-in commands are in bold blue):
We've created and made C:\SLIPSTREAMWORK our current directory or folder.
From the download wxp10.zip we only need one file, w2ksect.bin, and that file must be placed in the root of your C: drive. I'll use 7-Zip to extract the file from the "zip" container (which is in "C:\t") and then move it to the root:
The "rd" command at the end is a quick way to empty the working directory of anything left behind by the zip extraction. As long as the folder is empty when done, you can ignore the warning message.
Finally, we need to copy over the contents of our original Windows XP installation CD. I'm going to assume that I have my actual original Windows XP disc in drive E:, so I would do the following:
This'll take a little while as the entire contents of the CD are copied to your hard drive.
The network install of SP3 that you downloaded earlier is actually an executable file. We run that file (which in my case I also downloaded to C:\t) with a special parameter:
The program will first extract all of its files into a temporary folder:

Then the program will update your Windows XP image:

And when it's done, you have an updated Windows XP with SP3:

Now we just need to make a CD out of that. (You can delete the temporary folders created by the SP3 extraction at this point if you like.)
As I said earlier, I'll be using ImgBurn for this example.
Right-click on this link and download this file to a location on your machine: HTHSP3.IBB. That's an ImgBurn project file with the settings needed to burn our work to CD. If you've used the default folder C:\SLIPSTREAMWORK as I have above, and you've placed w2ksect.bin in C:\ then you can use this file as-is. Just File->Open Project in ImgBurn. If you've used other locations or filenames, you can edit the project file in a text editor before loading it into ImgBurn.
Now, burn the resulting project to a CD.

When done, you should now have a bootable, Windows XP + SP3 installation CD.
(There are actually several other SP3 slipstreaming instructions out on the web. A tip of the hat to How To Haven for their summary which I found the most comprehensive of the batch.)
Article C4351 - June 23, 2010 « »
July 24, 2010 1:10 PM
Above, where it reads "The network install of SP2 that you downloaded earlier is actually an executable file.", did you mean to write "SP3" ??
25-Jul-2010
September 30, 2010 4:47 AM
Hi Leo,
I tried it myself too. However, when the SP3 file had to be slipstreamed in the slipstreamwork directory, I got a message that it was not succesfull as the language type or platform for the destination directory and Service Pack 3 must be the same.
What have i done wrong? Maybe because I am living in The Netherlands that I got a 'wrong' file?
Your advise will be appreciated.
thanks.
January 16, 2011 10:11 PM
I have several PC's using XP at home. With one PC I successfully made a bootable install CD. With the next PC I tried, the I386 was large enough (900+ MB) that the slipstreamed result would not fit on a CD. I tried to burn to DVD but that didn't seem to work. Am I missing a step or option? Thanks!
March 12, 2011 7:51 PM
Leo, I get most of the way through the "integrate" process running on a local hard drive of a PC running XP Pro, but after it copies all of the files to the temporary directory, I receive a Setup error message that reads:
FAILED TO COPY SOME OR ALL OF THE FILES NECESSARY FOR INTEGRATED INSTALL.
Please check that:
a) No network or copy error occurred during the integration process.
b) The format of the destination directory is correct.
The files to be integrated MUST reside in an i386 and/or ia64 or nec98 directory (i.e. for an i386 share, if you typed "update /s:c:\cdshare", the files must be in the c:\cdshare\i386 directory
Any thoughts or suggestions on this would be appreciated. Thanks!
December 16, 2011 4:45 AM
Hi Leo, will this procedure work in this situation. The hard disk on my old laptop running XP Pro SP3 has gone belly-up and I have just obtained a replacement HD.
I have the original XP Pro SP1 CD.
I have a new laptop running Windows 7 64-bit.
Can I create the slipstreamed XP SP3 CD on my new laptop?
16-Dec-2011
•
Comments on this entry are closed.
If you have a question, start by using the search box up at the top of the page - there's a very good chance that your question has already been answered on Ask Leo!.
If you don't find your answer, head out to http://askleo.com/ask to ask your question.