<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - How to call DP_Install_Tool.cmd after sysprep.]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3846</link>
		<description><![CDATA[The most recent posts in How to call DP_Install_Tool.cmd after sysprep..]]></description>
		<lastBuildDate>Tue, 07 Jul 2009 13:38:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32389#p32389</link>
			<description><![CDATA[<p>Appears to work accept i needed a title in there.</p><div class="codebox"><pre><code>start /wait &quot;Insert title here&quot; &quot;%SystemRoot%\system32\DP_Install_Tool.cmd&quot;</code></pre></div><p>Although i don&#039;t really know if i need this because of the issue of &quot;Found New Hardware Wizard&quot;.</p><p>see post<br /><a href="http://forum.driverpacks.net/viewtopic.php?id=3859">http://forum.driverpacks.net/viewtopic.php?id=3859</a></p>]]></description>
			<author><![CDATA[null@example.com (JustusIV)]]></author>
			<pubDate>Tue, 07 Jul 2009 13:38:29 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32389#p32389</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32376#p32376</link>
			<description><![CDATA[<p>about a gig of disc space more required for M1 however you can use devpath for KTD like features...</p><p>However since after the install the drivers are not needed and should be deleted it really doesn&#039;t matter where you put them since you will delete them... I would not put anything i was going to delete in system32... just in case <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Tue, 07 Jul 2009 02:09:00 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32376#p32376</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32372#p32372</link>
			<description><![CDATA[<p>Once again i will have to give this a whirl tomorrow as i am not at work. I admit hard coding C:\windows is a bad idea but....<br />Whats the big deal on the system32 dir? I have started a habit of throwing a bunch of stuff in there, very handy for cmd tools etc<br />BTW m1. i dont really understand the difference between the two for SAD.</p>]]></description>
			<author><![CDATA[null@example.com (JustusIV)]]></author>
			<pubDate>Mon, 06 Jul 2009 23:04:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32372#p32372</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32369#p32369</link>
			<description><![CDATA[<p>Try this alternate...</p><p>Start /wait &quot;%SystemRoot%\system32\DP_Install_Tool.cmd&quot;</p><p>You did not really put the driverpacks in System32 did you? Oh my... M1 or M2?</p><br /><p>PS always use %SystemRoot% instead of hardcoding C:\Windows - That is a very bad habit to get yourself into <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" />.</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Mon, 06 Jul 2009 22:50:02 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32369#p32369</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32357#p32357</link>
			<description><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>use the command &quot;Call&quot; to run the script from a batchfile</p><p>Call %SystemDrive%/DriverPacks.net/DP_Install_Tool.cmd</p><p>that way it will return to your batchfile after the script exits.</p></blockquote></div><p>This did not appear to work. Here is what i have. My file simply just ran the DP_Install_Tool and never ran the rest of my code. I have been using the file without the first call for a long time with no issues. Any ideas on what i am doing wrong?</p><p>firstboot.cmd<br /></p><div class="codebox"><pre><code>Call C:\WINDOWS\system32\DP_Install_Tool.cmd
@Echo off
c:\windows\system32\wsname /N:$SERIALNUM
reg add &quot;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Runonce&quot; /V runforme /d c:\windows\system32\secondboot.cmd
c:\windows\system32\shutgui /l /y /t:60 /r</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (JustusIV)]]></author>
			<pubDate>Mon, 06 Jul 2009 13:29:53 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32357#p32357</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32296#p32296</link>
			<description><![CDATA[<p>Perfect, that&#039;s what i did not do. I will give it a whirl. Thank you!!!!</p>]]></description>
			<author><![CDATA[null@example.com (JustusIV)]]></author>
			<pubDate>Sat, 04 Jul 2009 14:11:56 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32296#p32296</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32287#p32287</link>
			<description><![CDATA[<p>use the command &quot;Call&quot; to run the script from a batchfile</p><p>Call %SystemDrive%/DriverPacks.net/DP_Install_Tool.cmd</p><p>that way it will return to your batchfile after the script exits.</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 04 Jul 2009 02:59:13 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32287#p32287</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32285#p32285</link>
			<description><![CDATA[<p>How about calling DP_Install_Tool from a different batch file?<br />I would like to run DP_Install_Tool then do some things via batch after it completes but it seemed to just take over the batch file and the rest would never run <img src="http://forum.driverpacks.net/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />Maybe i as doing something silly i dont know.</p><p>P.S. <br />Thanks for all the help you have sent my way.<br />Maybe i should tell you guys how i am trying to run my universal image and you can tell me if there is better ways to do it.</p>]]></description>
			<author><![CDATA[null@example.com (JustusIV)]]></author>
			<pubDate>Sat, 04 Jul 2009 01:14:31 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32285#p32285</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32281#p32281</link>
			<description><![CDATA[<p>RunOnceEx is probably better and how I coded it in the alpha of BASE <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 03 Jul 2009 22:20:57 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32281#p32281</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32275#p32275</link>
			<description><![CDATA[<p>When i did this, i had to hit cancel on all the driver found new hardware prompts before it would proceed. <br />Still looking for tips.</p>]]></description>
			<author><![CDATA[null@example.com (JustusIV)]]></author>
			<pubDate>Fri, 03 Jul 2009 18:54:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32275#p32275</guid>
		</item>
		<item>
			<title><![CDATA[How to call DP_Install_Tool.cmd after sysprep.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32247#p32247</link>
			<description><![CDATA[<p>I am just curious how other people are doing this.<br />what i have done is entered into <br />sysprep.inf<br /></p><div class="codebox"><pre><code>[GUIRUNONCE]
    command0=&quot;C:\SAD\DriverPacks.net\DP_Install_Tool.cmd&quot;</code></pre></div><p>Is there a better way?</p>]]></description>
			<author><![CDATA[null@example.com (JustusIV)]]></author>
			<pubDate>Thu, 02 Jul 2009 20:10:38 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32247#p32247</guid>
		</item>
	</channel>
</rss>
