[question] Unattend.xml to use with x64
I must to configure de TCP/IP with a x64 system.
If I use de unattend.xml for x32 Its run right, but if I prepare with WAIKa x64 file ( using wow64 or amd64 modules ) bu it's not run.
Can show me somebody a example to use tcp/ip component with a x64 System ? ?
I`m gnisu the next Unattend.xml:
I`m using two option: amd64 and wow64 I'm using Windows 2008 Server Datacenter Edition x64
<?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-TCPIP" 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"> <Interfaces> <Interface wcm:action="add"> <Ipv4Settings> <DhcpEnabled>false</DhcpEnabled> </Ipv4Settings> <UnicastIpAddresses> <IpAddress wcm:action="add" wcm:keyValue="1">192.168.0.200/24</IpAddress> </UnicastIpAddresses> <Routes> <Route wcm:action="add"> <Identifier>0</Identifier>
<NextHopAddress>192.168.0.1</NextHopAddress> <Prefix>0.0.0.0/0</Prefix> </Route> </Routes> <Identifier>Local Area Connection</Identifier> </Interface> </Interfaces> </component> <component name="Microsoft-Windows-DNS-Client" 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"> <Interfaces> <Interface wcm:action="add"> <DNSServerSearchOrder> <IpAddress wcm:action="add" wcm:keyValue="1">195.235.113.3</IpAddress> <IpAddress wcm:action="add" wcm:keyValue="2">195.235.96.90</IpAddress> </DNSServerSearchOrder> <Identifier>Local Area Connection</Identifier> </Interface> </Interfaces> </component> </settings> <cpi:offlineImage cpi:source="wim://bhadm1/instala/archivos_w2008_datacenter_x64/sources/install.wim#Windows Longhorn SERVERDATACENTER" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
-- ivanzito