<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [IMPL] Compatibility with remote installation service RIS with XP]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=4808</link>
		<description><![CDATA[The most recent posts in [IMPL] Compatibility with remote installation service RIS with XP.]]></description>
		<lastBuildDate>Mon, 18 Apr 2011 06:42:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=43411#p43411</link>
			<description><![CDATA[<p>I make the modificaton to the presetup.cmd but it did not work. is there any other code needed to be added or modified to get this to work from my HD. Please advice. Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (whairs01)]]></author>
			<pubDate>Mon, 18 Apr 2011 06:42:00 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=43411#p43411</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=41470#p41470</link>
			<description><![CDATA[<p>I am implementing this in our test version now</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 20 Nov 2010 07:39:39 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=41470#p41470</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=40743#p40743</link>
			<description><![CDATA[<p>I agree... <br />It&#039;s a good idea and easy to do. </p><p>I see no downside to this and it will work for any &quot;create local source&quot; installs. </p><p>Well done Nick</p><p>Welcome to DriverPacks and have an awesome day.</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Mon, 11 Oct 2010 04:25:37 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=40743#p40743</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=40413#p40413</link>
			<description><![CDATA[<p>Nice.&nbsp; Should be easy to implement for the next version of DriverPacks BASE.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Thu, 16 Sep 2010 05:07:12 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=40413#p40413</guid>
		</item>
		<item>
			<title><![CDATA[[IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=40412#p40412</link>
			<description><![CDATA[<p>I have made my driverpack enabled CD work with remote installation (RIS), and would like the &#039;hack&#039; incorporated in the standard script so that it will work for everyone.</p><p>Remote installation for XP copies the entire content of the install CD to \$win_nt$.~ls\ on the install hard drive. The second stage of installation proceeds from that folder&nbsp; </p><p>The location of the driverpacks install is discovered in the script&nbsp; %installdrive%/i386/presetup.cmd <br /></p><div class="codebox"><pre><code>SET TAGFILE=\OEM  
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST &quot;%%i:%TAGFILE%&quot; SET CDDRIVE=%%i:&amp; GOTO DPsFound
:DPsFound</code></pre></div><p>I suggest the following instead, which makes driverpacks for XP RIS compatible:</p><div class="codebox"><pre><code>SET TAGFILE=\OEM  
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST &quot;%%i:%TAGFILE%&quot; SET CDDRIVE=%%i:&amp; GOTO DPsFound
IF EXIST &quot;\$win_nt$.~ls&quot; SET CDDRIVE=\$win_nt$.~ls
:DPsFound</code></pre></div><p>The line inserted will never run unless the tag file isn&#039;t located. I can&#039;t imagine any bugs this could introduce.</p>]]></description>
			<author><![CDATA[null@example.com (nickhill)]]></author>
			<pubDate>Wed, 15 Sep 2010 23:05:34 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=40412#p40412</guid>
		</item>
	</channel>
</rss>
