Specify catalog in Autounattend.xml?


  1. Posts : 4
    Deleted
       #1

    Specify catalog in Autounattend.xml?


    Hey, I'm sure this has been brought up before. But I've been digging through the forums and google, etc.

    There are several ways to specify which wim/catalog to install from, like Sysprep.xml, but I'm trying to create an unattended setup from USB. The issue is every example I've seen specifies a drive path for the catalog location like the following:

    Code:
    <cpifflineImage cpi:source="catalog:C:\sources\install_Windows 7 ULTIMATE.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    However this can be used on various systems so the drive letter of the media can change, so I tried just "\sources\install_Windows 7 ULTIMATE.clg" but it didn't work.

    Suggestions?
    Last edited by Brink; 14 Jul 2017 at 12:44. Reason: Restored
      My Computer


  2. Posts : 4
    Deleted
    Thread Starter
       #2

    I found the solution to my question!

    Key

    Quote:
    Code:
    /IMAGE/INDEX
    Uses the index number to select the image to install.
    /IMAGE/NAME
    Uses the index name to select the image to install.
    /IMAGE/DESCRIPTION
    Uses the index description to select the image to install.
    Quote:
    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="Error" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ImageInstall>
    <OSImage>
    <InstallFrom>
    <MetaData wcm:action="add">
    <Key>/IMAGE/NAME</Key>
    <Value>Windows 7 ULTIMATE</Value>
    </MetaData>
    </InstallFrom>
    </OSImage>
    </ImageInstall>
    Last edited by Brink; 14 Jul 2017 at 12:45. Reason: Restored
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:52.
Find Us