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



Help
Back to top









