My AutoUnattended.xml (shouldn't be case sensitive right?) is placed in the root directory of my USB harddisk where the follow files/folder resides: boot, efi, sources, support, upgrade, autorun.inf, bootmgr, bootmgr.efi, MediaMeta.xml, setup.exe. Thing is, as soon as it boots off the usb hdd, I arrive at Language to install, English, time currency english.. and you know the rest - the very initial GUI screen of a normal setup. I hope I've explained clear.
So, what exactly am I doing wrong. Believe me, I've tried many AutoUnattend.xml samples, I just thought.. I could slim it down to below since I was having issues and work from there.
<?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>en-US</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> <cpi:offlineImage cpi:source="catalog:f:/sources/install_windows 7 ultimate.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
Many thanks!!
This post has been edited by biatche: 13 November 2009 - 11:47 PM



Help

Back to top











