McoreD Posted June 7, 2009 Posted June 7, 2009 Hi Guys, Could you please give me some XML examples that customize the date format and Language.Basically I want to have it like this after Windows is finished installing: Thanks, McoreD
McoreD Posted June 7, 2009 Author Posted June 7, 2009 (edited) From ISO 3166-1 : http://www.iso.org/iso/english_country_nam...d_code_elementsThis should cover Location and Language: <InputLocale>en-AU</InputLocale><SystemLocale>en-AU</SystemLocale> <UILanguage>en-AU</UILanguage> <UserLocale>en-AU</UserLocale> Edited June 7, 2009 by McoreD
MAVERICKS CHOICE Posted June 7, 2009 Posted June 7, 2009 I have also tried that in all available passes however always defaults to en-US?Hope you track that one down.
urie Posted June 7, 2009 Posted June 7, 2009 I have this for uk <settings pass="windowsPE"> <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>
McoreD Posted June 7, 2009 Author Posted June 7, 2009 Thanks. After a bit more googling I found the Input Locale for AU. I don't know if <InputLocale>0c09:00000409</InputLocale> is the same as <InputLocale>en-AU</InputLocale>, anyways: <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>0c09:00000409</InputLocale> <SystemLocale>en-AU</SystemLocale> <UILanguage>en-AU</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-AU</UserLocale> </component>How to customize Date and Time format is still undetermined. Anybody have a clue?
ajua Posted June 14, 2009 Posted June 14, 2009 For Inout locale i had to use <InputLocale>0001042f</InputLocale> because <InputLocale>es-ES</InputLocale> or even <InputLocale>es-MX</InputLocale> never worked for me since Vista came out.For the other regional settings maybe you can use registry tweaks or read the WAIK docs. I remember seeing some info there but i'm not sure as to what extent you can modify date and time formats.
MAVERICKS CHOICE Posted June 14, 2009 Posted June 14, 2009 I do agree something that was not overcome since Vistas inception I'm now to believe. Like McoreD I have used every combination available in the passes to get the Au to work. Always falls back to en-US.
ajua Posted June 15, 2009 Posted June 15, 2009 Maybe trying to not set the fallback language to <UILanguageFallback>en-US</UILanguageFallback> gets yours to work.Just leave it empty in WAIK or delete in the XML file.My input works even in Windows 7 XML file, but I'm trying to set the TAPI settings from the XML file but I get an error that they can't be set and the installation aborts.
McoreD Posted June 22, 2009 Author Posted June 22, 2009 Everything went fine for last night's install: <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>0c09:00000409</InputLocale> <SystemLocale>en-AU</SystemLocale> <UILanguage>en-AU</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-AU</UserLocale> </component>except the Date Formats. These, I still have to do manually:yyyy-MM-ddHH:mm:ssAre there any Autounattend.xml settings for these? I went through the WAIK's Help file but didn't see anything. So I guess there can be a registry hack for it.
saraoxford Posted July 2, 2013 Posted July 2, 2013 Hello McoreD,Did you find any way to define date and time format in Unattended.XML file (answer file)? If not, how did you over come this?Thank youRegards,Saravanan
Tripredacus Posted July 2, 2013 Posted July 2, 2013 It is not an option in Autounattend.xml, but you can still script it. If you have in your FirstLogonCommands, you can use intl.cpl and an XML file to set the date format. Here's an example of the XML itself:http://blogs.msdn.com/b/michkap/archive/2006/05/30/610505.aspxHere's two other pages that might help:http://technet.microsoft.com/en-us/library/cc721887%28v=ws.10%29.aspxhttp://msdn.microsoft.com/en-ie/goglobal/bb964650%28en-us%29.aspx
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now