Jump to content

Unattended XML file


Recommended Posts

i can't figure out why my Autounattend.xml file for Windows 7 Ultimate x64 edition still requests to select an OS to install

here is my xml

<?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-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>    </component>    <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/NAME</Key>            </MetaData>          </InstallFrom>          <InstallToAvailablePartition>false</InstallToAvailablePartition>          <WillShowUI>OnError</WillShowUI>        </OSImage>      </ImageInstall>      <UserData>        <ProductKey>          <Key />          <WillShowUI>OnError</WillShowUI>        </ProductKey>      </UserData>    </component>  </settings>  <settings pass="oobeSystem">    <component name="Microsoft-Windows-Shell-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">      <UserAccounts>        <LocalAccounts />      </UserAccounts>      <OOBE>        <NetworkLocation>Home</NetworkLocation>        <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>        <SkipMachineOOBE>false</SkipMachineOOBE>        <SkipUserOOBE>false</SkipUserOOBE>      </OOBE>      <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>      <TimeZone>Pacific Standard Time</TimeZone>    </component>  </settings>  <settings pass="specialize">    <component name="Microsoft-Windows-Shell-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" />  </settings></unattend>

if anyone can help much appreciated

Link to comment
Share on other sites


                        <MetaData wcm:action="add">                            <Key>/IMAGE/NAME</Key>                            <Value>Windows 7 ULTIMATE</Value>                        </MetaData>

Notice the "Value" part? Missing from yours...

BTW, RT7Lite is very old and no longer supported/developed.

Edited by submix8c
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...