All pastes #2099564 Raw Edit

Something

public xml v1 · immutable
#2099564 ·published 2012-01-05 12:24 UTC
rendered paste body
<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend">    <servicing></servicing>    <settings pass="windowsPE">        <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <DriverPaths>                <PathAndCredentials wcm:keyValue="1" wcm:action="add">                    <Path>%configsetroot%</Path>                </PathAndCredentials>            </DriverPaths>        </component>        <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <UseConfigurationSet>true</UseConfigurationSet>        </component>        <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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">            <DriverPaths>                <PathAndCredentials wcm:keyValue="1" wcm:action="add">                    <Path>%configsetroot%</Path>                </PathAndCredentials>            </DriverPaths>        </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">            <UseConfigurationSet>true</UseConfigurationSet>        </component>    </settings>    <settings pass="offlineServicing">        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <DriverPaths>                <PathAndCredentials wcm:keyValue="2" wcm:action="add">                    <Path>%configsetroot%</Path>                </PathAndCredentials>            </DriverPaths>        </component>        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">            <DriverPaths>                <PathAndCredentials wcm:keyValue="2" wcm:action="add">                    <Path>%configsetroot%</Path>                </PathAndCredentials>            </DriverPaths>        </component>    </settings>    <settings pass="auditSystem">        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <DriverPaths>                <PathAndCredentials wcm:keyValue="3" wcm:action="add">                    <Path>%configsetroot%</Path>                </PathAndCredentials>            </DriverPaths>        </component>        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">            <DriverPaths>                <PathAndCredentials wcm:keyValue="3" wcm:action="add">                    <Path>%configsetroot%</Path>                </PathAndCredentials>            </DriverPaths>        </component>    </settings>    <cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>