I have a working windows deployment server set up on 2008 R2 which can image machines successfully with en-GB images of Windows 7 SP1.
However when I boot into the Install.WIM the Images are all listed as en-US. How do I get them to be listed as en-GB?
The language value is actually coded into each .wim file. it defaults with a new wim to
en-US
.You can use the
dism
tool in waik to set the language value on the wim image. Specifically the/Set-UILang
switch.Check out the following documentation page for more information:
http://technet.microsoft.com/en-us/library/dd744360(WS.10).aspx
I always deploy images in attend mode, using an unattend file with the image built in WAIK. Within the unattend there is a place to set location and language, as it would with an regular install. So from my experience it doesn't matter what the image is listed as on the image selection.
For example I use: For Timezone:
You can find all the various timezone formats here: http://technet.microsoft.com/en-us/library/cc749073%28WS.10%29.aspx
For locale and language: