<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Vista-Tool]]></title>
		<link>http://forum.driverpacks.net/index.php</link>
		<description><![CDATA[The most recent topics at DriverPacks.net Forum.]]></description>
		<lastBuildDate>Wed, 28 Mar 2012 22:15:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[What tools are people using these days to integrate drivers intoVista?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=6015&amp;action=new</link>
			<description><![CDATA[<p>Since there&#039;s no more builds or support of Vista-Tool, what&#039;s a similar easy way to integrate drivers into the Vista install.wim file?</p>]]></description>
			<author><![CDATA[null@example.com (Mr.Tom)]]></author>
			<pubDate>Wed, 28 Mar 2012 22:15:14 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=6015&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Vista Distribution Folders For Updates]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=5618&amp;action=new</link>
			<description><![CDATA[<p>Here is my question, guys. I am trying to install updates VIA distribution style using W.A.I.K and I created the 3 distribution folders fine($OEM$...Out of box drivers and Packages) and imported the updates fine and saved my answer file and it looks like this and is saved as unattend.xml. Everything else works but the updates will not install. Thinking maybe it was because it couldn&#039;t find the path of the CD, I have tried %~d0\Packages........no luck so I changed it to .\Packages...............Any help?<br /></p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;unattend xmlns=&quot;urn:schemas-microsoft-com:unattend&quot;&gt;
    &lt;servicing&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB971035&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\HotFix\x86_Package_for_KB971035_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB971035-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975823&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\HotFix\x86_Package_for_KB975823_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB975823-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975929&quot; version=&quot;6.0.2.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\HotFix\x86_Package_for_KB975929_6.0.2.0_neutral_31bf3856ad364e35_\Windows6.0-KB975929-v2-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB980363&quot; version=&quot;6.0.2.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\HotFix\x86_Package_for_KB980363_6.0.2.0_neutral_31bf3856ad364e35_\Windows6.0-KB980363-v2-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB980368&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\HotFix\x86_Package_for_KB980368_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB980368-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB980423&quot; version=&quot;6.0.4.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\HotFix\x86_Package_for_KB980423_6.0.4.0_neutral_31bf3856ad364e35_\Windows6.0-KB980423-v4-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2079403&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2079403_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB2079403-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2124261&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2124261_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB2124261-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2207566&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2207566_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB2207566-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2281679&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2281679_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB2281679-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2296011&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2296011_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB2296011-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2305420&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2305420_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB2305420-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2347290&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2347290_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB2347290-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2378111&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2378111_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB2378111-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2387149&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2387149_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB2387149-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2393802&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2393802_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB2393802-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2416470&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2416470_6.0.1.1_neutral_31bf3856ad364e35_\windows6.0-kb2416470-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2419640&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2419640_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB2419640-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2423089&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2423089_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB2423089-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2442962&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2442962_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB2442962-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2478935&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2478935_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB2478935-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2479628&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2479628_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB2479628-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2482017&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2482017_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB2482017-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2483185&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2483185_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB2483185-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2485376&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB2485376_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB2485376-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB954155&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB954155_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB954155-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB956744&quot; version=&quot;6.0.1.8&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB956744_6.0.1.8_neutral_31bf3856ad364e35_\Windows6.0-KB956744-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB958869&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB958869_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB958869-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB960859&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB960859_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB960859-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB961371&quot; version=&quot;6.0.1.4&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB961371_6.0.1.4_neutral_31bf3856ad364e35_\Windows6.0-KB961371-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB961501&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB961501_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB961501-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB967723&quot; version=&quot;6.0.1.7&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB967723_6.0.1.7_neutral_31bf3856ad364e35_\Windows6.0-KB967723-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB968816&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB968816_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB968816-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB969947&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB969947_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB969947-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB970238&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB970238_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB970238-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB970710&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB970710_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB970710-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB971486&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB971486_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB971486-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB971557&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB971557_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB971557-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB971657&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB971657_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB971657-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB971961&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB971961_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB971961-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB972270&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB972270_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB972270-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB973507&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB973507_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB973507-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB973525&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB973525_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB973525-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB973540&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB973540_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB973540-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB973565&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB973565_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB973565-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB974145&quot; version=&quot;6.0.1.4&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB974145_6.0.1.4_neutral_31bf3856ad364e35_\Windows6.0-KB974145-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB974318&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB974318_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB974318-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB974455&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB974455_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB974455-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB974470&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB974470_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB974470-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB974571&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB974571_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB974571-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975254&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB975254_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB975254-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975467&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB975467_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB975467-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975517&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB975517_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB975517-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975558&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB975558_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB975558-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975560&quot; version=&quot;6.0.1.5&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB975560_6.0.1.5_neutral_31bf3856ad364e35_\Windows6.0-KB975560-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975562&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB975562_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB975562-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB977377&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB977377_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB977377-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB977816&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB977816_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB977816-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB978262&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB978262_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB978262-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB978542&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB978542_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB978542-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB978601&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB978601_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB978601-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB978886&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB978886_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB978886-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB979309&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB979309_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB979309-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB979482&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB979482_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB979482-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB979687&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB979687_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB979687-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB979688&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB979688_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB979688-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB979910&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB979910_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB979910-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB980195&quot; version=&quot;6.0.1.3&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB980195_6.0.1.3_neutral_31bf3856ad364e35_\Windows6.0-KB980195-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB980232&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB980232_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB980232-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB980842&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB980842_6.0.1.0_neutral_31bf3856ad364e35_\windows6.0-kb980842-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB981322&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB981322_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB981322-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB981349&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB981349_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB981349-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB981550&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB981550_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB981550-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB981997&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB981997_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB981997-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB982132&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB982132_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB982132-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB982214&quot; version=&quot;6.0.1.4&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB982214_6.0.1.4_neutral_31bf3856ad364e35_\Windows6.0-KB982214-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB982665&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB982665_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB982665-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB982666&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB982666_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB982666-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB982799&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB982799_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB982799-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB983589&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\SecurityUpdate\x86_Package_for_KB983589_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB983589-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;BdeAducExt-Package-TopLevel&quot; version=&quot;6.0.6001.18000&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_BdeAducExt-Package-TopLevel_6.0.6001.18000_neutral_31bf3856ad364e35_\Windows6.0-KB928202-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;BitLockerDrivePreparation-Package-KB933246-TopLevel&quot; version=&quot;6.0.6001.18000&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_BitLockerDrivePreparation-Package-KB933246-TopLevel_6.0.6001.18000_neutral_31bf3856ad364e35_\Windows6.0-KB933246-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;KB937286&quot; version=&quot;6.0.1.18000&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;en-us&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_KB937286_6.0.1.18000_en-us_31bf3856ad364e35_\Windows6.0-KB937286-x86-en-us.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Microsoft-Windows-AutomationAPI-Package-TopLevel&quot; version=&quot;6.0.6002.18156&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Microsoft-Windows-AutomationAPI-Package-TopLevel_6.0.6002.18156_neutral_31bf3856ad364e35_\Windows6.0-KB971513-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Microsoft-Windows-DGT-Package-TopLevel&quot; version=&quot;7.0.6002.18107&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Microsoft-Windows-DGT-Package-TopLevel_7.0.6002.18107_neutral_31bf3856ad364e35_\Windows6.0-KB971512-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Microsoft-Windows-TerminalServices-RDC7-WTR-Package-TopLevel&quot; version=&quot;7.0.6001.18332&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Microsoft-Windows-TerminalServices-RDC7-WTR-Package-TopLevel_7.0.6001.18332_neutral_31bf3856ad364e35_\Windows6.0-KB969084-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Microsoft-Windows-UIRibbon-Package-TopLevel&quot; version=&quot;7.0.6002.18108&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Microsoft-Windows-UIRibbon-Package-TopLevel_7.0.6002.18108_neutral_31bf3856ad364e35_\Windows6.0-KB960362-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Microsoft-Windows-WPD7IP-Package-TopLevel&quot; version=&quot;7.0.6002.18112&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Microsoft-Windows-WPD7IP-Package-TopLevel_7.0.6002.18112_neutral_31bf3856ad364e35_\Windows6.0-KB971514-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2345886&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB2345886_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB2345886-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB2467659&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB2467659_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB2467659-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB905866&quot; version=&quot;6.0.47.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB905866_6.0.47.0_neutral_31bf3856ad364e35_\Windows6.0-KB905866-v47-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB958911&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB958911_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB958911-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB968912&quot; version=&quot;6.0.2.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB968912_6.0.2.0_neutral_31bf3856ad364e35_\Windows6.0-KB968912-v2-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB970203&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB970203_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB970203-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB970408&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB970408_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB970408-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB970436&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB970436_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB970436-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB970653&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB970653_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB970653-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB970807&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB970807_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB970807-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB971029&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB971029_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB971029-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB973768&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB973768_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB973768-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB975889&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB975889_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB975889-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB979099&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB979099_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB979099-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB980182&quot; version=&quot;6.0.1.2&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB980182_6.0.1.2_neutral_31bf3856ad364e35_\Windows6.0-KB980182-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB980248&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB980248_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB980248-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB981793&quot; version=&quot;6.0.1.1&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB981793_6.0.1.1_neutral_31bf3856ad364e35_\Windows6.0-KB981793-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB982480&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB982480_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB982480-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Package_for_KB982519&quot; version=&quot;6.0.1.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Package_for_KB982519_6.0.1.0_neutral_31bf3856ad364e35_\Windows6.0-KB982519-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;RepairBde-Package-TopLevel&quot; version=&quot;6.0.6001.18000&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_RepairBde-Package-TopLevel_6.0.6001.18000_neutral_31bf3856ad364e35_\Windows6.0-KB928201-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;
            &lt;assemblyIdentity name=&quot;Windows-Management-Framework-BITS-TopLevel&quot; version=&quot;7.0.6002.18171&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; /&gt;
            &lt;source location=&quot;.\Packages\Update\x86_Windows-Management-Framework-BITS-TopLevel_7.0.6002.18171_neutral_31bf3856ad364e35_\Windows6.0-KB960568-x86.cab&quot; /&gt;
        &lt;/package&gt;
        &lt;package action=&quot;install&quot;&gt;</code></pre></div><p>edit admin... code tags added</p>]]></description>
			<author><![CDATA[null@example.com (laddanator)]]></author>
			<pubDate>Wed, 26 Oct 2011 20:53:32 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=5618&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Making a stand alone driver disk for Vista]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=4685&amp;action=new</link>
			<description><![CDATA[<p>Hi All<br />I have been using DriverPacks for several years to slipstream the drivers for my XP install. <br />Now I have a need to make a SAD for vista drivers. I am not quite sure how to get it to download the Vista drivers, all I see are the drivers for XP.</p><p>Thanks in advance<br />Mark</p>]]></description>
			<author><![CDATA[null@example.com (ExTruckie)]]></author>
			<pubDate>Wed, 07 Jul 2010 20:26:43 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=4685&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Stand Alone CD/DVD With Vista Drivers For Use With Windows 7?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=4151&amp;action=new</link>
			<description><![CDATA[<p>Hey guys I have seen that you can make a SAD for Vista and as far as I know this should work for Windows 7? But, for my laptop I have pre SP1 drivers for Vista and drivers which are post SP1 for Vista so I am not sure what to use.</p><p>Also could we have a tutorial making for how to make a SAD for Vista which works for Windows 7 please?</p><p>Thank you all!</p><p>Stoner.</p><p>PS - Sorry not been around much been somewhat busy!</p>]]></description>
			<author><![CDATA[null@example.com (Stoner)]]></author>
			<pubDate>Thu, 12 Nov 2009 14:15:58 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=4151&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[driverpacks.sytes.net nightlies server , and more]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=4092&amp;action=new</link>
			<description><![CDATA[<p>driverpacks.sytes.net/ new site , feel free to donate to keep the server alive </p><p><a href="http://driverpacks.sytes.net">http://driverpacks.sytes.net</a></p><br /><p>Thx in advance.</p><p>Muiz</p>]]></description>
			<author><![CDATA[null@example.com (muiz)]]></author>
			<pubDate>Thu, 15 Oct 2009 17:11:25 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=4092&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3959&amp;action=new</link>
			<description><![CDATA[<p><span class="postimg"><img src="http://driverpacks.sytes.net/vistapacks/images/vtool2.png" alt="http://driverpacks.sytes.net/vistapacks/images/vtool2.png" /></span></p><p><a href="http://www.mediafire.com/file/b47rmr77vbu04j0/Vista-Tool_2_beta_3.rar">Vista-Tool 2.0 Beta 3</a> <strong>- 208 kB</strong><br /><strong>MD5:E1AE566072C86A05262D722D1E58C01E<br />Credits : Jan</strong></p><p><span class="postimg"><img src="http://driverpacks.sytes.net/vistapacks/images/info.png" alt="http://driverpacks.sytes.net/vistapacks/images/info.png" /></span></p><p>And yes after a loooong wait we have a new test version of Vista-Tool 2<br />Jan is recovered very well, thank god...<br />And hes bussy writing a new version of Vista-Tool, its not finished yet, but you can already test if you want.</p><div class="codebox"><pre><code>[Windows AIK]

    - This Tool needs Windows AIK for Vista!! (6001.18000.080118-1840), 
      It does not need to be installed, It just needs a copy of it (not the setup).

    - If (WimFltr.sys) is not installed, the Tool can do it for you,
      And it will try to copy (wimgapi.dll) to (system32) if missing. (Administrator?)

    - This Tool has NO support for Windows AIK for Windows7,
      It seems that WAIK-7 works poorly with Vista Images and some functions don&#039;t work at all.
      You can have WAIK-7 installed, sinds this tool only needs a copy of WAIK-Vista.


[ChangeLog]
    
    - use of background workers (gui response)
    - all subimages can be done at the same time
    - extra functions like &#039;recompress, cleanup and delete&#039;
    - tooltips with xml data from image
    - folders can have whitespaces now
    - isobuilder can build iso&#039;s larger than 4Gb
    - no more black cmd boxes, output goes to log file now
    - process can be canceled, it will finish current process first
    - program runs on windows 64bit
    - program supports 64bit images


[Some Tips]

    - Don&#039;t use a Windows Temp folder for this Tool&#039;s Temp Folder.
    - Make sure the Temp folder is large enough.
    - Make sure the temp folder stays closed while using the tool.
    - Your Mount folder needs to be empty.
    - The Tools needs write access to all the folders in the SetupList.
    - And write access to this Tools folder.</code></pre></div><p>Updated to beta 3</p>]]></description>
			<author><![CDATA[null@example.com (muiz)]]></author>
			<pubDate>Wed, 26 Aug 2009 19:23:16 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3959&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Stand Alone CD for Vista]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3909&amp;action=new</link>
			<description><![CDATA[<p>Hey guys,</p><p>Is it possible to create a stand alone cd for Vista?</p><p>Trez.</p>]]></description>
			<author><![CDATA[null@example.com (Trezona)]]></author>
			<pubDate>Thu, 30 Jul 2009 06:44:16 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3909&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[A way to make an .ISO out of a .VHD]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3803&amp;action=new</link>
			<description><![CDATA[<p>The way in this guide can only be done from Windows 7 !<br />And you need to have WAIK installed.</p><p>And yes there are more ways to do this.</p><p>First unpack a version from before the build you have as .VHD<br />(In this guide i will take build 7229 as an example)<br />to a folder.<br /><span class="postimg"><img src="http://img193.imageshack.us/img193/7084/folderm.png" alt="http://img193.imageshack.us/img193/7084/folderm.png" /></span></p><p>Then go to the &quot;control panel admin tools&quot; :<br /><span class="postimg"><img src="http://img193.imageshack.us/img193/3600/controlpanell.jpg" alt="http://img193.imageshack.us/img193/3600/controlpanell.jpg" /></span></p><p>There you go to : &quot;Computer Management&quot;</p><p><span class="postimg"><img src="http://img193.imageshack.us/img193/1508/computermanagement.jpg" alt="http://img193.imageshack.us/img193/1508/computermanagement.jpg" /></span></p><p>There you right click on : &quot;Disk Management&quot; and choose : &quot;Attach VHD&quot;</p><p><span class="postimg"><img src="http://img193.imageshack.us/img193/5088/vhd1.png" alt="http://img193.imageshack.us/img193/5088/vhd1.png" /></span></p><p>Then browse to your &quot;.VHD&quot; file.</p><p><span class="postimg"><img src="http://img193.imageshack.us/img193/7781/vhdsave.png" alt="http://img193.imageshack.us/img193/7781/vhdsave.png" /></span></p><p>And click &quot;OK&quot;</p><p>Then there will be added a &quot;Virtual Drive&quot;<br />In this example it is drive &quot;J&quot;<br />The drive icon collor is blue.</p><p><span class="postimg"><img src="http://img193.imageshack.us/img193/764/disk.jpg" alt="http://img193.imageshack.us/img193/764/disk.jpg" /></span></p><p>Now open a &quot;WAIK command prompt&quot;<br />(there is a shortcut for that in your start menu)<br />In there paste this line :</p><p>imagex /compress maximum /flags &quot;Ultimate&quot; /capture j: c:\install.wim &quot;Windows 7 Ultimate&quot;</p><p>/capture j:&nbsp; (put your own drive letter there i used J: as an example)</p><p>Wait till its finished.<br />In this example it will place the new &quot;install.wim&quot; into &quot;C:\&quot;<br />Now copy the new &quot;install.wim&quot; into the folder where you extracted the build 7229 iso.<br />In the &quot;Sources&quot; folder<br /><span class="postimg"><img src="http://img193.imageshack.us/img193/5783/folder2a.png" alt="http://img193.imageshack.us/img193/5783/folder2a.png" /></span><br />And overwrite the &quot;install.wim&quot; file.<br />Now open the build 7229 original ISO with a program like &quot;UltraISO&quot; and make a new iso from the folder where 7229 is extracted and the new &quot;install.wim&quot; is placed.<br />After that you can mount or burn it and run the setup.</p>]]></description>
			<author><![CDATA[null@example.com (muiz)]]></author>
			<pubDate>Mon, 15 Jun 2009 16:55:45 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3803&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Sad news about Vista-Tool 2.0]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3801&amp;action=new</link>
			<description><![CDATA[<p>Today i spoke to Jan who also made 1.0<br />He told me he decided to quit the development of Vista-Tool 2.0<br />He is working on a tool for Windows 7 instead.</p><p>I hope he will change his mind, or give us the source, so one of us can finish it.</p><p>Al i have is an Alpha build , i will post it here , but remember that no support can be given on this.<br />And remember to Copy expand.exe to : C:\Program Files\Windows AIK\Tools\Servicing</p><p>expand.exe is included in the tools folder</p><p><a href="http://rapidshare.com/files/243931605/Vista-Tool_2.0_Alpha.rar">http://rapidshare.com/files/243931605/V … _Alpha.rar</a> (Will upload this to the FTP later)</p>]]></description>
			<author><![CDATA[null@example.com (muiz)]]></author>
			<pubDate>Sat, 13 Jun 2009 02:26:27 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3801&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Question about the extras in Vista Ultimate]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3775&amp;action=new</link>
			<description><![CDATA[<p>Everything is good so far doing my Vista Ultimate with all the driver packs and hotfixes.</p><p>But now i wonder about the EXTRAS folder.</p><p>I download some extras from RyanVM forum, but i dont know how to integrate in my Vista.</p><p>Just decompress the files in the EXTRAS folders or i need to do something else??</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (gabo03)]]></author>
			<pubDate>Thu, 28 May 2009 00:25:17 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3775&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Trouble Integrating Drivers With Vista Tool]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3752&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;m new at this and unable to integrate drivers using Vista-Tool for a Vista32 disk and would appreciate any advice.&nbsp; I&#039;m sure I&#039;m probably just missing something simple.&nbsp; </p><div class="codebox"><pre><code>* The system that I have Vista-Tools, WAIK and vLite on is running Server2003 x32.
* Running Vista Tools from C:\Vista-Tools
* WAIK is installed in the default location: C:\Program Files\Windows AIK
* Vista Version: Vista32 Enterprise (so I do not need any x64 drivers
* Trying to integrate the storage, chipset and network driverpacks (
* Integrating the Hotfixes worked successfully</code></pre></div><p>Steps:</p><div class="codebox"><pre><code>* Created AutoUnattend file with WAIK
* Slipstreamed Vista SP1 into source files with VLite
* Copied source files to C:\Vista-Tools\VistaSource
* In Vista-Tools selected image 1 (is that the right image for Vista32 Enterprise?). 
* Chose mount-RW and Integrate Drivers.</code></pre></div><p>Do I need to edit the Drivers.xml file before trying the integration?</p><br /><p>Is this line at the bottom of Drivers.xml correct? </p><div class="codebox"><pre><code>cpi:offlineImage cpi:source=&quot;wim:i:/vistaaio/distribucion/sources/install.wim#Windows Vista BUSINESS (64bit)&quot; xmlns:cpi=&quot;urn:schemas-microsoft-com:cpi&quot; /&gt;
&lt;/unattend&gt;</code></pre></div><p>I do not recognize the offline image source path: </p><div class="codebox"><pre><code>(&quot;wim:i:/vistaaio/distribucion/sources/install.wim) and I am using Vista32 Enterprise, not Vista Business (64bit)</code></pre></div><p>My install.wim file is located in </p><div class="codebox"><pre><code>C:\Vista-Tools\VistaSource\sources</code></pre></div><p>How do I upload screenshots?</p><p>Thanks so much!<br />brian</p><br /><br /><p>Driverlog.txt:</p><div class="codebox"><pre><code>00000001 Shim considered 

[l:288{144}]&quot;\??\C:\Vista-Tools\Mount\Windows\Servicing\x86_microsoft-windows-servicingstac

k_31bf3856ad364e35_6.0.6001.18000_none_095f6148c74a7a64\pkgmgr.exe&quot; : got 

STATUS_OBJECT_PATH_NOT_FOUND
00000002 Shim considered 

[l:282{141}]&quot;\??\C:\Vista-Tools\Mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_3

1bf3856ad364e35_6.0.6001.18000_none_095f6148c74a7a64\pkgmgr.exe&quot; : got STATUS_SUCCESS
00000001@2009/5/14:18:49:01.668 WcpInitialize (wcp.dll version 0.0.0.5) called (stack 

@0x33868504 @0x101165f @0x100b8ea @0x100c368 @0x77e6f23b NULL)
00000002@2009/5/14:18:49:02.356 WcpInitialize (wcp.dll version 0.0.0.5) called (stack 

@0x33868504 @0x24038439 @0x240162a3 @0x1012aaf @0x1012bfd @0x1004803)
00000003@2009/5/14:18:49:02.418 WcpInitialize (wcp.dll version 0.0.0.5) called (stack 

@0x33868504 @0x2406e615 @0x24050dec @0x1012aaf @0x1012bfd @0x1004803)
00000004 CSI Store 737336 (0x000b4038) initialized
00000005@2009/5/14:18:49:04.481 WcpInitialize (wcp.dll version 0.0.0.5) called (stack 

@0x33868504 @0x258981cd @0x258aa14d @0x25884dcd @0x25884962 @0x1011009)



Drivers.xml:   (do I need to manually enter the path to the driver folder here?)

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;unattend xmlns=&quot;urn:schemas-microsoft-com:unattend&quot;&gt;
    &lt;settings pass=&quot;offlineServicing&quot;&gt;
        &lt;component name=&quot;Microsoft-Windows-PnpCustomizationsNonWinPE&quot; 

processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; 

versionScope=&quot;nonSxS&quot; xmlns:wcm=&quot;http://schemas.microsoft.com/WMIConfig/2002/State&quot; 

xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;DriverPaths&gt;
                &lt;PathAndCredentials wcm:action=&quot;add&quot; wcm:keyValue=&quot;1&quot;&gt;
                    &lt;Path&gt;&lt;/Path&gt;
                &lt;/PathAndCredentials&gt;
            &lt;/DriverPaths&gt;
        &lt;/component&gt;
        &lt;component name=&quot;Microsoft-Windows-PnpCustomizationsNonWinPE&quot; 

processorArchitecture=&quot;amd64&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; 

versionScope=&quot;nonSxS&quot; xmlns:wcm=&quot;http://schemas.microsoft.com/WMIConfig/2002/State&quot; 

xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;DriverPaths&gt;
                &lt;PathAndCredentials wcm:action=&quot;add&quot; wcm:keyValue=&quot;1&quot;&gt;
                    &lt;Path&gt;I:\VistaWork\Vistax64Drivers&lt;/Path&gt;
                &lt;/PathAndCredentials&gt;
            &lt;/DriverPaths&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;cpi:offlineImage cpi:source=&quot;wim:i:/vistaaio/distribucion/sources/install.wim#Windows 

Vista BUSINESS (64bit)&quot; xmlns:cpi=&quot;urn:schemas-microsoft-com:cpi&quot; /&gt;
&lt;/unattend&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (barn619)]]></author>
			<pubDate>Thu, 14 May 2009 20:05:11 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3752&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Vista tool guide]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3738&amp;action=new</link>
			<description><![CDATA[<p><strong>Vista-Tool Guide. </strong></p><p>Things you need : <br />*A Vista DVD or ISO <br />(Its recommended to use a Vista source that already has SP1 in it, saves you lots of time. <br />otherwise you will have to integrate SP1 first. Make sure you use a clean source nothing edited yet. <br />So i skip that part.) <br />*a drive or a partition with lots of space <br />*The slipstream tool , Vista-Tool or Vlite <br />*Hotfix Packs <br />*Driver Packs <br />*Windows System Image Manager (WAIK) </p><p>Unpack your Vista DVD or ISO to a folder. <br />Examples : D:\Vistax64 or D:\Vistax86 <br />The hotfixes to : D:\Vistawork\Hotfixesx64 or D:\Hotfixesx86 <br />And the drivers : D:\Vistawork\Drivers64 or D:\Vistawork\Drivers86 <br />Your tools etc. D:\Vistawork\Tools <br />Mount folder D:\Vistawork\Mount <br /><strong>Folders :</strong><br /><span class="postimg"><img src="http://img8.imageshack.us/img8/9356/foldersl.jpg" alt="http://img8.imageshack.us/img8/9356/foldersl.jpg" /></span></p><p><strong>Vista DVD folder :</strong><br /><span class="postimg"><img src="http://img8.imageshack.us/img8/5541/vistadvdfolder.jpg" alt="http://img8.imageshack.us/img8/5541/vistadvdfolder.jpg" /></span><br />Remove the files marked on this screenshot, they are not needed.</p><p>In there you will see a folder called &quot;Sources&quot;<br />Remove everything inside, exept <strong>&quot;boot.wim&quot; &amp; &quot;install.wim&quot;</strong><br /><strong>Source folder:</strong><br /><span class="postimg"><img src="http://img11.imageshack.us/img11/8201/sourcesfolder.jpg" alt="http://img11.imageshack.us/img11/8201/sourcesfolder.jpg" /></span></p><br /><p>The Vista source will get bigger after slipstreaming, so its recomended to use only one version of Vista. <br />In this guide i will do &quot;Vista Ultimate&quot; <br />To make your Vista DVD a &quot;Ultimate&quot; only can be done on a few ways. <br />But i will discuss the easiest one for now. <br />And that is with <strong>&quot;Vlite&quot;</strong><br /><strong>First install WAIK :</strong><br /><span class="postimg"><img src="http://driverpacks.sytes.net/vistapacks/images/download.png" alt="http://driverpacks.sytes.net/vistapacks/images/download.png" /></span><br />-<a href="http://www.microsoft.com/downloads/info.aspx?na=90&amp;p=&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=94bb6e34-d890-4932-81a5-5b50c657de08&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f9%2fc%2fd%2f9cdfa30e-5901-40e4-b6bf-4a0086ea0a6a%2f6001.18000.080118-1840-kb3aikl_en.iso"><strong>Windows Automated Installation Kit (AIK) for Vista Sp1 &amp; Windows Server 2008</strong></a><strong>- 1202,09 MB</strong></p><p>And Vista-Tool 1.0:<br /><span class="postimg"><img src="http://driverpacks.sytes.net/vistapacks/images/vtool.png" alt="http://driverpacks.sytes.net/vistapacks/images/vtool.png" /></span><br /><span class="postimg"><img src="http://driverpacks.sytes.net/vistapacks/images/download.png" alt="http://driverpacks.sytes.net/vistapacks/images/download.png" /></span><br /><a href="http://vistapacks.siginetsoftware.com/files/VISTA-TOOLS.rar">Download : <strong>Vista-Tool 1.0</strong></a><strong>- 84,8 kB</strong><br />Credits : Jan</p><p>Install the latest <strong>&quot;Vlite&quot;</strong> from: <a href="http://www.vlite.net/download.html">http://www.vlite.net/download.html</a></p><p>Then open <strong>&quot;Vlite&quot;</strong>and browse to your VistaDVD folder.<br />Example : <strong>D:\Vistawork\Vistax64</strong> or <strong>D:\Vistawork\Vistax86</strong><br />It will ask wich vista version you want to open, for this example we choose <strong>&quot;Windows Vista Ultimate&quot;</strong><br /><span class="postimg"><img src="http://img11.imageshack.us/img11/1098/vlite1a.jpg" alt="http://img11.imageshack.us/img11/1098/vlite1a.jpg" /></span></p><p>Then only mark : <strong>&quot;Tweaks&quot;</strong> and hit <strong>&quot;Aply&quot;.</strong><br /><span class="postimg"><img src="http://img11.imageshack.us/img11/8463/vlite3.jpg" alt="http://img11.imageshack.us/img11/8463/vlite3.jpg" /></span></p><p>You can set some tweaks here, but its not needed if you dont want to. </p><p>And choose : <strong>&quot;Rebuild one &quot;Ultimate&quot;</strong> and click <strong>&quot;OK&quot;</strong><br /><span class="postimg"><img src="http://img8.imageshack.us/img8/7182/vlite4.jpg" alt="http://img8.imageshack.us/img8/7182/vlite4.jpg" /></span><br />It will take a while...... <br />After that you have a Vista Source (install.wim) that contains only <strong>&quot;Ultimate&quot;</strong></p><p>Unpack all <strong>&quot;Hotfix packs&quot;</strong> to your <strong>&quot;Hotfix folder&quot;</strong> , so you will get one folder with all hotfixes in it. <br /><strong>Hotfix folder:</strong><br /><span class="postimg"><img src="http://img11.imageshack.us/img11/1733/hotfixfolder.jpg" alt="http://img11.imageshack.us/img11/1733/hotfixfolder.jpg" /></span></p><p>And your drivers to one folder but keeping each driverpack folder, so you get one folder wich contains the Audio , Lan, chipset etc. folder. <br /><strong>Driver folder:</strong><br /><span class="postimg"><img src="http://img11.imageshack.us/img11/2796/driverfoldert.jpg" alt="http://img11.imageshack.us/img11/2796/driverfoldert.jpg" /></span></p><p>Now its time to start <strong>&quot;Vista-Tool&quot;</strong><br />I know it can be done with <strong>&quot;Vlite&quot;</strong> to, but doesnt work very well with drivers etc. <br />So i recommend <strong>&quot;Vista-Tool&quot;</strong> to do this job. <br />After starting <strong>&quot;Vista-Tool&quot;</strong> browse to your Vista source folder in the tool. <br />Your <strong>&quot;Mount&quot;</strong> folder (has to be empty) <br />Your driver folder.<br />And the folder for the ISO (Only works if the &quot;install.wim&quot; is smaller then 4gb, more about that later.) <br />Now select in&nbsp; <strong>&quot;Vista-Tool&quot; image &quot;1&quot;</strong> , cause we have only <strong>&quot;Ultimate&quot;</strong> so it contains only one image. <br />Leave the integrate setting the way it is.<br /><span class="postimg"><img src="http://img11.imageshack.us/img11/7707/vtool1.jpg" alt="http://img11.imageshack.us/img11/7707/vtool1.jpg" /></span></p><p>Since most people here have more then 4gb ram, i will only do x64 in this guide. <br />There are a few limitations in <strong>&quot;Vista-tool 1.0&quot;</strong> with x64 drivers.(Will be fixed in next version.) <br />Go to the<strong>&quot;VISTA-TOOLS\Bin&quot;</strong> folder and open the <strong>&quot;Drivers.xml&quot;</strong> with wordpad. <br />There is 2x &quot;DriverPaths&gt; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;PathAndCredentials wcm:action=&quot;add&quot; wcm:keyValue=&quot;1&quot;&gt; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Path&gt;&lt;/Path&gt; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/PathAndCredentials&gt;&quot; <br />In the second one fill in the path to your &quot;x64 driver folder&quot; <br />Example : <strong>&quot;DriverPaths&gt; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;PathAndCredentials wcm:action=&quot;add&quot; wcm:keyValue=&quot;1&quot;&gt; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Path&gt;D:\Vistawork\Drivers64&lt;/Path&gt; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/PathAndCredentials&gt;&quot; </strong><br /><span class="postimg"><img src="http://img8.imageshack.us/img8/2350/driversxml.jpg" alt="http://img8.imageshack.us/img8/2350/driversxml.jpg" /></span><br />And save the file.</p><p>Now put a mark in : <strong>&quot;Mount-RW&quot;</strong> and hit start.<br /><span class="postimg"><img src="http://img15.imageshack.us/img15/3553/mountrw1.jpg" alt="http://img15.imageshack.us/img15/3553/mountrw1.jpg" /></span></p><p>When you go to your <strong>&quot;Mount&quot;</strong> Folder now you will see that it contains Vista now.<br /><span class="postimg"><img src="http://img19.imageshack.us/img19/7369/mountfolder.jpg" alt="http://img19.imageshack.us/img19/7369/mountfolder.jpg" /></span></p><p>At this point you can add or remove things in there , for example put Prime95 etc. in the desktop folder in your <strong>&quot;Mount folder&quot;</strong><br />Just browse in your mount folder to: <strong>&quot;D:\vistawork\MOUNT\Users\Administrator\Desktop&quot;</strong><br />Its also possible to let things install etc, but thats another guide.<br />Now put a mark in <strong>&quot;Integrate Hotfix&quot;</strong> and hit start. <br /><span class="postimg"><img src="http://img19.imageshack.us/img19/5809/hotfixintegrate.jpg" alt="http://img19.imageshack.us/img19/5809/hotfixintegrate.jpg" /></span><br />You will see several command screens like this :<br /><span class="postimg"><img src="http://img19.imageshack.us/img19/1695/hotfixintegrate2.jpg" alt="http://img19.imageshack.us/img19/1695/hotfixintegrate2.jpg" /></span><br /><strong>This will take some time!!</strong><br />After it is finished and your sure no errors occured, you can mark : <strong>&quot;Unmount-Commit&quot;</strong> and hit <strong>&quot;START&quot;</strong> to save your image.<br /><span class="postimg"><img src="http://img19.imageshack.us/img19/1518/commitz.jpg" alt="http://img19.imageshack.us/img19/1518/commitz.jpg" /></span><br />In case something goes wrong you can mark : <strong>&quot;Unmount-Dispose&quot;</strong> , Carefull, this will undo all things you just slipstreamed or changed!!! <br />When everything went fine you have yourself an updated Vista source. <br />Now you can if needed or wanted , open this source again with : <strong>&quot;Vlite&quot;</strong> and remove some stuff that is not realy needed , like: Languages, Picture samples etc. <br />Dont remove things if you are planning to install SP2 later. <br />So becarefull with removing stuff, better first go to the Vlite forum for that!!! <br />Cause this is <strong>NOT</strong> a <strong>&quot;Vista LITE&quot;</strong> guide i will not go into this. <br />Now open a working bootable Vista ISO on your pc , in this case the x64 version.<br /><span class="postimg"><img src="http://img17.imageshack.us/img17/6522/ultra1g.jpg" alt="http://img17.imageshack.us/img17/6522/ultra1g.jpg" /></span><br />With a tool like <strong>&quot;UltraIso&quot;</strong><br />Remove all the vista dvd files you see there. <br /><span class="postimg"><img src="http://img17.imageshack.us/img17/2253/ultra2.jpg" alt="http://img17.imageshack.us/img17/2253/ultra2.jpg" /></span><br />And browse to your VistaDVD source folder and fill it up with that. <br /><span class="postimg"><img src="http://img19.imageshack.us/img19/3366/ultra3x.jpg" alt="http://img19.imageshack.us/img19/3366/ultra3x.jpg" /></span><br />Now go to file, and do : <strong>&quot;Save as&quot;</strong><br /><span class="postimg"><img src="http://img19.imageshack.us/img19/3698/ultra4.jpg" alt="http://img19.imageshack.us/img19/3698/ultra4.jpg" /></span><br />Now you have a up to date bootable ISO. <br />Save that ISO to another location. <br />Now we go integrate the drivers. <br />Start <strong>&quot;Vista-Tool&quot;</strong> again and mark <strong>&quot;Mount-RW&quot;</strong> and hit start. <br /><span class="postimg"><img src="http://img15.imageshack.us/img15/3553/mountrw1.jpg" alt="http://img15.imageshack.us/img15/3553/mountrw1.jpg" /></span><br />Then mark : <strong>&quot;Integrate-Drivers&quot;</strong> and hit <strong>&quot;START&quot;</strong> again. <br /><span class="postimg"><img src="http://img4.imageshack.us/img4/7051/driversss.jpg" alt="http://img4.imageshack.us/img4/7051/driversss.jpg" /></span><br />This will take a while. <br />After it says its done go to the <strong>&quot;VISTA-TOOLS&quot;</strong> folder and open : <strong>&quot;Driverlog.txt&quot;</strong><br />Scroll down to the bottom of this it wil, say something like this : <br /><strong>&quot;SUCCESS:Successfully marked devices for reinstall! (Error code (HRESULT) 0x0.) <br />2009-05-04 14:44:15, Info&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CBS&nbsp; &nbsp; Pkgmgr: Install Drivers Offline Callback: INFO:&nbsp; &nbsp;Installed &#039;274&#039; drivers. (Error code (HRESULT) 0x0.) <br />2009-05-04 14:44:15, Info&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CBS&nbsp; &nbsp; Pkgmgr: Install Drivers Offline Callback: INFO:&nbsp; &nbsp;RETURN InstallDriversOffline (0) (Error code (HRESULT) 0x0.) <br />2009-05-04 14:44:15, Info&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CBS&nbsp; &nbsp; Pkgmgr: return code: 0x0 <br />2009-05-04 14:44:15, Info&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CBS&nbsp; &nbsp; Pkgmgr: return code: 0x0&quot; </strong><br />If not , you did something wrong. <br />If it went ok, mark <strong>&quot;Unmount-Commit&quot;</strong> and hit <strong>&quot;START&quot;</strong><br /><span class="postimg"><img src="http://img19.imageshack.us/img19/1518/commitz.jpg" alt="http://img19.imageshack.us/img19/1518/commitz.jpg" /></span><br />Again this will take a while. <br />Now make an iso out of it with a tool like <strong>&quot;UltraIso&quot;</strong> and your done. <br />The version without drivers can be used if there are coming out some new drivers ,or you want more versions with different driver versions. <br />This way you will always have a driver free version to slipstream drivers in it. <br />Remember you will have to use <strong>&quot;WHQL&quot;</strong> drivers , or you will get popups during the Vista setup about the unsigned drivers. <br />But thats up to you. <br />You also can make it unattended with <strong>&quot;Vlite&quot;</strong> ,so you dont have to do anything and the setup does all the work for you.<br />This is the basic guide, and maybe i forgot a few things, im sorry about that and will fix if needed. </p><p>The Hotfix packs and Tools : <strong><a href="http://www.ryanvm.net/forum/viewtopic.php?t=6228">http://www.ryanvm.net/forum/viewtopic.php?t=6228</a></strong></p><p>The driverpacks : <strong><a href="http://forum.driverpacks.net">http://forum.driverpacks.net</a></strong></p><p>I hope i helped a few with this. </p><p>Muiz</p>]]></description>
			<author><![CDATA[null@example.com (muiz)]]></author>
			<pubDate>Wed, 06 May 2009 20:38:00 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3738&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Help Please make a noob guide. or se my noob guide and help me correct]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3721&amp;action=new</link>
			<description><![CDATA[<p>Hi i have try to make a Image with vista-tool, but cant get the driver itergration to work. Have read all post in this forum. looks like i am allmost there i think, please help me, if someone can see whats wrong</p><p>dont really know what to do first. i seems i have to start with WIAK a make a WIM image dont really know how to make one.</p><p>and it seems like i am missing a component from WIAK, this one PnpCustomizationsNonWinPE&quot; processorArchitecture=&quot;x86<br />i have the X64 in WIAK but not X86 why i dont know. </p><p>se my driver.xml </p><p>----------------------------------------------------------------------------------------------------------------</p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;unattend xmlns=&quot;urn:schemas-microsoft-com:unattend&quot;&gt;
    &lt;settings pass=&quot;offlineServicing&quot;&gt;
        &lt;component name=&quot;Microsoft-Windows-PnpCustomizationsNonWinPE&quot; processorArchitecture=&quot;amd64&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:wcm=&quot;http://schemas.microsoft.com/WMIConfig/2002/State&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;DriverPaths&gt;
                &lt;PathAndCredentials wcm:action=&quot;add&quot; wcm:keyValue=&quot;1&quot;&gt;
                    &lt;Path&gt;I:\driversx64&lt;/Path&gt;
                &lt;/PathAndCredentials&gt;
            &lt;/DriverPaths&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;cpi:offlineImage cpi:source=&quot;wim:h:/vista64bit-dk_updates+vlite/sources/install.wim#Windows Vista ULTIMATE&quot; xmlns:cpi=&quot;urn:schemas-microsoft-com:cpi&quot; /&gt;
&lt;/unattend&gt;</code></pre></div><p>----------------------------------------------------------------------------------------------------------------</p><p>really Need a step by step guide please<br />----------------------------------------------------------------------------------------------------------------</p><p>Running it from Vista 64bit Ultimate<br />this i how i did, i copy my vista DVD to harddriver and start WIAK and open sources\install.wim</p><p>----------------------------------------------------------------------------------------------------------------</p><p><span class="postimg"><img src="http://img520.imageshack.us/img520/325/wiak1.jpg" alt="http://img520.imageshack.us/img520/325/wiak1.jpg" /></span></p><p>----------------------------------------------------------------------------------------------------------------</p><p>then i took a tool in WIAK for driver path se piture</p><p>----------------------------------------------------------------------------------------------------------------</p><p><span class="postimg"><img src="http://img520.imageshack.us/img520/8876/wiak2.jpg" alt="http://img520.imageshack.us/img520/8876/wiak2.jpg" /></span></p><p>----------------------------------------------------------------------------------------------------------------</p><p>then i want to slipstream x64 drivers , i read i have to add the path to your x64 driver folder in the &quot;DRIVERS.XML&quot;<br />i used WIAK for that se piture link</p><p>And Make sure Vista-tools is located on your system drive root, eg &quot;C:\vista-tools&quot;. And also make sure to have WAIK installed as well, or else it wont work.</p><br /><p>----------------------------------------------------------------------------------------------------------------</p><p><span class="postimg"><img src="http://img520.imageshack.us/img520/8863/wiakq.jpg" alt="http://img520.imageshack.us/img520/8863/wiakq.jpg" /></span></p><p>----------------------------------------------------------------------------------------------------------------</p><p>and after WIAK i think i have to use Vista-tool, can anyone see if all is set right.<br />----------------------------------------------------------------------------------------------------------------</p><p><span class="postimg"><img src="http://img524.imageshack.us/img524/1596/vistatool.jpg" alt="http://img524.imageshack.us/img524/1596/vistatool.jpg" /></span></p><p>----------------------------------------------------------------------------------------------------------------</p><p>My drivers folder looks like this, i read that there must not be space in between lettes, i unpacked driverpacks X64 with Winrar some sound driver + vga driver. see picture</p><p>----------------------------------------------------------------------------------------------------------------</p><p><span class="postimg"><img src="http://img528.imageshack.us/img528/5840/x64drivers.jpg" alt="http://img528.imageshack.us/img528/5840/x64drivers.jpg" /></span></p><p>----------------------------------------------------------------------------------------------------------------</p><p>my hotfix folder see picture</p><p>----------------------------------------------------------------------------------------------------------------</p><p><span class="postimg"><img src="http://img151.imageshack.us/img151/9033/hotfixes.jpg" alt="http://img151.imageshack.us/img151/9033/hotfixes.jpg" /></span></p><p>----------------------------------------------------------------------------------------------------------------</p><p>then i start Vista tool and this is how it looks</p><p>it seems that hotfixes works fine with intergration by Vista-tool</p><p>----------------------------------------------------------------------------------------------------------------</p><p><span class="postimg"><img src="http://img151.imageshack.us/img151/2336/vistawork.jpg" alt="http://img151.imageshack.us/img151/2336/vistawork.jpg" /></span></p><p><span class="postimg"><img src="http://img520.imageshack.us/img520/4030/vistawork11.jpg" alt="http://img520.imageshack.us/img520/4030/vistawork11.jpg" /></span></p><br /><br /><p>i think that is it, and then i burn the ISO on to DVDR</p><p>and yes the driver intergration dont work see my log file for vista-tool</p><div class="codebox"><pre><code>2009-04-29 15:07:25, Info                  CBS    Pkgmgr: called with: &quot;&quot;C:\Program Files\Windows AIK\Tools\x86\Servicing\pkgmgr.exe&quot; /o:I:\Vista64bit_Mount;I:\Vista64bit_Mount\Windows /n:I:\driversx64\DRIVERS.XML /l:C:\VISTA-TOOLS\Driverlog&quot;
00000001 Shim considered [l:286{143}]&quot;\??\I:\Vista64bit_Mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-29 15:07:25, Info                  CSI    00000001 Shim considered [l:286{143}]&quot;\??\I:\Vista64bit_Mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000002 Shim considered [l:280{140}]&quot;\??\I:\Vista64bit_Mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-29 15:07:25, Info                  CSI    00000002 Shim considered [l:280{140}]&quot;\??\I:\Vista64bit_Mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000003 Shim considered [l:308{154}]&quot;\??\C:\Program Files\Windows AIK\Tools\x86\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-29 15:07:25, Info                  CSI    00000003 Shim considered [l:308{154}]&quot;\??\C:\Program Files\Windows AIK\Tools\x86\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000004 Shim considered [l:142{71}]&quot;\??\I:\Vista64bit_Mount\Windows\Servicing\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-29 15:07:25, Info                  CSI    00000004 Shim considered [l:142{71}]&quot;\??\I:\Vista64bit_Mount\Windows\Servicing\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000005 Shim considered [l:136{68}]&quot;\??\I:\Vista64bit_Mount\Windows\WinSxS\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-29 15:07:25, Info                  CSI    00000005 Shim considered [l:136{68}]&quot;\??\I:\Vista64bit_Mount\Windows\WinSxS\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000006 Shim considered [l:164{82}]&quot;\??\C:\Program Files\Windows AIK\Tools\x86\Servicing\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_SUCCESS
2009-04-29 15:07:25, Info                  CSI    00000006 Shim considered [l:164{82}]&quot;\??\C:\Program Files\Windows AIK\Tools\x86\Servicing\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_SUCCESS
2009-04-29 15:07:25, Info                  CBS    Pkgmgr: called with: &quot;&quot;C:\Program Files\Windows AIK\Tools\x86\Servicing\pkgmgr.exe&quot; /o:I:\Vista64bit_Mount;I:\Vista64bit_Mount\Windows /n:I:\driversx64\DRIVERS.XML /l:C:\VISTA-TOOLS\Driverlog&quot;
00000001@2009/4/29:13:07:25.690 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x71bcf745 @0xf02dbf @0xefd892 @0xefe27e @0x774ee4a5 @0x77c3cfed)
2009-04-29 15:07:25, Info                  CSI    00000001@2009/4/29:13:07:25.690 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x71bcf745 @0xf02dbf @0xefd892 @0xefe27e @0x774ee4a5 @0x77c3cfed)
00000002@2009/4/29:13:07:25.696 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x71bcf745 @0x71abd1e6 @0x71a9e83c @0xf04174 @0xef75f6 @0xefdabd)
2009-04-29 15:07:25, Info                  CSI    00000002@2009/4/29:13:07:25.696 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x71bcf745 @0x71abd1e6 @0x71a9e83c @0xf04174 @0xef75f6 @0xefdabd)
00000003@2009/4/29:13:07:25.708 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x71bcf745 @0x71aeacc4 @0x71ad2c5c @0xf04174 @0xef75f6 @0xefdabd)
2009-04-29 15:07:25, Info                  CSI    00000003@2009/4/29:13:07:25.708 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x71bcf745 @0x71aeacc4 @0x71ad2c5c @0xf04174 @0xef75f6 @0xefdabd)
2009-04-29 15:07:25, Info                  CBS    Must be doing offline servicing, using stack version from: C:\Program Files\Windows AIK\Tools\x86\Servicing\6.0.6000.16386_x86\cbscore.dll
2009-04-29 15:07:25, Info                  CBS    Loaded Servicing Stack v6.0.6000.16386 with Core: C:\Program Files\Windows AIK\Tools\x86\Servicing\6.0.6000.16386_x86\cbscore.dll
2009-04-29 15:07:25, Error                 CBS    Failed to load offline store from boot directory: &#039;\\?\I:\Vista64bit_Mount\&#039; and windows directory: &#039;\\?\I:\Vista64bit_Mount\Windows\&#039; hr =0x80070003
2009-04-29 15:07:25, Info                  CBS    Pkgmgr: return code: 0x3
2009-04-29 15:07:25, Info                  CBS    Pkgmgr: return code: 0x3</code></pre></div><p>------------------------------------------------------------------------------------------------------------<br />i really hope someone will help me finish this guide.</p><p>and my Drivers.xml log file </p><p>------------------------------------------------------------------------------------------------------------</p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;unattend xmlns=&quot;urn:schemas-microsoft-com:unattend&quot;&gt;
    &lt;settings pass=&quot;offlineServicing&quot;&gt;
        &lt;component name=&quot;Microsoft-Windows-PnpCustomizationsNonWinPE&quot; processorArchitecture=&quot;amd64&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:wcm=&quot;http://schemas.microsoft.com/WMIConfig/2002/State&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;DriverPaths&gt;
                &lt;PathAndCredentials wcm:action=&quot;add&quot; wcm:keyValue=&quot;1&quot;&gt;
                    &lt;Path&gt;I:\driversx64&lt;/Path&gt;
                &lt;/PathAndCredentials&gt;
            &lt;/DriverPaths&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;cpi:offlineImage cpi:source=&quot;wim:h:/vista64bit-dk_updates+vlite/sources/install.wim#Windows Vista ULTIMATE&quot; xmlns:cpi=&quot;urn:schemas-microsoft-com:cpi&quot; /&gt;
