UK Regional settings not applying

R

RL

Hi,

I'm using a third party product called Altiris Deployment Solution to
rollout an unattended version of Windows XP SP2.

The source CD is a Volume Licensed CD from Microsoft, with SP2
slipstreamed.

For the life of me I can't seem to set the Regional settings to UK. -
EVERYTHING is still set to US!

I haven't tried an unattended install without using Altiris as yet,
but thought I'd post my unattended.txt file before going down the full
Microsoft route. - Does this look okay to you guys?

Any help would be appreciated.

My UNATTENDED.TXT file...

[Unattended]
UnattendSwitch=Yes
FileSystem=ConvertNTFS
OemPreinstall=No
TargetPath="\Windows"
Win9xUpgrade=No
NtUpgrade=No
OEMSkipEula=Yes
DriverSigningPolicy=Ignore
ExtendOemPartition=1
UnattendMode=FullUnattended
KeyboardLayout="United Kingdom"

[GUIUnattended]
AdminPassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1

[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
ComputerName="xxxxx"
OrgName="xxxxxxxxxxxxxxx"
FullName="xxxxxxxxxxxxx"

[TapiLocation]
AreaCode=020
Dialing=Tone
CountryCode=44

[RegionalSettings]
InputLocale=0809:00000809
InputLocale_DefaultUser=0809:00000809
UserLocale=00000809
UserLocal_DefaultUser=00000809
SystemLocale=00000809
Language=00000809
LanguageGroup=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17

[Identification]
JoinWorkgroup="Workgroup"

[Networking]
InstallDefaultComponents=YES

[Display]
YResolution=768
XResolution=1024
BitsPerPel=16
VRefresh=75

[Components]
msmsgs=off
msnexplr=off
freecell=off
hearts=off
minesweeper=off
pinball=off
solitaire=off
spider=off
zonegames=off
Deskpaper=off
Mousepoint=off
OEAccess=off
Beacon=off

[NetOptionalComponents]
Beacon=0

[WindowsFirewall]
Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode=0

[GUIRunOnce]
 
O

Oli Restorick [MVP]

The following should be all that's necessary (in addition to the
KeyboardLayout option in [Unattended]).

[RegionalSettings]
LanguageGroup=1
Language=00000809
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809

I'm wondering if that LanguageGroup string of yours is causing a problem.

Regards

Oli
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top