Gentlemen, I'm an IT Network Administration student, and I have an assignment to make a completely unattended installation including making a 5GB partition, formatting it, and installing windows-xp. At first I took the approach of creating a .sif file with my settings, and then writing a batch file for the autoexec.bat to call on that would make the partition, reboot, format the partition, reboot and then initalize smartdrv and winnt to begin the OS install. But now I've been reading about Windows PE and I downloaded the Automated Installation Kit that includes PE. I have an ISO of Windows XP Pro that I would like to integrate into PE and put in the proper commands in DiskPart to partition and format the hard drive to my needs. This is where I get a little confused. I'll break it down into my main questions to make it a little easier: 1.) I extracted WinPE into a directory on my C: drive using the PE command prompt that comes with AIK. I have my ISO of XP, but I don't know where to put it. My directory shows the ISO folder, the mount folder, etfsboot and winpe.wim. Where do I put the ISO of XP? 2.) Do I still need to make an answer file using setupmgr in the regular Windows XP unattended installation setup and somehow integrate it into my WinPE directory, or is there another way to add my OS settings now that I'm using Windows PE? 3.) How do I create the DiskPart script so that I can specify that I want to partition 5GB, make it primary, and format it? And where do I put this file in the Windows PE directory I made once I have created it? This project has been exhausting me, and any answers would be greatly appreciated.