<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [PENDING] I386 folder]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=541</link>
		<description><![CDATA[The most recent posts in [PENDING] I386 folder.]]></description>
		<lastBuildDate>Sat, 23 Sep 2006 11:54:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=4440#p4440</link>
			<description><![CDATA[<p>Save this as <strong>copyI368.au3</strong> and compile it with AutoIt 3 (http://www.autoitscript.com/). Now you&#039;ll have <strong>copyI386.exe</strong>. You can of course name it whatever you want. Also add it to GUIRunOnce/RunOnceEx/XPlode/WPI to execute it, or whatever you&#039;re using of course.</p><div class="codebox"><pre><code>local $possibleDriveletters[24] = [&quot;c&quot;, &quot;d&quot;, &quot;e&quot;, &quot;f&quot;, &quot;g&quot;, &quot;h&quot;, &quot;i&quot;, &quot;j&quot;, &quot;k&quot;, &quot;l&quot;, &quot;m&quot;, &quot;n&quot;, &quot;o&quot;, &quot;p&quot;, &quot;q&quot;, &quot;r&quot;, &quot;s&quot;, &quot;t&quot;, &quot;u&quot;, &quot;v&quot;, &quot;w&quot;, &quot;x&quot;, &quot;y&quot;, &quot;z&quot;]
local $set_driveLetter

; find drive letter
for $i=0 to uBound($possibleDriveletters)-1
	if fileExists($possibleDriveletters[$i] &amp; &quot;:\I386&quot;) then
		$set_driveLetter = $possibleDriveletters[$i] &amp; &quot;:&quot;
		exitLoop
	endIf
next

; copy I386\* directory to %systemroot%\source\I386\*
dirCopy($set_driveLetter &amp; &quot;\I386&quot;, @windowsDir &amp; &quot;\source\I386&quot;)

; update the 
regWrite(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion&quot;, &quot;SourcePath&quot;, &quot;REG_SZ&quot;, @windowsDir &amp; &quot;\source\I386&quot;)
regWrite(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup&quot;, &quot;SourcePath&quot;, &quot;REG_SZ&quot;, @windowsDir &amp; &quot;\source&quot;)</code></pre></div><p>That should do the job!</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Sat, 23 Sep 2006 11:54:54 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=4440#p4440</guid>
		</item>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3435#p3435</link>
			<description><![CDATA[<p>Thank you, I appreciate what you are saying about the scope of the project and agree with you.</p><p>A script would be most welcome as I am a hardware tech and programming it out of my league.</p><p>What programming language do you write the driverpacks in ????<br />(just interested)</p><p>Thank you for all your hard work and speedy replies to our problems.</p>]]></description>
			<author><![CDATA[null@example.com (BigBrit)]]></author>
			<pubDate>Fri, 25 Aug 2006 19:07:47 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3435#p3435</guid>
		</item>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3433#p3433</link>
			<description><![CDATA[<p>If you want to, I&#039;ll create you a script to easily do this. But I won&#039;t include it in the DriverPack Sound B, as it is totally NOT related to its purpose: slipstreaming the DriverPacks. I don&#039;t want to add options that are completely out of the target of the DriverPack Sound B: I want to keep it simple. This is not meant as a complete solution for creating your installation disc.</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Fri, 25 Aug 2006 18:54:38 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3433#p3433</guid>
		</item>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3430#p3430</link>
			<description><![CDATA[<p>It is useful for adding OTHER things that are not installed by XP as default, i.e. Netbuei and various other Windows apps and utils.<br />Sometimes XP asks for the CD to be installed, I have mine on my bench, other people would have to search for theirs.<br />This is NOT related to your DriverPack program. Vendors such as HP, Dell, Gateway etc. always add the I386 folder to prevent user calls.</p>]]></description>
			<author><![CDATA[null@example.com (BigBrit)]]></author>
			<pubDate>Fri, 25 Aug 2006 18:37:50 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3430#p3430</guid>
		</item>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3429#p3429</link>
			<description><![CDATA[<div class="quotebox"><cite>RogueSpear wrote:</cite><blockquote><p>If you ever do something that requires your install CD, it&#039;s all on the hard drive and you aren&#039;t even asked for the CD.&nbsp; It usually only happens when to try to add/remove windows components.</p></blockquote></div><p>Aha ok. I translate that to: &quot;very few people need this feature&quot;. But... </p><div class="quotebox"><cite>BigBrit wrote:</cite><blockquote><p>As you have the GUI interface, how about an option to copy the I386 folder to the \root or \windows (user option) and set a registry entry to point to that folder <strong>(if files are needed for drivers etc.)</strong><br />HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SourcePath</p></blockquote></div><p>... that is the reason why BigBrit wants it.</p><p>BigBrit, the drivers that are included in Windows XP are ALWAYS copied to the HDD by default. You don&#039;t have to do this trickery to accomplish that! <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> Or am I missing your point?</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Fri, 25 Aug 2006 18:12:32 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3429#p3429</guid>
		</item>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3427#p3427</link>
			<description><![CDATA[<p>If you ever do something that requires your install CD, it&#039;s all on the hard drive and you aren&#039;t even asked for the CD.&nbsp; It usually only happens when to try to add/remove windows components.</p>]]></description>
			<author><![CDATA[null@example.com (RogueSpear)]]></author>
			<pubDate>Fri, 25 Aug 2006 18:09:29 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3427#p3427</guid>
		</item>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3426#p3426</link>
			<description><![CDATA[<div class="quotebox"><cite>RogueSpear wrote:</cite><blockquote><p>I believe what he wants to do is copy the i386 folder to the hard disk and have it set as the install source.&nbsp; One the scripts in my ScriptPack does this.</p></blockquote></div><p>And the effect would be that ... ?</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Fri, 25 Aug 2006 18:08:25 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3426#p3426</guid>
		</item>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3422#p3422</link>
			<description><![CDATA[<p>I believe what he wants to do is copy the i386 folder to the hard disk and have it set as the install source.&nbsp; One the scripts in my ScriptPack does this.</p>]]></description>
			<author><![CDATA[null@example.com (RogueSpear)]]></author>
			<pubDate>Fri, 25 Aug 2006 18:01:51 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3422#p3422</guid>
		</item>
		<item>
			<title><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3415#p3415</link>
			<description><![CDATA[<p>&#039;and saw the RyanVM integration&#039;?</p><p>I&#039;ve seen this before once, but can you remember me what the goal of copying the I386 dir was again?</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Fri, 25 Aug 2006 17:34:23 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3415#p3415</guid>
		</item>
		<item>
			<title><![CDATA[[PENDING] I386 folder]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=3411#p3411</link>
			<description><![CDATA[<p>As you have the GUI interface, how about an option to copy the I386 folder to the \root or \windows (user option) and set a registry entry to point to that folder (if files are needed for drivers etc.)<br />HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SourcePath</p><p>I know it would take longer for the install, some of us don&#039;t mind that.</p><p>p.s. 6.08.6 took 1 min 02 secs and saw the RyanVM integration. Great update.</p>]]></description>
			<author><![CDATA[null@example.com (BigBrit)]]></author>
			<pubDate>Fri, 25 Aug 2006 17:05:20 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=3411#p3411</guid>
		</item>
	</channel>
</rss>
