Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Unattend.xml to use with x64

Reply
Thread Tools Display Modes

Unattend.xml to use with x64

 
 
ivanzito
Guest
Posts: n/a

 
      12-22-2008

I must to configure de TCP/IP with a x64 system.

If I use de unattend.xml for x32 It´s 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 using 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>
<cpifflineImage
cpi:source="wim://bhadm1/instala/archivos_w2008_datacenter_x64/sources/install.wim#Windows
Longhorn SERVERDATACENTER" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


--
ivanzito
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unattend.xml Ian Windows Vista Installation 0 09-09-2008 01:29 AM
Please help - creating unattend.xml Morph Windows Vista Installation 0 07-02-2008 05:59 PM
unattend.xml without productkey Charlie Blank Windows Vista Installation 0 03-28-2007 10:02 PM
What's the mistake? - unattend.xml Charlie Blank Windows Vista Installation 1 03-12-2007 06:31 PM
driversigningpolicy for Unattend.xml Moyukh Windows Vista Installation 0 09-13-2006 01:21 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59