Jump to content

Unattend.xml Works for x86 but not for amd64 , AIO Problem or XML problem ?


invader7

Recommended Posts

Hello forum , i have a very strange problem with my AIO Disk with windows 7.

 

I have both x64 and x86 versions of windows 7 in one DVD and i want to automate the installation process , so i created an unattend.xml file and it works for the x86 versions.

 

The problem is with the x64 versions. It keeps asking what OS to install. This is my answer file which is NOT working

<?xml version="1.0" encoding="utf-8"?><!--This answer file generated by RT Seven Lite--><unattend xmlns="urn:schemas-microsoft-com:unattend">  <settings pass="windowsPE">    <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>            <MetaData wcm:action="add">              <Key>/IMAGE/INDEX</Key>              <value>9</value>            </MetaData>          </InstallFrom>          <InstallToAvailablePartition>false</InstallToAvailablePartition>          <WillShowUI>OnError</WillShowUI>        </OSImage>      </ImageInstall>    </component>  </settings></unattend>

/IMAGE/INDEX  -----------> 9 

This is windows 7 Ultimate x64 version.

 

If i replace in my unattend.xml file , the processorArchitecture from amd64 to x86, the dialog does not appear and it installs the image index 9 , which is the x64 version.

 

Any idea  ?? Thanks !

post-63268-0-66439200-1423492959_thumb.j

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...