MSFN Forum: how to merge multiple autounattend.xml into single - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

how to merge multiple autounattend.xml into single using rt seven lite and seperate x86 and x64 wim images Rate Topic: -----

#1 User is offline   Shelax 

  • Shelax Macwan
  • Pip
  • Group: Members
  • Posts: 83
  • Joined: 14-July 07
  • OS:none specified
  • Country: Country Flag

  Posted 29 July 2012 - 11:44 AM

hi,

i want to know how to combine multiple autounattend.xml into single xml.

i m using rt seven lite 2.6,0 beta.

want to create 7 aio with unattended install.

help!


#2 User is offline   halikus 

  • Group: Members
  • Posts: 4
  • Joined: 08-February 10

Posted 30 July 2012 - 07:16 PM

I'll use this as an example. Just double the reference and have one for each architecture. Notice the pattern.

<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>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>


<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>



<component name="Microsoft-Windows-PnpCustomizationsWinPE" 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">
<DriverPaths>
<PathAndCredentials wcm:keyValue="1" wcm:action="add">
<Path>\sources\$OEM$\$$\PnPdrvrs\w7x64</Path>
</PathAndCredentials>
</DriverPaths>
</component>

<component name="Microsoft-Windows-PnpCustomizationsWinPE" 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">
<DriverPaths>
<PathAndCredentials wcm:keyValue="1" wcm:action="add">
<Path>\sources\$OEM$\$$\PnPdrvrs\w7x86</Path>
</PathAndCredentials>
</DriverPaths>
</component>


</settings>

#3 User is offline   Shelax 

  • Shelax Macwan
  • Pip
  • Group: Members
  • Posts: 83
  • Joined: 14-July 07
  • OS:none specified
  • Country: Country Flag

Posted 31 July 2012 - 06:27 AM

this will applies to 7 86/64 & r2 server?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy