You can use:
imagex.exe /info %systemdrive%\Distribution_Folder\sources\install.wim
And you will see where are the errors!
Using imagex.exe /info is usefull to read all descriptions and architecture about images inside install.wim.
I think it's not an error about Architecture but about: Name, Description and/or Displayname, Displaydescription.
You can use 7zip and open the install.wim file...Copy the [1].xml file on a folder and open this one.
The file [1].xml is read with imagex.exe /info
<ARCH>0</ARCH> = Architecture x86
<ARCH>9</ARCH> = Architecture amd64
You can also use:
Dism /Get-WimInfo /WimFile:"%systemdive%\Distribution_Folder\sources\install.wim"
You can change the values with W7T !
Images using W7T to change values:
https://skydrive.liv...10&sc=documents*Edit: Please, attach your xml info!
Edited by myselfidem, 13 December 2011 - 05:35 PM.