Jump to content


  • 0
king13p

UDI Task Sequence Unattend Issue

Question

Hello everyone,

 

I'm having an issue with a UDI Task Sequence. I'm using SCCM 2012 with MDT and Windows 7 X86 Enterprise.

 

Everything works fine up until Windows Installation Comes up. Then its asking me for my Language. See Attachment!

 

After I choose "My language is English" the setup continues perfectly. What am I missing from my unattend.xml file?

 

Thanks

 

 

post-10643-0-68605700-1386195080_thumb.png

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Also Here is my Unattend file

 

 

 

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

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

- <settings pass="windowsPE">

- <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">

- <Display>

<ColorDepth>16</ColorDepth>

<HorizontalResolution>1024</HorizontalResolution>

<RefreshRate>60</RefreshRate>

<VerticalResolution>768</VerticalResolution>

</Display>

- <ComplianceCheck>

<DisplayReport>OnError</DisplayReport>

</ComplianceCheck>

- <UserData>

<AcceptEula>true</AcceptEula>

- <ProductKey>

<Key />

</ProductKey>

</UserData>

</component>

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

- <SetupUILanguage>

<UILanguage>en-US</UILanguage>

</SetupUILanguage>

<InputLocale>en-US</InputLocale>

<SystemLocale>en-US</SystemLocale>

<UILanguage>en-US</UILanguage>

<UserLocale>en-US</UserLocale>

</component>

</settings>

- <settings pass="generalize">

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

<DoNotCleanTaskBar>true</DoNotCleanTaskBar>

</component>

</settings>

- <settings pass="specialize">

- <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">

- <Identification>

- <Credentials>

<Username />

<Domain />

<Password />

</Credentials>

<JoinDomain />

<JoinWorkgroup />

<MachineObjectOU />

</Identification>

</component>

- <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">

<ComputerName />

<ProductKey />

<RegisteredOrganization />

<RegisteredOwner />

<TimeZone />

<DoNotCleanTaskBar>true</DoNotCleanTaskBar>

</component>

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

<Home_Page>http://www.microsoft.com/</Home_Page>

<IEWelcomeMsg>false</IEWelcomeMsg>

</component>

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

- <RunSynchronous>

- <RunSynchronousCommand wcm:action="add">

<Description>EnableAdmin</Description>

<Order>1</Order>

<Path>cmd /c net user Administrator /active:yes</Path>

</RunSynchronousCommand>

- <RunSynchronousCommand wcm:action="add">

<Description>UnfilterAdministratorToken</Description>

<Order>2</Order>

<Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>

</RunSynchronousCommand>

- <RunSynchronousCommand wcm:action="add">

<Description>disable user account page</Description>

<Order>3</Order>

<Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path>

</RunSynchronousCommand>

</RunSynchronous>

</component>

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

<InputLocale>0409:00000409</InputLocale>

<SystemLocale>en-US</SystemLocale>

<UILanguage>en-US</UILanguage>

<UserLocale>en-US</UserLocale>

</component>

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

<TapiConfigured>0</TapiConfigured>

- <TapiUnattendLocation>

<AreaCode>""</AreaCode>

<CountryOrRegion>1</CountryOrRegion>

<LongDistanceAccess>9</LongDistanceAccess>

<OutsideAccess>9</OutsideAccess>

<PulseOrToneDialing>1</PulseOrToneDialing>

<DisableCallWaiting>""</DisableCallWaiting>

<InternationalCarrierCode>""</InternationalCarrierCode>

<LongDistanceCarrierCode>""</LongDistanceCarrierCode>

<Name>Default</Name>

</TapiUnattendLocation>

</component>

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

<DisableSR>1</DisableSR>

</component>

</settings>

- <settings pass="oobeSystem">

- <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">

- <UserAccounts>

- <AdministratorPassword>

<Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>

<PlainText>false</PlainText>

</AdministratorPassword>

</UserAccounts>

- <AutoLogon>

<Enabled>true</Enabled>

<Username>Administrator</Username>

<Domain>.</Domain>

- <Password>

<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>

<PlainText>false</PlainText>

</Password>

<LogonCount>999</LogonCount>

</AutoLogon>

- <Display>

<ColorDepth>32</ColorDepth>

<HorizontalResolution>1024</HorizontalResolution>

<RefreshRate>60</RefreshRate>

<VerticalResolution>768</VerticalResolution>

</Display>

- <FirstLogonCommands>

- <SynchronousCommand wcm:action="add">

<CommandLine>wscript.exe %SystemDrive%\LTIBootstrap.vbs</CommandLine>

<Description>Lite Touch new OS</Description>

<Order>1</Order>

</SynchronousCommand>

</FirstLogonCommands>

- <OOBE>

<HideEULAPage>true</HideEULAPage>

<NetworkLocation>Work</NetworkLocation>

<ProtectYourPC>1</ProtectYourPC>

</OOBE>

<RegisteredOrganization />

<RegisteredOwner />

<TimeZone />

</component>

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

<InputLocale>en-US</InputLocale>

<SystemLocale>en-US</SystemLocale>

<UILanguage>en-US</UILanguage>

<UserLocale>en-US</UserLocale>

</component>

</settings>

- <settings pass="offlineServicing">

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

- <DriverPaths>

- <PathAndCredentials wcm:keyValue="1" wcm:action="add">

<Path>\Drivers</Path>

</PathAndCredentials>

</DriverPaths>

</component>

</settings>

<cpi:offlineImage cpi:source="catalog://cmpxe01/osd$/capture/windows 7 enterprise/x86/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

Share this post


Link to post
Share on other sites

  • 0

Hi,

It is probably a combination of your variables from UDI and MDT, try changing it to:

<InputLocale>%Keyboardlocale%</InputLocale>
< SystemLocale>%UserLocale%</SystemLocale>
< UILanguage>%UILanguage%</UILanguage>
< UserLocale>%Userlocale%</UserLocale>

 

Naturally, just changing the above variable name won't work, but then I went ahead and changed the line that I was supposed to comment out in the UDIwizard.wsf from this:

 

oEnvironment.Item("UserLocale") = oEnvironment.Item("InputLocale")

to this:

oEnvironment.Item("UserLocale") = oEnvironment.Item("UserLocale")

 

have a look at the complete post here:

http://social.technet.microsoft.com/Forums/en-US/16570dfc-c11c-4049-9529-1a51c867afcd/mdt-2012-udi-language-problem?forum=mdt

 

 

Share this post


Link to post
Share on other sites

  • 0

Thanks for the reply, I tried commenting out the line and had no luck,

 

Its worth mentioning I am trying to do a UDI Wizard installation which is popping up at this point, however when I just install the same version just as a task sequence, it does not prompt me for a language.

 

Let me know if there are any files I should look at and upload. Thanks

Lenny

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
Answer this question...

×   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.