Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

System Center Configuration Manager: User is prompted for language choice even though an unattend.xml file is supplied


View products that this article applies to.

Symptom

While deploying Windows 10 with ConfigMgr the user is prompted to choose a language, even though an unattend.xml file has been supplied to answer this wizard prompt.


The unattend.xml file was created using the Windows System Image Manager (WSIM) from the ADK and supplied in the field below:

temp1518103387127.png
 

Related Setupact.log entries:

YYYY-MM-DD hh:mm:ss, Info [MUIUNATTEND.EXE] Found unattend setting "UILanguage" with value: "%OSD_MUI_Default_Language%".
YYYY-MM-DD hh:mm:ss, Info [MUIUNATTEND.EXE] Found unattend setting "UILanguageFallback" with value: "en-us".
YYYY-MM-DD hh:mm:ss, Info [MUIUNATTEND.EXE] Found unattend setting "Systemlocale" with value: "%OSD_SystemLocale_Default%".
YYYY-MM-DD hh:mm:ss, Info [MUIUNATTEND.EXE] Found unattend setting "UserLocale" with value: "%OSD_UserLocaleDefault%".
YYYY-MM-DD hh:mm:ss, Info [MUIUNATTEND.EXE] Found unattend setting "InputLocale" with value: "%OSD_SystemLocale_Default%".

↑ Back to the top


Cause

This is due to a known issue that happens while processing a line in the custom unattend.xml, which leads to task sequence variable values not being properly set. As a result, in this example, the desired default language was not properly set.

↑ Back to the top


Resolution

To prevent his from happening, remove the following line from the unattend.xml:
<cpi:offlineImage cpi:source="wim:path-to-windows-image.wim#Windows" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

Removing the above tag has no impact on the deployment.

↑ Back to the top


More Information

The reference to the offline image is added by default by WSIM to track which Windows Image was used for creating the unattend.xml file.

How to Upgrade Windows Clients with Multiple Languages installed to Windows 10

↑ Back to the top


Keywords: configmgr, servicing, windows 10, kbContentAuto, kbTFSImage, CI75645

↑ Back to the top

Article Info
Article ID : 4088140
Revision : 15
Created on : 2/15/2018
Published on : 6/1/2018
Exists online : False
Views : 624