autounattend a AIO windows 7 and a 32/63 bit OEM windows 7?

Discussion in 'Windows 7' started by blueyedsamurai, Jul 20, 2011.

  1. blueyedsamurai

    blueyedsamurai MDL Novice

    Jul 20, 2011
    4
    0
    0
    just wondering if its possible to do a autounattened install on a disk that has mulitple OS's like All In One.
    Ive made a enterprize and ultimate 64 bit answer file and have had no success with them being read.
    This is my answer file:

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm=/WMIConfig/2002/State" xmlns:xsi="XMLSchema-instance">
    <Reseal>
    <Mode>Audit</Mode>
    </Reseal>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="/WMIConfig/2002/State" xmlns:xsi="/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <ProtectYourPC>3</ProtectYourPC>
    </OOBE>
    </component>
    </settings>
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm=" /WMIConfig/2002/State" xmlns:xsi="org/2001/XMLSchema-instance">
    <SetupUILanguage>
    <UILanguage>en-US</UILanguage>
    </SetupUILanguage>
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="//schemas./WMIConfig/2002/State" xmlns:xsi="org/2001/XMLSchema-instance">
    <DiskConfiguration>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
    <Order>1</Order>
    <Size>60000</Size>
    <Type>Primary</Type>
    </CreatePartition>
    </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
    <Active>true</Active>
    <Extend>false</Extend>
    <Format>NTFS</Format>
    <Label>Win7-Reference</Label>
    <Letter>C</Letter>
    <Order>1</Order>
    <PartitionID>1</PartitionID>
    </ModifyPartition>
    </ModifyPartitions>
    <DiskID>0</DiskID>
    <WillWipeDisk>true</WillWipeDisk>
    </Disk>
    <WillShowUI>OnError</WillShowUI>
    </DiskConfiguration>
    <ImageInstall>
    <OSImage>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>1</PartitionID>
    </InstallTo>
    <InstallToAvailablePartition>false</InstallToAvailablePartition>
    <WillShowUI>OnError</WillShowUI>
    </OSImage>
    </ImageInstall>
    <UserData>
    <ProductKey>
    <WillShowUI>OnError</WillShowUI>
    </ProductKey>
    <AcceptEula>true</AcceptEula>
    <FullName>GM</FullName>
    <Organization>GM</Organization>
    </UserData>
    </component>
    </settings>
    <cpi:eek:fflineImage cpi:source="wim://dan-pc/users/dan/desktop/deploy/sources/install.wim#Windows 7 Ultimate 64Bit" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    had to remove the links as it wont let me post them
     
  2. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,466
    1,488
    150
    Yea.. add the same for x86...

    processor architecture x86 and remove the cpi offline image line
     
  3. blueyedsamurai

    blueyedsamurai MDL Novice

    Jul 20, 2011
    4
    0
    0
    so 2 unattend xml files or just add the 32bit into the 1 unattend file? sorry im a bit new to auto unattend
     
  4. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,557
    3,832
    120
    just add/combine them as instructed