MSFN Forum: Regional Settings en-GB? - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Regional Settings en-GB? Rate Topic: -----

#1 User is offline   ballsup 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 16-November 03

Posted 19 November 2006 - 04:26 PM

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


#2 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,603
  • Joined: 04-December 03

Posted 20 November 2006 - 03:49 AM

Be careful to set UILanguage to English if your have RTM english.
For me, testing deployement with French keyboard I must use :

Quote

<component name="Microsoft-Windows-International-Core-WinPE" ...>
<InputLocale>040c:0000040c</InputLocale>
<SystemLocale>fr-FR</SystemLocale>
<UserLocale>fr-FR</UserLocale>
<UILanguage>en-US</UILanguage>
</component>


#3 User is offline   ballsup 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 16-November 03

Posted 20 November 2006 - 12:49 PM

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

#4 User is offline   forever0donotknowme 

  • Junior
  • Pip
  • Group: Members
  • Posts: 56
  • Joined: 29-May 12
  • OS:none specified
  • Country: Country Flag

Posted 10 September 2012 - 01:20 AM

i do not know location of autounattend.xml

please can any one to guide me where i can find this file

#5 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,670
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 10 September 2012 - 08:58 AM

View Postforever0donotknowme, on 10 September 2012 - 01:20 AM, said:

i do not know location of autounattend.xml

please can any one to guide me where i can find this file


:unsure:

You make the Autounattend.xml using WSIM.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy