<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Vista-Tool 2.0 beta 3]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3959</link>
		<description><![CDATA[The most recent posts in Vista-Tool 2.0 beta 3.]]></description>
		<lastBuildDate>Mon, 01 Oct 2012 00:18:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49351#p49351</link>
			<description><![CDATA[<div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>The drivers in the &quot;All&quot; folder are supported by &quot;all&quot; the OS.&nbsp; The other folders are OS-specific.&nbsp; So when integrating into a Vista OS, you should use both &quot;All&quot; and &quot;Vista&quot;.<br />Though if you come across any errors, let me know in case we need to shuffle some drivers around.</p></blockquote></div><p>I will do so. I add USB 3 support to my Vista boot.wim and it worked like a charm.&nbsp; Vista isn&#039;t very slipstream easy and takes allot to make Vista happy! lol I will do the All Folder and the Vista Folder and run some test. Again, thanks mr_smartepants, you are the man! <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (laddanator)]]></author>
			<pubDate>Mon, 01 Oct 2012 00:18:14 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49351#p49351</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49350#p49350</link>
			<description><![CDATA[<p>The drivers in the &quot;All&quot; folder are supported by &quot;all&quot; the OS.&nbsp; The other folders are OS-specific.&nbsp; So when integrating into a Vista OS, you should use both &quot;All&quot; and &quot;Vista&quot;.<br />Though if you come across any errors, let me know in case we need to shuffle some drivers around.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Sun, 30 Sep 2012 20:11:47 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49350#p49350</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49349#p49349</link>
			<description><![CDATA[<div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>Why not do all that in a &quot;for&quot; loop?<br /></p><div class="codebox"><pre><code>@ECHO off &amp; setlocal EnableDelayedExpansion

::blah blah blah...
SET &quot;PEIMG=%~dp0WindowsAIK\Tools\PETools\peimg.exe&quot;
SET &quot;DRIVERS=%~dp0BootDrivers&quot;

FOR /F %%I IN (&#039;dir /b /s &quot;%DRIVERS%\*.inf&quot;&#039;) DO (
  ECHO Integrating %%I
  %PEIMG% /inf=%%I %~dp0Mount
)
::blah blah blah...</code></pre></div></blockquote></div><br /><br /><p>Thanks man that was the ticket! Been awhile since I used the dir /b /s and completely forgot about it. Been doing allot of VBS stuff. It&#039;s amazing how quick you forget the simple stuff. One more question and I have asked you this before. peimg.exe is not as picky as DISM when slipstreaming drivers. I notice in the all folders allot of the Mass Storage stuff is for XP or newer or Win7 and 8. Should I&nbsp; be using JUST the Vista folder which has no Intel stuff among others. Scared the say Windows 7 drivers has the same name as the&nbsp; Vista one and the one for Vista will be over written for the one with 7 if that makes sense?</p>]]></description>
			<author><![CDATA[null@example.com (laddanator)]]></author>
			<pubDate>Sun, 30 Sep 2012 12:13:12 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49349#p49349</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49343#p49343</link>
			<description><![CDATA[<p>Why not do all that in a &quot;for&quot; loop?<br /></p><div class="codebox"><pre><code>@ECHO off &amp; setlocal EnableDelayedExpansion

::blah blah blah...
SET &quot;PEIMG=%~dp0WindowsAIK\Tools\PETools\peimg.exe&quot;
SET &quot;DRIVERS=%~dp0BootDrivers&quot;

FOR /F %%I IN (&#039;dir /b /s &quot;%DRIVERS%\*.inf&quot;&#039;) DO (
  ECHO Integrating %%I
  %PEIMG% /inf=%%I %~dp0Mount
)
::blah blah blah...</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Sat, 29 Sep 2012 19:38:49 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49343#p49343</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49341#p49341</link>
			<description><![CDATA[<p>I installed WAIK 1.0 in a Vista machine with PEIMAGE in the tools folder (newer WAIK doesn&#039;t have the peimage.exe) and copied the whole WAIK folder to Windows 7 NT6x Hard Drive and made this little quick script</p><div class="codebox"><pre><code>@echo off 
color 9F
Title Vista Boot.wim Slipstrem Driver CMD

echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
echo.
echo Mounting Boot.wim 2
echo.
rem Dism /Mount-Wim /WimFile:%~dp0BootWim\BOOT.WIM /index:2 /MountDir:%~dp0Mount
pause
echo.
echo Adding Drivers To Boot.wim 2
echo.
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\AMD\1\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\AMD\4\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\ARECA\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\ASmedia\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Highpoint\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Intel\1\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Intel\3\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Intel\4\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Intel\5\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\ITE\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Jmicron\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\LSI\1\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\LSI\2\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\LSI\3\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\LSI\5\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\LSI\6\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\LSI\9\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Marvell\1\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Marvell\2\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Nvidia\3\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\Nvidia\4\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\1\1\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\1\2\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\2\1\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\2\2\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\2\3\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\3\1\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\3\2\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\4\1\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\4\2\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\SiliconImage\5\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\VIA\*inf %~dp0Mount
%~dp0WindowsAIK\Tools\PETools\peimg.exe /inf=%~dp0BootDrivers\VMware\*inf %~dp0Mount
pause
echo.
echo Unmounting Boot.wim 2
echo.
Dism /Unmount-Wim /MountDir:%~dp0Mount /commit
echo.
echo ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
pause
echo Boot Driver Integration Complete
:end
pause </code></pre></div><p>The Vista Tool will mount the boot.wim if you change the boot.wim to install.wim and will say that the drivers slipstream but after remounting the boot.wim to check, no drivers really slipstream so peimage.exe is the only way I know of to slipstream drivers to Vista Boot.wim. You can see why I was hoping for a tool to do this. Each driver path has to be absolute. No /recurse commands like DISM to use to make peimage.exe scan all subfolders. <img src="http://forum.driverpacks.net/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (laddanator)]]></author>
			<pubDate>Sat, 29 Sep 2012 14:08:57 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49341#p49341</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49332#p49332</link>
			<description><![CDATA[<div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>I can&#039;t remember.&nbsp; It&#039;s been so long since I&#039;ve done a Vista image.<br />To make it easy for myself, I think I just put all the mass storage drivers in a folder named &quot;$WinPEDriver$&quot; at the root of the .iso.</p></blockquote></div><br /><p>In am using USB so not sure how to incorporate the&nbsp; $WinPEDriver$. I will play around with it some. I got the drivers slipstreamed into the boot.wim and I don&#039;t update the boot wim much until one of my techs mention that on the install phase, no hard drive would show up because of a missing driver. I haven&#039;t update Vista boot.wim in a year or more til this HP came in and on reload, the hard drive wouldn&#039;t show up so I slipstreamed the new mass storage pack using peimage and all is well again but what a slow way to do so</p>]]></description>
			<author><![CDATA[null@example.com (laddanator)]]></author>
			<pubDate>Fri, 28 Sep 2012 18:01:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49332#p49332</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49331#p49331</link>
			<description><![CDATA[<p>I can&#039;t remember.&nbsp; It&#039;s been so long since I&#039;ve done a Vista image.<br />To make it easy for myself, I think I just put all the mass storage drivers in a folder named &quot;$WinPEDriver$&quot; at the root of the .iso.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Fri, 28 Sep 2012 17:30:09 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49331#p49331</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49329#p49329</link>
			<description><![CDATA[<div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>Uploaded to mediafire and updated first post with link.<br />Hope it works for you.</p></blockquote></div><br /><p>Thanks so much, mr_smartepants. Now not sure in thinking back if this tool will work on the boot.wim, I am using peimage.exe to do the drivers now and you have to do them one by one or type out this crazy long cmd because with that program, paths have to exact and in Mass Storage Pack, there are a ton of folder structures or trees.</p><p>Update. </p><p>I kinda tricked the Vista Tool and changed the name of the boot.wim to install.wim and it worked but out of the folder All for Mass Storage, it only slipstreamed 13 drivers. It&#039;s 90 plus drivers in the folder and I know some are Win7 but figured it would be more than 13 for Vista? Does this sound right, mr_smartepants?</p>]]></description>
			<author><![CDATA[null@example.com (laddanator)]]></author>
			<pubDate>Fri, 28 Sep 2012 10:07:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49329#p49329</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49324#p49324</link>
			<description><![CDATA[<p>Uploaded to mediafire and updated first post with link.<br />Hope it works for you.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Fri, 28 Sep 2012 05:12:38 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49324#p49324</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49320#p49320</link>
			<description><![CDATA[<div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>Vista-tool has been abandoned.<br />Instead, try the other tools we have stickied.<br />A new tool is <a href="http://www.wincert.net/forum/index.php?/topic/8158-gdism-eldi-v62/">GDISM</a>, written in Java and portable.</p></blockquote></div><br /><p>I know this has been abandoned but does anyone have a link to this tool? I just need it to slipstream boot.wim drivers for Vista and I can&#039;t get Gdism to work. It installs but when I try to run it, get this program had to close error. I have I lost my Hard Drive that had a copy of Vista Tool 2 Beta 3</p>]]></description>
			<author><![CDATA[null@example.com (laddanator)]]></author>
			<pubDate>Fri, 28 Sep 2012 00:02:31 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49320#p49320</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=42779#p42779</link>
			<description><![CDATA[<p>Vista-tool has been abandoned.<br />Instead, try the other tools we have stickied.<br />A new tool is <a href="http://www.wincert.net/forum/index.php?/topic/8158-gdism-eldi-v62/">GDISM</a>, written in Java and portable.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Sat, 26 Feb 2011 17:27:05 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=42779#p42779</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=42776#p42776</link>
			<description><![CDATA[<p>any chance someone could send beta 3 for me,</p><p>thanks,</p>]]></description>
			<author><![CDATA[null@example.com (Registered)]]></author>
			<pubDate>Sat, 26 Feb 2011 09:47:16 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=42776#p42776</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=40334#p40334</link>
			<description><![CDATA[<p>The link for v2.0 beta 3 does not work. Does anyone have a link for this file?<br />I&#039;m a little late to the game here, but I&#039;m in the process of creating an updated Vista disc.<br />I&#039;ve recently finished my nLite disc for XP, all updated and perfectly customized, now I&#039;m moving to Vista, then after this I&#039;ll look into 7.</p><p>EDIT: I suppose I&#039;ll just have to use v1.0. <img src="http://forum.driverpacks.net/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (Mr.Tom)]]></author>
			<pubDate>Tue, 07 Sep 2010 16:50:14 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=40334#p40334</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=40248#p40248</link>
			<description><![CDATA[<p>Thanx!</p>]]></description>
			<author><![CDATA[null@example.com (predator2003)]]></author>
			<pubDate>Mon, 30 Aug 2010 15:12:14 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=40248#p40248</guid>
		</item>
		<item>
			<title><![CDATA[Re: Vista-Tool 2.0 beta 3]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=40216#p40216</link>
			<description><![CDATA[<div class="quotebox"><cite>predator2003 wrote:</cite><blockquote><p>Is Vista-Tool 2.0 Beta 3 anywhere available for Download?<br />I know its Discontinued but i need it, my local copy was deleted.</p></blockquote></div><p>Check your email.&nbsp; I don&#039;t want to put it back on the FTP because muiz is supposedly trying to restore the sytes server (and it&#039;s files).</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Sat, 28 Aug 2010 10:31:44 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=40216#p40216</guid>
		</item>
	</channel>
</rss>
