<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [PENDING] I386 folder]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=541&amp;type=atom"/>
	<updated>2006-09-23T11:54:54Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=541</id>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=4440#p4440"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-09-23T11:54:54Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=4440#p4440</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3435#p3435"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[BigBrit]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=11</uri>
			</author>
			<updated>2006-08-25T19:07:47Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3435#p3435</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3433#p3433"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-08-25T18:54:38Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3433#p3433</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3430#p3430"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[BigBrit]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=11</uri>
			</author>
			<updated>2006-08-25T18:37:50Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3430#p3430</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3429#p3429"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-08-25T18:12:32Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3429#p3429</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3427#p3427"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[RogueSpear]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3</uri>
			</author>
			<updated>2006-08-25T18:09:29Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3427#p3427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3426#p3426"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-08-25T18:08:25Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3426#p3426</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3422#p3422"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[RogueSpear]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3</uri>
			</author>
			<updated>2006-08-25T18:01:51Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3422#p3422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3415#p3415"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-08-25T17:34:23Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3415#p3415</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[PENDING] I386 folder]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=3411#p3411"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[BigBrit]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=11</uri>
			</author>
			<updated>2006-08-25T17:05:20Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=3411#p3411</id>
		</entry>
</feed>
