ballsup Posted November 19, 2006 Posted November 19, 2006 My current autounattend.xml displays the Language dialogue:- <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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>00000809</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <SystemLocale>00000809</SystemLocale> <UILanguage>00000809</UILanguage> <UserLocale>00000809</UserLocale> </component>I have also tried the following with the same result :- <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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-GB</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UserLocale>en-GB</UserLocale> </component>however using the following installs the UK keyboard but still has US settings and US keyboard.:- <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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>THis is using Vista Enterprise RTM and BDD2007 RTM Thanks
Sonic Posted November 20, 2006 Posted November 20, 2006 Be careful to set UILanguage to English if your have RTM english.For me, testing deployement with French keyboard I must use :<component name="Microsoft-Windows-International-Core-WinPE" ...> <InputLocale>040c:0000040c</InputLocale> <SystemLocale>fr-FR</SystemLocale> <UserLocale>fr-FR</UserLocale> <UILanguage>en-US</UILanguage> </component>
ballsup Posted November 20, 2006 Author Posted November 20, 2006 Excellent work now it works a treat using :- <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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>0809:00000809</InputLocale> <SystemLocale>en-UK</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-UK</UserLocale> </component>Many Thanks
forever0donotknowme Posted September 10, 2012 Posted September 10, 2012 i do not know location of autounattend.xml please can any one to guide me where i can find this file
Tripredacus Posted September 10, 2012 Posted September 10, 2012 i do not know location of autounattend.xml please can any one to guide me where i can find this file You make the Autounattend.xml using WSIM.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now