stuartluscombe Posted March 2, 2010 Posted March 2, 2010 I've been putting together a WDS setup for my department and I'm almost there except I keep getting locale/user/timezone prompts during the install of Windows 7. The main install finishes fine, then after updating settings/drivers etc. it reboots again and then the prompts are coming up.Despite trying all different combinations I can think of I still keep getting the prompts. I've also tried using DISM to change the locales in the wim file but they're still appearing. I've looked everywhere I can to find an answer to this but to no avail.Any help that people can give would be most appreciated as I've hit a brick wall...<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <WindowsDeploymentServices> <Login> <WillShowUI>OnError</WillShowUI> <Credentials> <Username>username</Username> <Domain>domain.local</Domain> <Password>password</Password> </Credentials> </Login> <ImageSelection> <WillShowUI>OnError</WillShowUI> <InstallImage> <ImageName>Windows 7 ENTERPRISE</ImageName> <ImageGroup>Windows 7 x86</ImageGroup> <Filename>Install.wim</Filename> </InstallImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo> </ImageSelection> </WindowsDeploymentServices> <DiskConfiguration> <Disk> <CreatePartitions> <CreatePartition> <Order>1</Order> <Size>200</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition> <Extend>true</Extend> <Order>2</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition> <Active>true</Active> <Format>NTFS</Format> <Label>System</Label> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition> <Format>NTFS</Format> <Label>Windows</Label> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> <UserData> <AcceptEula>true</AcceptEula> <FullName>User</FullName> <Organization>Organisation</Organization> </UserData> <EnableFirewall>false</EnableFirewall> <EnableNetwork>true</EnableNetwork> </component> <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <SetupUILanguage> <WillShowUI>OnError</WillShowUI> <UILanguage>en-US</UILanguage> </SetupUILanguage> <UILanguage>en-US</UILanguage> <InputLocale>0809:00000409</InputLocale> <SystemLocale>en-GB</SystemLocale> <UserLocale>en-GB</UserLocale> </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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeZone>GMT Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value>bgBtADQANgAxADkAOAAwAEEAZABtAGkAbgCpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>bQAzAGcQNAB0ADAAawB5ADAAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Description>User</Description> <DisplayName>User</DisplayName> <Name>User</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> </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>0809:00000809</InputLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-GB</SystemLocale> <UserLocale>en-GB</UserLocale> <UILanguageFallback></UILanguageFallback> </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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identification> <Credentials> <Domain>domain.local</Domain> <Password>password</Password> <Username>username</Username> </Credentials> <JoinDomain>domain.local</JoinDomain> <MachineObjectOU>cn=Computers,dc=domain,dc=local</MachineObjectOU> </Identification> </component> </settings> <cpi:offlineImage cpi:source="wim://sysadmin/users/public/documents/windows%207%20x86/custom/sources/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
ricktendo Posted March 2, 2010 Posted March 2, 2010 (edited) Have you tried filling or completely deleting <UILanguageFallback></UILanguageFallback> from your xml? Edited March 2, 2010 by ricktendo64
stuartluscombe Posted March 3, 2010 Author Posted March 3, 2010 Have you tried filling or completely deleting <UILanguageFallback></UILanguageFallback> from your xml?I just tried that, putting en-GB in there and also removing it altogether and I'm still getting the same result.
maxXPsoft Posted March 3, 2010 Posted March 3, 2010 (edited) Don't leave blank values like <UILanguageFallback></UILanguageFallback> just remove.If you have a floppy or usb drive then you can add this cmd file and when it crashes hit Shift+F10 and it opens cmd promptRun this file and it will copy the setupact.logYou can then use to sort your problem most likely.CopyLog.cmdcd /d %~dp0@ECHO OFFrobocopy %systemroot%\Panther\setupact.log /MIR %~dp0setupact.logrobocopy %WINDIR%\Setup\State\State.ini /MIR %~dp0State.iniECHO.PauseExitmine went all the way and was just 1.01mb so will fit on floppy Edited March 3, 2010 by maxXPsoft
stuartluscombe Posted March 9, 2010 Author Posted March 9, 2010 Have you tried filling or completely deleting <UILanguageFallback></UILanguageFallback> from your xml?I just tried that, putting en-GB in there and also removing it altogether and I'm still getting the same result. I'm still not having any luck with this, I've attached the setupact.log in the hope that someone can work this out...ThanksStuartsetupact.zip
maxXPsoft Posted March 11, 2010 Posted March 11, 2010 from your log it only shows en-us as only language in thereIBS CallBack_LanguagePack_Install:This is either a cross-architecture install, an assembled build or setup is running WDS, and no LPs were requested to be installed. Not installing any language packs.
stuartluscombe Posted March 12, 2010 Author Posted March 12, 2010 from your log it only shows en-us as only language in thereIBS CallBack_LanguagePack_Install:This is either a cross-architecture install, an assembled build or setup is running WDS, and no LPs were requested to be installed. Not installing any language packs.This setup is being run from WDS using a wim from our volume licence copy of Windows 7 Enterprise x86.The language I need is en-GB, which from my understanding isn't downloadable as a separate language pack. It is accessible from SIM though in the Packages section of my wim but adding it into my autounattend doesn't seem to make any difference. <servicing> <package action="configure" permanence="permanent"> <assemblyIdentity name="Microsoft-Windows-LocalPack-GB-Package" version="6.1.7600.16385" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="LocalPack-GB" state="true" /> </package> </servicing>I'm obviously overlooking something somewhere but I can't figure out what as if I apply the same unattend actions to installing from a disc the whole thing completes fine except for naming the machine.
maxXPsoft Posted March 13, 2010 Posted March 13, 2010 and MS help files are not so great, right out at end of your <assemblyIdentity line "" /> is a blank space. Need to remove that, Sim does that and things get corrupt.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now