<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Does DriverPacks patch any files?]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3534</link>
		<description><![CDATA[The most recent posts in Does DriverPacks patch any files?.]]></description>
		<lastBuildDate>Fri, 13 Feb 2009 23:32:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Does DriverPacks patch any files?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29149#p29149</link>
			<description><![CDATA[<p>Our thanks to you for sharing with us here at DriverPacks! <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 13 Feb 2009 23:32:32 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29149#p29149</guid>
		</item>
		<item>
			<title><![CDATA[Re: Does DriverPacks patch any files?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29147#p29147</link>
			<description><![CDATA[<p>@cdob:</p><p>&quot;Approach is hard link friendly.&quot;</p><p>Thanks. Yes, this is all stemming from the topic over at MSFN.</p><p>@OverFlow:</p><p>&quot;in most situations you can let your ISO creator do this for you&quot;</p><p>True. I use CDIMAGE which does do this (which is just as well, otherwise it would be a 12GB DVD!).</p><p>But if I use hardlinks to avoid copies in some places it looks like it speeds things up.</p><p>My current workflow for XP Pro is something like:</p><p> 1. Have a source SP3 directory available<br /> 2. Apply RyanVM to SP3 to produce SP3<br /> 3. Apply WMP11 (via boooggy) and IE7 (via nLite) to SPR<br /> 4. Apply DriverPacks to SPR to produce SPD.</p><p>Step (1) involves building SP3 in my DVD from a stable SP3 in a source tree and<br />using hardlinks shaves a few minutes off.</p><p>In step (2) I get RyanVM&#039;s integrator to do the heavy lifting from SP3 to SPR - but the slow<br />part here is the processing and compression etc. No hardlinks involved.</p><p>Step (3) only touches SPR (which is not hardlinked).</p><p>Step (4) needs an SPD to start with, and using hardlinks again shaves a few minutes<br />(and now appears to be safe to do).</p><p>I also need to build boot folders for SP3, SPR and SPD (I want all of them on the<br />DVD) and hardlinks should help here too.</p><p>So it looks like I&#039;m good to go!</p><p>Many thanks both of you for your input.</p><p>-- deadbug</p>]]></description>
			<author><![CDATA[null@example.com (deadbug)]]></author>
			<pubDate>Fri, 13 Feb 2009 23:24:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29147#p29147</guid>
		</item>
		<item>
			<title><![CDATA[Re: Does DriverPacks patch any files?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29099#p29099</link>
			<description><![CDATA[<p>cdob is correct searchin for .org filse will lead you to any base changes.</p><p>in most situations you can let your ISO creator do this for you... they can optimize multiple links to a singe file in the TOC and only burn the file once to the media (ISO) i cant remember teh name of this optomization technique off the top of my head sorry...</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 12 Feb 2009 22:56:58 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29099#p29099</guid>
		</item>
		<item>
			<title><![CDATA[Re: Does DriverPacks patch any files?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29075#p29075</link>
			<description><![CDATA[<p>Question may relate to <a href="http://www.msfn.org/board/index.php?s=&amp;showtopic=129399&amp;view=findpost&amp;p=832507">http://www.msfn.org/board/index.php?s=& … p;p=832507</a></p><p>Base does rename txtsetup.sif to txtsetup.org. A new file txtsetup.sif file is created.<br />Base does rename a existing winnt.sif to winnt.org. A new file winnt.sif file is created.</p><p>Search for *.org. There are more files renamed.</p><p>Approach is hard link friendly.</p><br /><div class="quotebox"><cite>deadbug wrote:</cite><blockquote><p>So does DriverPacks currently rewrite any files?</p></blockquote></div><p>I don&#039;t know about editing existing files.</p>]]></description>
			<author><![CDATA[null@example.com (cdob)]]></author>
			<pubDate>Thu, 12 Feb 2009 16:53:34 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29075#p29075</guid>
		</item>
		<item>
			<title><![CDATA[Does DriverPacks patch any files?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29064#p29064</link>
			<description><![CDATA[<p>I&#039;m looking at cutting down on the amount of disk space consumed by my various AIO-DVDs and also (hopefully) speeding up it&#039;s generation slightly.</p><p>It seems that one way of achieving this might be to use hardlinks. The idea would be to have a source (say \SRC\XP\SP3). Rather than copying that to \AIO\XP\SP3 and applying DriverPacks, I would create a bunch of hardlinks in \AIO\XP\SP3 back to \SRC\XP\SP3. This will obviously save space and should be quicker too since no data needs to be copied.</p><p>This scheme will fall apart if the tools that I then use to process \AIO\XP\SP3 patch or rewrite files in situ rather than removing them and replacing them, since the hardlinks would then mean that \SRC\XP\SP3 would be altered too.</p><p>I cannot see DriverPacks altering any files (except WINNT.SIF) but that might just be a lucky coincidence with my setup. Or I might simply have missed something.</p><p>So does DriverPacks currently rewrite any files?</p><p>Thanks</p><p>-- deadbug</p>]]></description>
			<author><![CDATA[null@example.com (deadbug)]]></author>
			<pubDate>Thu, 12 Feb 2009 11:09:13 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29064#p29064</guid>
		</item>
	</channel>
</rss>
