The error:
Could the answer file for unattended installation does not parse or process for phase [specialize]. A component or setting in the answer file does not exist.
My OOBE unattend
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<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">
<ComputerName>XXXX</ComputerName>
<RegisteredOwner>XXX</RegisteredOwner>
<ProductKey>XXXX-XXXX-XXXX-XXXX-XXXX</ProductKey>
</component>
<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>
<JoinWorkgroup>XXXXXXXX</JoinWorkgroup>
<UnsecureJoin>true</UnsecureJoin>
</Identification>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" 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">
<Accelerators>
<Accelerator wcm:action="add">
<AcceleratorXML>C:\Windows\Google.xml</AcceleratorXML>
<IsDefault>true</IsDefault>
<ItemKey>Google</ItemKey>
</Accelerator>
<Accelerator wcm:action="remove">
<ItemKey>Bing</ItemKey>
</Accelerator>
</Accelerators>
<BlockPopups>yes</BlockPopups>
<CompanyName>xxx</CompanyName>
<DisableAccelerators>true</DisableAccelerators>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<Home_Page>xxx</Home_Page>
<IntranetCompatibilityMode>false</IntranetCompatibilityMode>
<ShowInformationBar>false</ShowInformationBar>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<TrustedSites>xxx</TrustedSites>
</component>
</settings>
<settings pass="oobeSystem">
<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>en-US</InputLocale>
<UILanguage>nl-NL</UILanguage>
<UserLocale>nl-NL</UserLocale>
<SystemLocale>nl-NL</SystemLocale>
</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>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<RegisteredOwner>xxx</RegisteredOwner>
<RegisteredOrganization>xxx</RegisteredOrganization>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>W. Europe Standard Time</TimeZone>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Description>XXX</Description>
<DisplayName>XXX</DisplayName>
<Group>Administrators</Group>
<Name>xxxx</Name>
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd /C wmic useraccount where Name='XXX' set PasswordExpires=false</CommandLine>
<Description>Wachtwoord verloopt nooit</Description>
<Order>4</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>net user administrator /active:no</CommandLine>
<Description>Disable build-in administrator account</Description>
<Order>5</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>3</Order>
<CommandLine>net user XXX /passwordreq:no</CommandLine>
<Description>Geen wachtwoord vereist</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>net user XXX /passwordchg:no</CommandLine>
<Order>2</Order>
<Description>Gebruiker kan wachtwoord niet wijzigen</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd /C slmgr.vbs /ipk XXXX-XXXX-XXXX-XXXX-XXXX</CommandLine>
<Description>Windows activatiecode</Description>
<Order>7</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd /C slmgr -ato</CommandLine>
<Description>Windows activeren</Description>
<Order>8</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</CommandLine>
<Description>Energiebeheer aanpassen</Description>
<Order>6</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>netsh wlan add profile C:\Windows\xxx.xml user=all</CommandLine>
<Description>Wifi instellen</Description>
<Order>1</Order>
</SynchronousCommand>
</FirstLogonCommands>
<AutoLogon>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>xxx</Username>
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
</AutoLogon>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/xxxxxx/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
My WDS answerfile
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<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>nl-NL</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>nl-NL</SystemLocale>
<UserLocale>nl-NL</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">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Extend>false</Extend>
<Order>1</Order>
<Type>Primary</Type>
<Size>100</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Extend>false</Extend>
<Type>Primary</Type>
<Order>2</Order>
<Size>40000</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>3</Order>
<Type>Primary</Type>
<Extend>false</Extend>
<Size>2048</Size>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Order>1</Order>
<PartitionID>1</PartitionID>
<TypeID>0x27</TypeID>
<Label>Door systeem gereserveerd</Label>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Format>NTFS</Format>
<Label>SYSTEM</Label>
<PartitionID>2</PartitionID>
<Order>2</Order>
<Letter>C</Letter>
<Active>true</Active>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Format>NTFS</Format>
<PartitionID>3</PartitionID>
<Letter>M</Letter>
<Order>3</Order>
<Label>DATA</Label>
</ModifyPartition>
</ModifyPartitions>
<WillWipeDisk>true</WillWipeDisk>
<DiskID>0</DiskID>
</Disk>
</DiskConfiguration>
<WindowsDeploymentServices>
<ImageSelection>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>
<InstallImage>
<ImageName>Windows 7 Updates #10</ImageName>
<ImageGroup>Windows7</ImageGroup>
<Filename>install-(6).wim</Filename>
</InstallImage>
</ImageSelection>
<Login>
<Credentials>
<Domain>x.local</Domain>
<Password>x</Password>
<Username>Administrator</Username>
</Credentials>
</Login>
</WindowsDeploymentServices>
<UserData>
<ProductKey>
<Key>XXXX-XXXX-XXXX-XXXX-XXXX</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<Organization>XXX</Organization>
</UserData>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/XXXXX/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>