Attempting to install Win 8.1 x64 Pro (no extra language packs)
Selected all English (United Kingdom) in Unattended tab.
This creates the output
However, at the start of the Setup, I am prompted to choose the languages, whereby only English (United States) is permitted as the top Language to Install option.
If I change the autounattend.xml file, second UILanguage element, to be en-US then it works.
Possibly longstanding bug - also happended with v1.13 (tried with older version)
Many thanks
Fixed in v 1.18
Selected all English (United Kingdom) in Unattended tab.
This creates the output
Code:
<SetupUILanguage>
<UILanguage>en-GB</UILanguage>
</SetupUILanguage>
<UILanguage>en-GB</UILanguage>
<UserLocale>en-GB</UserLocale>
<SystemLocale>en-GB</SystemLocale>
<InputLocale>0809:00000809</InputLocale>
However, at the start of the Setup, I am prompted to choose the languages, whereby only English (United States) is permitted as the top Language to Install option.
If I change the autounattend.xml file, second UILanguage element, to be en-US then it works.
Code:
<SetupUILanguage>
<UILanguage>en-GB</UILanguage>
</SetupUILanguage>
<UILanguage>en-US</UILanguage>
<UserLocale>en-GB</UserLocale>
<SystemLocale>en-GB</SystemLocale>
<InputLocale>0809:00000809</InputLocale>
Possibly longstanding bug - also happended with v1.13 (tried with older version)
Many thanks
Fixed in v 1.18