Has anyone managed to install Vista using a unattend.xml? I've created all sorts of unattend.xml files using the WSIM tool from the Feb CTP but none of them seem to work. I'm not having any problems capturing, modifying or applying sypreped wims to new systems but when the minisetup runs (at least that's what we called it in WinXP) it always prompts me for the information I put in the unattend.xml. e.g. Product Key, Org Name, etc..etc...It never takes any of the settings in the unattend.xml. Either I'm not putting the xml file in the right place, I'm not creating it properly or the unattend function isn't working yet with any of the builds 5308 and greater. I've even tried the floppy method where you copy the unattend.xml file to a floppy, rename it to autounattend.xml and use the original Vista boot DVD. Here is the way I am testing the unattend install: 1. Installing Vista on a GX620 (My Master computer) using build 5365. 2. Install the WAIK from the Feb CTP and any other apps or tools you would like on your Master computer. 3. Run the WSIM tool to build a simple unattend.xml. 4. Copy the unattend.xml file to the c:\windows\system32\sysprep folder. 5. Make a shortcut of c:\windows\system32\sysprep\sysprep.exe. 6. Add /generalize /oobe /shutdown /unattend:unattend.xml to the shortcut target properties. e.g. c:\windows\system32\sysprep\syspre.exe /generalize /oobe /shutdown /unattend:unattend.xml 7. Right click on the Sysprep shortcut and "run as administrator". 8. Sysprep runs and the system shuts down. 9. Turn the system back on and watch the install process begin. (Mini-setup) In my case, the mini-setup starts prompting me to enter the same information that I entered when I first installed Vista. It never uses any of the settings in the unattend.xml I also setup a WDS server to perform an unattend install and although I am able to connect using PXE and successfully install the vista.wim on my systems, the unattend.xml never kicks in. If you've been successful at this, please explain in detail how you did it.