I have followed the guide and I am having a problem creating a bootable cd that will allow me to do an unattended install. I went ahead and created a folder on my D: drive. D:\W2kpro I then went ahead and copied the contents from my win2kcd to this folder. I then went ahead and created an image file and named it winnt.sif and placed it in the folder. D:\W2kpro\I386\winnt.sif I then created a batch file to tell the cd to use the winnt.sif file. D:\W2kpro\I386\winnt.bat The bat file consists of this. @rem SetupMgrTag @echo off set AnswerFile=.\winnt.sif set SetupFiles=.\i386 .\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang I then went ahead and slipstreamed the SP4. SP4.exe -s:d:\w2kpro I then went ahead and used bcd to create my bootable disk. I checked the files after the burning process completed and all are on the cd and it is a bootable cd. Nevermind. It looks like it is working. I thought the partitioning and the formatting was done unattended as well. I must have not added those parameters to my answer file. Thanks anyhow.