Hello, I got a problem that when I am trying to boot up a windows image with an included answer file on (WDS)
It wont listen on the answer file, it just only boot up a normal installation with questions.
Ive marked "Listen on an unattended answer file" in WDS settings/propeties so it cant be that.
Please help :)
Here is my answer 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><UserData><ProductKey><Key>produkt-nyckel-här</Key><WillShowUI>OnError</WillShowUI></ProductKey><AcceptEula>true</AcceptEula><FullName>Domän AB</FullName><Organization>Domän </Organization></UserData><EnableFirewall>true</EnableFirewall><EnableNetwork>true</EnableNetwork><Restart>Restart</Restart><DiskConfiguration><Disk wcm:action="add"><CreatePartitions><CreatePartition wcm:action="add"><Extend>true</Extend><Order>1</Order><Type>Primary</Type></CreatePartition></CreatePartitions><ModifyPartitions><ModifyPartition wcm:action="add"><Active>true</Active><Format>NTFS</Format><Label>Windows</Label><Letter>C</Letter><Order>1</Order><PartitionID>1</PartitionID></ModifyPartition></ModifyPartitions><DiskID>0</DiskID><WillWipeDisk>true</WillWipeDisk></Disk></DiskConfiguration><WindowsDeploymentServices><ImageSelection><InstallImage><Filename>boot.wim</Filename><ImageName>Windows 7 (x64)</ImageName><ImageGroup>ImageGroup1</ImageGroup></InstallImage><InstallTo><DiskID>0</DiskID><PartitionID>2</PartitionID></InstallTo></ImageSelection><Login><Credentials><Domain>domän.se</Domain></Credentials></Login></WindowsDeploymentServices></component><component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" 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>sv-SE</UILanguage></SetupUILanguage><InputLocale>sv-SE</InputLocale><UILanguage>sv-SE</UILanguage><UILanguageFallback></UILanguageFallback><SystemLocale>sv-SE</SystemLocale><UserLocale>sv-SE</UserLocale></component><component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ImageInstall><OSImage><InstallFrom><Credentials><Domain>domän.se</Domain></Credentials><MetaData wcm:action="add"><Key>/IMAGE/NAME</Key><Value>Windows 7 PROFESSIONAL</Value></MetaData></InstallFrom><InstallTo><DiskID>1</DiskID><PartitionID>1</PartitionID></InstallTo><InstallToAvailablePartition>false</InstallToAvailablePartition><WillShowUI>OnError</WillShowUI></OSImage></ImageInstall></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"><FolderLocations><ProfilesDirectory>C:\Profiles</ProfilesDirectory><ProgramData>C:\Programs</ProgramData></FolderLocations><AutoLogon><Domain>domän.se</Domain><Enabled>true</Enabled></AutoLogon><TimeZone>pacific standard time</TimeZone><RegisteredOrganization>Domän</RegisteredOrganization><RegisteredOwner>Domän</RegisteredOwner></component><component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" 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>sv-SE</InputLocale><SystemLocale>sv-SE</SystemLocale><UILanguage>sv-SE</UILanguage><UILanguageFallback>sv-SE</UILanguageFallback><UserLocale>sv-SE</UserLocale></component><component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><OOBE><HideEULAPage>true</HideEULAPage><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><ProtectYourPC>1</ProtectYourPC><NetworkLocation>Work</NetworkLocation></OOBE><UserAccounts><DomainAccounts><DomainAccountList wcm:action="add"><Domain>domän.se</Domain></DomainAccountList></DomainAccounts></UserAccounts><TimeZone>pacific standard time</TimeZone></component></settings><settings pass="specialize"><component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" 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>domän.se</Domain></Credentials><JoinDomain>domän.se</JoinDomain><JoinWorkgroup>domän.se</JoinWorkgroup></Identification></component></settings><cpi:offlineImage cpi:source="wim://user/users/user/documents/windows%207%20image/boot.wim#CaptureImage 1" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>