I’m creating a Windows installation with NTLite and an autounattend.xml file.
I want the setup language and regional settings to be Swedish (sv-SE), but during installation Windows still prompts me with the “Language to install” screen at the very beginning.
In my XML I already have these sections:
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE">
<InputLocale>041d:0000041d</InputLocale>
<SystemLocale>sv-SE</SystemLocale>
<UILanguage>sv-SE</UILanguage>
<UILanguageFallback>sv-SE</UILanguageFallback>
<UserLocale>sv-SE</UserLocale>
<SetupUILanguage>
<UILanguage>sv-SE</UILanguage>
</SetupUILanguage>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core">
<InputLocale>041d:0000041d</InputLocale>
<SystemLocale>sv-SE</SystemLocale>
<UILanguage>sv-SE</UILanguage>
<UILanguageFallback>sv-SE</UILanguageFallback>
<UserLocale>sv-SE</UserLocale>
</component>
</settings>
But Windows Setup still doesn’t skip the “Language to install” page. What am I missing? Do I need additional components or attributes
Thanks
I want the setup language and regional settings to be Swedish (sv-SE), but during installation Windows still prompts me with the “Language to install” screen at the very beginning.
In my XML I already have these sections:
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE">
<InputLocale>041d:0000041d</InputLocale>
<SystemLocale>sv-SE</SystemLocale>
<UILanguage>sv-SE</UILanguage>
<UILanguageFallback>sv-SE</UILanguageFallback>
<UserLocale>sv-SE</UserLocale>
<SetupUILanguage>
<UILanguage>sv-SE</UILanguage>
</SetupUILanguage>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core">
<InputLocale>041d:0000041d</InputLocale>
<SystemLocale>sv-SE</SystemLocale>
<UILanguage>sv-SE</UILanguage>
<UILanguageFallback>sv-SE</UILanguageFallback>
<UserLocale>sv-SE</UserLocale>
</component>
</settings>
But Windows Setup still doesn’t skip the “Language to install” page. What am I missing? Do I need additional components or attributes
Thanks

