Jump to content


Master-VodaWagner

SCCM 1702 - MDT of Windows 10 Enterprise - en-US instead of GB

Recommended Posts

I have applied the MDT approach using this guide and accepted the standard unattend.xml settings etc

but when I want to select or install the GB language pack the install fails with error code: 0x80070002  <--- I cannot seem to find any additional log files to help with this error

 

My unattend.xml script is:

<?xml version="1.0" encoding="UTF-8"?>

-<unattend xmlns="urn:schemas-microsoft-com:unattend">


-<settings pass="oobeSystem">


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-International-Core">

<InputLocale>en-GB</InputLocale>

<SystemLocale>en-GB</SystemLocale>

<UILanguage>en-GB</UILanguage>

<UILanguageFallback>en-US</UILanguageFallback>

<UserLocale>en-GB</UserLocale>

</component>


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation">

<HKLMProxyEnable>true</HKLMProxyEnable>

<HKLMProxyServer>IP:PORT</HKLMProxyServer>

</component>


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Shell-Setup">


-<OEMInformation>

<Manufacturer>ORGNAME</Manufacturer>

<SupportHours>0900-1700</SupportHours>

<SupportPhone>NUMBER</SupportPhone>

</OEMInformation>


-<OOBE>

<ProtectYourPC>1</ProtectYourPC>

<HideEULAPage>true</HideEULAPage>

<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

<HideOnlineAccountScreens>true</HideOnlineAccountScreens>

<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>

<HideLocalAccountScreen>true</HideLocalAccountScreen>

</OOBE>

</component>

</settings>


-<settings pass="windowsPE">


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Setup">


-<UserData>


-<ProductKey>

<WillShowUI>OnError</WillShowUI>

<Key>KEY</Key>

</ProductKey>

<AcceptEula>true</AcceptEula>

<FullName>ORGNAME</FullName>

<Organization>ORGNAME</Organization>

</UserData>

</component>

</settings>

<cpi:offlineImage xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source="wim://<SERVERFQDN>/install_files/install.wim#Windows 10 Enterprise"/>

</unattend>

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.