Hi
I am running WDS in Windows Server 2008 R2. I have created an WDS Client answer file to automated first screen (UI Language/Locale page) and disk partitioning. However, I still get the first UI Language/Locale selection page. automated disk configuration works just fine.
I have further noticed that if I include <Login> section and automated user/password/domain portion, it doesn't display UI Language/Local page!
I just want to see the Login page and Image selection page.
Here is a copy of my current wdsClientUnattend.xml file:
<?xml version="1.0" ?><unattendxmlns="urn:schemas-microsoft-com:unattend"><settingspass="windowsPE"><componentname="Microsoft-Windows-Setup"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"processorArchitecture="amd64"><WindowsDeploymentServices><ImageSelection><WillShowUI>OnError</WillShowUI><InstallTo><DiskID>0</DiskID><PartitionID>1</PartitionID></InstallTo></ImageSelection></WindowsDeploymentServices><DiskConfiguration><WillShowUI>OnError</WillShowUI><Disk><DiskID>0</DiskID><WillWipeDisk>true</WillWipeDisk><CreatePartitions><CreatePartition><Order>1</Order><Type>Primary</Type><extend>true</extend></CreatePartition></CreatePartitions></Disk></DiskConfiguration></component><componentname="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></settings></unattend>
Thanks in advance!
uc
cheers..uc