Jump to content

darkovo

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by darkovo

  1. The documentation I have doesn't list en-GB as an option for that, which is probably why people have a problem using it. The only English option is en-US. Language Pack Default Values It appears that en-GB is a valid value for all the other locale settings except UILanguage. You may need to do a reg key to make the change you need during FirstLogonCommands or SetupComplete.cmd. Thanks for the reply, ok I will play around with editing to the following: <UILanguage>en-US</UILanguage> <InputLocale>2057:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> And if still an issue will change to the <UILanguage>en-GB</UILanguage> parameter. My issue might be down to the InputLocale, digging around I found it should be <InputLocale>2057:00000809</InputLocale> and not my previously documented <InputLocale>0809:00000809</InputLocale>.
  2. Sorry to resurrect this post, but I am having a similar issue and can't find a solution. The deployed Windows 7 32-bit image is UK time/date/region, all looks fine but the short date format is set to US, this is a problem with some software we use called Ingres, it picks up the short date as a parameter and errors if incorrect format is used. Within the registry it is set to region 409 (US) within "HKCU\Control Panel\International\locale=00000409" UK details are in our unattend as follows, please check for any mistakes: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364exx" 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-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UserLocale>en-GB</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim://work/osd/ref/win7capture.wim#1" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> I'm not sure if <UILanguage>en-US</UILanguage> should or can be changed to <UILanguage>en-GB</UILanguage>, I've read quite a bit and some people have problems changing that option. We are deploying via SCCM and using a WIM file. If any help can be shed on this I will be grateful. Thanks
  3. I have a the same issue with New Hardware Found message and have never used AutoIT so will have a look but has this been introduced by a new patch to XP? I can't remember it coming up last year!! Maybe cause I was using XP SP1 as my main test bed and finally moved up to XP SP2. Anyone know if it is a patch, so I could install this patch/set of patches after the drivers have installed!!!
  4. All references to adding the switches say "win32setup.exe /noqp" etc, where is the win32setup.exe - all I have been able to get is the setup.exe and the switches don't work on this!!
×
×
  • Create New...