&lt;/unattend&gt;</code></pre></div><p>I am not all done yet more will come to this guide </p><p>Kind regards </p><p>THXMAN</p>]]></description>
			<author><![CDATA[null@example.com (thxman)]]></author>
			<pubDate>Tue, 28 Apr 2009 16:06:16 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3721&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[What am i doing wrong?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3703&amp;action=new</link>
			<description><![CDATA[<div class="codebox"><pre><code>2009-04-18 12:49:48, Info                  CBS    Pkgmgr: called with: &quot;&quot;C:\Program Files\Windows AIK\Tools\x86\Servicing\pkgmgr.exe&quot; /o:C:\vistawork\mount;C:\vistawork\mount\Windows /n:C:\vistawork\drivers\DRIVERS.XML /l:C:\Users\walter\Desktop\Progs\VISTA-TOOLS\Driverlog&quot;
00000001 Shim considered [l:284{142}]&quot;\??\C:\vistawork\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-18 12:49:48, Info                  CSI    00000001 Shim considered [l:284{142}]&quot;\??\C:\vistawork\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000002 Shim considered [l:278{139}]&quot;\??\C:\vistawork\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-18 12:49:48, Info                  CSI    00000002 Shim considered [l:278{139}]&quot;\??\C:\vistawork\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000003 Shim considered [l:308{154}]&quot;\??\C:\Program Files\Windows AIK\Tools\x86\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-18 12:49:48, Info                  CSI    00000003 Shim considered [l:308{154}]&quot;\??\C:\Program Files\Windows AIK\Tools\x86\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6000.16386_none_07289f4cca5f6990\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000004 Shim considered [l:140{70}]&quot;\??\C:\vistawork\mount\Windows\Servicing\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-18 12:49:48, Info                  CSI    00000004 Shim considered [l:140{70}]&quot;\??\C:\vistawork\mount\Windows\Servicing\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000005 Shim considered [l:134{67}]&quot;\??\C:\vistawork\mount\Windows\WinSxS\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
2009-04-18 12:49:48, Info                  CSI    00000005 Shim considered [l:134{67}]&quot;\??\C:\vistawork\mount\Windows\WinSxS\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND
00000006 Shim considered [l:164{82}]&quot;\??\C:\Program Files\Windows AIK\Tools\x86\Servicing\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_SUCCESS
2009-04-18 12:49:48, Info                  CSI    00000006 Shim considered [l:164{82}]&quot;\??\C:\Program Files\Windows AIK\Tools\x86\Servicing\6.0.6000.16386_x86\pkgmgr.exe&quot; : got STATUS_SUCCESS
2009-04-18 12:49:48, Info                  CBS    Pkgmgr: called with: &quot;&quot;C:\Program Files\Windows AIK\Tools\x86\Servicing\pkgmgr.exe&quot; /o:C:\vistawork\mount;C:\vistawork\mount\Windows /n:C:\vistawork\drivers\DRIVERS.XML /l:C:\Users\walter\Desktop\Progs\VISTA-TOOLS\Driverlog&quot;
00000001@2009/4/18:15:49:48.534 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6aa2f745 @0x732dbf @0x72d892 @0x72e27e @0x75c14911 @0x7716e4b6)
2009-04-18 12:49:48, Info                  CSI    00000001@2009/4/18:15:49:48.534 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6aa2f745 @0x732dbf @0x72d892 @0x72e27e @0x75c14911 @0x7716e4b6)
00000002@2009/4/18:15:49:48.538 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6aa2f745 @0x6aebd1e6 @0x6ae9e83c @0x734174 @0x7275f6 @0x72dabd)
2009-04-18 12:49:48, Info                  CSI    00000002@2009/4/18:15:49:48.538 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6aa2f745 @0x6aebd1e6 @0x6ae9e83c @0x734174 @0x7275f6 @0x72dabd)
00000003@2009/4/18:15:49:48.547 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6aa2f745 @0x6aeeacc4 @0x6aed2c5c @0x734174 @0x7275f6 @0x72dabd)
2009-04-18 12:49:48, Info                  CSI    00000003@2009/4/18:15:49:48.547 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6aa2f745 @0x6aeeacc4 @0x6aed2c5c @0x734174 @0x7275f6 @0x72dabd)
2009-04-18 12:49:48, Info                  CBS    Must be doing offline servicing, using stack version from: C:\Program Files\Windows AIK\Tools\x86\Servicing\6.0.6000.16386_x86\cbscore.dll
2009-04-18 12:49:48, Info                  CBS    Loaded Servicing Stack v6.0.6000.16386 with Core: C:\Program Files\Windows AIK\Tools\x86\Servicing\6.0.6000.16386_x86\cbscore.dll
2009-04-18 12:49:48, Error                 CBS    Failed to load offline store from boot directory: &#039;\\?\C:\vistawork\mount\&#039; and windows directory: &#039;\\?\C:\vistawork\mount\Windows\&#039; hr =0x80070003
2009-04-18 12:49:48, Info                  CBS    Pkgmgr: return code: 0x3
2009-04-18 12:49:48, Info                  CBS    Pkgmgr: return code: 0x3</code></pre></div><p>I &quot;think&quot; i did exactly what readme.txt instructed... but i think there is something going wrong with the &quot;mout&quot; directory.</p>]]></description>
			<author><![CDATA[null@example.com (ssabbath)]]></author>
			<pubDate>Sat, 18 Apr 2009 14:56:32 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3703&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Vista-tool 2.0 Screenshots]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?id=3699&amp;action=new</link>
			<description><![CDATA[<p>We are working on a newer version of Vista-Tool<br />Here are some screenshots of one of the first alpha builds.</p><p><a href="http://img16.imageshack.us/my.php?image=vt2i.jpg"><span class="postimg"><img src="http://img16.imageshack.us/img16/8664/vt2i.th.jpg" alt="http://img16.imageshack.us/img16/8664/vt2i.th.jpg" /></span></a></p><p><a href="http://img16.imageshack.us/my.php?image=vt22.jpg"><span class="postimg"><img src="http://img16.imageshack.us/img16/7674/vt22.th.jpg" alt="http://img16.imageshack.us/img16/7674/vt22.th.jpg" /></span></a></p><p>Its far from ready, but as you can see we are working on it.</p>]]></description>
			<author><![CDATA[null@example.com (muiz)]]></author>
			<pubDate>Thu, 16 Apr 2009 22:12:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?id=3699&amp;action=new</guid>
		</item>
	</channel>
</rss>
