Set Regional to UK in RIS

  • Thread starter Thread starter Chris Dove
  • Start date Start date
C

Chris Dove

Is it possible to set the language to UK and not US when rolling XP using
RIS..

I created a .sif file using setupmgr.exe and then ran riprep.exe. The image
was originially UK but the new image comes as US.

Do i need to add a string to either of these .sif files and which one of the
two is used?

TIA

Chris
 
Hi

Add the below into the appropriate place in the .sif file.

[Unattended]
KeyboardLayout = "United Kingdom"

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

Regards

M
 
Thanks for this. Does it matter where Regional settings is located?

Should I be adding this to the ripref.sif or the remboot.sif ?

Thanks again

Chris

huff-n-puff said:
Hi

Add the below into the appropriate place in the .sif file.

[Unattended]
KeyboardLayout = "United Kingdom"

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

Regards

M

Chris Dove said:
Is it possible to set the language to UK and not US when rolling XP using
RIS..

I created a .sif file using setupmgr.exe and then ran riprep.exe. The
image
was originially UK but the new image comes as US.

Do i need to add a string to either of these .sif files and which one of
the
two is used?

TIA

Chris
 
That worked great thanks!

One more quick thing. Can i remove the US settings ?

Thanks again

Chris

Chris Dove said:
Thanks for this. Does it matter where Regional settings is located?

Should I be adding this to the ripref.sif or the remboot.sif ?

Thanks again

Chris

huff-n-puff said:
Hi

Add the below into the appropriate place in the .sif file.

[Unattended]
KeyboardLayout = "United Kingdom"

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

Regards

M

Chris Dove said:
Is it possible to set the language to UK and not US when rolling XP
using
RIS..

I created a .sif file using setupmgr.exe and then ran riprep.exe. The
image
was originially UK but the new image comes as US.

Do i need to add a string to either of these .sif files and which one of
the
two is used?

TIA

Chris
 
Hi
=?Utf-8?B?aHVmZi1uLXB1ZmY=?=

thanks fro ur share. u stated
[Unattended]
KeyboardLayout = "United Kingdom"

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

that is for only UK language and keyboard setting, and working fine. But I question is for US language and keyboard setting.

Help me please.

thanks in advance.
 
Back
Top