<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [IMPL] Compatibility with remote installation service RIS with XP]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=4808&amp;type=atom"/>
	<updated>2011-04-18T06:42:00Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=4808</id>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=43411#p43411"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[whairs01]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=17184</uri>
			</author>
			<updated>2011-04-18T06:42:00Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=43411#p43411</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=41470#p41470"/>
			<content type="html"><![CDATA[<p>I am implementing this in our test version now</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2010-11-20T07:39:39Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=41470#p41470</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=40743#p40743"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2010-10-11T04:25:37Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=40743#p40743</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=40413#p40413"/>
			<content type="html"><![CDATA[<p>Nice.&nbsp; Should be easy to implement for the next version of DriverPacks BASE.</p>]]></content>
			<author>
				<name><![CDATA[mr_smartepants]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1602</uri>
			</author>
			<updated>2010-09-16T05:07:12Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=40413#p40413</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[IMPL] Compatibility with remote installation service RIS with XP]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=40412#p40412"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[nickhill]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=13612</uri>
			</author>
			<updated>2010-09-15T23:05:34Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=40412#p40412</id>
		</entry>
</feed>
