MSFN Forum: Porblems with language and country settings - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Porblems with language and country settings Rate Topic: -----

#1 User is offline   PommeDeTerre 

  • Group: Members
  • Posts: 5
  • Joined: 09-October 07

Posted 11 October 2007 - 07:06 AM

Hi,

my unattend installations works fine, except one problem:

It hangs always on the screen where I can enter my country and language information (like this: http://www.aozeo.com...stallation2.jpg )

This is my unattend xml 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/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		   '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance">
		  ; <DiskConfiguration>
				<Disk wcm:action="add">
					<CreatePartitions>
						<CreatePartition wcm:action="add">
							<Order>1</Order>
							<Size>15000</Size>
							<Type>Primary</Type>
						</CreatePartition>
					</CreatePartitions>
					<ModifyPartitions>
						<ModifyPartition wcm:action="add">
							<Active>true</Active>
							<Extend>false</Extend>
							<Format>NTFS</Format>
							<Label>OS_Install</Label>
							<Letter>C</Letter>
							<Order>1</Order>
							<PartitionID>1</PartitionID>
						</ModifyPartition>
					</ModifyPartitions>
					<DiskID>0</DiskID>
					<WillWipeDisk>true</WillWipeDisk>
				</Disk>
				<WillShowUI>OnError</WillShowUI>
			</DiskConfiguration>
			<UserData>
				<AcceptEula>true</AcceptEula>
			</UserData>
			<ImageInstall>
				<OSImage>
					<InstallTo>
						<DiskID>0</DiskID>
						<PartitionID>1</PartitionID>
					</InstallTo>
					<WillShowUI>OnError</WillShowUI>
				</OSImage>
			</ImageInstall>
		</component>
		<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		   '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance">
		  ; <SetupUILanguage>
				<UILanguage>en_US</UILanguage>
			</SetupUILanguage>
			<InputLocale>0409:00000409</InputLocale>
			<SystemLocale>en_US</SystemLocale>
			<UILanguage>en_US</UILanguage>
			<UILanguageFallback></UILanguageFallback>
			<UserLocale>en_US</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/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		   '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance">
		  ; <OOBE>
				<ProtectYourPC>1</ProtectYourPC>
				<NetworkLocation>Work</NetworkLocation>
			</OOBE>
		</component>
		<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		   '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance">
		  ; <Reseal>
				<Mode>Audit</Mode>
			</Reseal>
		</component>
		<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		   '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance">
		  ; <InputLocale>0407:00000407</InputLocale>
			<SystemLocale>de_DE</SystemLocale>
			<UILanguage>de_DE</UILanguage>
			<UserLocale>de_DE</UserLocale>
		</component>
	</settings>
	<settings pass="auditSystem">
		<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		   '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance">
		  ; <AutoLogon>
				<Password>
					<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
					<PlainText>false</PlainText>
				</Password>
				<Username>Administrator</Username>
				<LogonCount>5</LogonCount>
				<Enabled>true</Enabled>
			</AutoLogon>
		</component>
	</settings>
	<settings pass="specialize">
		<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		   '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance">
		  ; <InputLocale>0407:00000407</InputLocale>
			<SystemLocale>de_DE</SystemLocale>
			<UILanguage>de_DE</UILanguage>
			<UserLocale>de_DE</UserLocale>
		</component>
	</settings>
	<cpi:offlineImage cpi:source="wim:c:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


I first put the country and language information only in the windowsPE pass. But I read about it that I have to put it also in the specialize and oobeSystem pass. But the result is the same as before :(

Can anyone help me?



Thanks


#2 User is offline   kentk 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 08-July 05

Posted 11 October 2007 - 07:30 AM

I dont think you should mix US and DE language, use DE in all places !?

#3 User is offline   razormoon 

  • Little boots...!
  • PipPip
  • Group: Members
  • Posts: 216
  • Joined: 17-February 06

Posted 11 October 2007 - 04:05 PM

Hello PommeDeTerre,

All instances of underscores should be changed to dashes.

en_US
de_DE

SHOULD BE:

en-US
de-DE

and all instances of <UILanguageFallback></UILanguageFallback> can be safely deleted.

Let us know if it works out.

This post has been edited by razormoon: 11 October 2007 - 04:15 PM


#4 User is offline   PommeDeTerre 

  • Group: Members
  • Posts: 5
  • Joined: 09-October 07

Posted 12 October 2007 - 05:10 AM

thanks for your help, it works now :rolleyes:

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy