<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Comprehensive Laptop driver pack]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=4106</link>
		<description><![CDATA[The most recent posts in Comprehensive Laptop driver pack.]]></description>
		<lastBuildDate>Thu, 29 Oct 2009 21:36:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Comprehensive Laptop driver pack]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=34691#p34691</link>
			<description><![CDATA[<p>those files are added by DriverPacks BASE.</p><p>removal of DriverPacks is done by simply slipstreaming with DriverPacks BASE when None of the DriverPacks have been selected.<br />Removal is only possable when no changes have been made to your source after the DriverPacks were slipstreamed.<br />if you remove DriverPacks (or update it) and you have modified your DriverPacks slipstreamed source after DriverPacks was slipstreamed then you will have garbage...</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 29 Oct 2009 21:36:03 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=34691#p34691</guid>
		</item>
		<item>
			<title><![CDATA[Re: Comprehensive Laptop driver pack]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=34690#p34690</link>
			<description><![CDATA[<p>Sorry for the late reply, been a busy boy! <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I will attempt to make the changes, in for a penny in for a pound! <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Anyway, I have a couple of questions. The changes I need to make, are they files that are on the cd after i have synced the driver packs? or do i need to start again and sync them again? in which case how do I remove the current driver packs and start again?</p><div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>replace PRESETUP.CMD with one similar to this untested example...</p></blockquote></div><p>would I just need to replace the text in presetup.cmd with that in the code? I assume so.</p><p>I would like to thank you for all your help and your patiance. You have been more than helpfull. thank you very much! <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (BlundaKat)]]></author>
			<pubDate>Thu, 29 Oct 2009 21:32:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=34690#p34690</guid>
		</item>
		<item>
			<title><![CDATA[Re: Comprehensive Laptop driver pack]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=34586#p34586</link>
			<description><![CDATA[<p>Good thinking... hmmm</p><p>requires some post DriverPacks BASE editing... not normaly recomended, but is what you need if you are committed to going that way <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>replace PRESETUP.CMD with one similar to this untested example...<br /></p><div class="codebox"><pre><code>Rem &#039;Dest&#039; is your desired alternate extraction drive... D: has been set for you as an example
Set Dest=D:

If exist &quot;%systemroot%\system32\setupold.exe&quot; DEL /F &quot;%systemroot%\system32\setupold.exe&quot;

REM +==========================================================================+
REM |   Finding CD/DVD driveletter.                                            |
REM |--------------------------------------------------------------------------|
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

REM +==========================================================================+
REM |   Decompressing the DriverPacks to the harddisk - using un7zip.exe.      |
REM |--------------------------------------------------------------------------|
Start /wait /realtime /separate &quot;&quot; %CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\DP*.7z %Dest%\


REM +==========================================================================+
REM |   Copying/decompressing the files to finish the installation.            |
REM |--------------------------------------------------------------------------|
%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\bin\*.7z %SystemDrive%\
COPY /Y %CDDRIVE%\OEM\bin\DPsFnshr.ini %SystemDrive%\
IF EXIST %CDDRIVE%\OEM\*.ins COPY /Y %CDDRIVE%\OEM\*.ins %SystemDrive%\


REM +==========================================================================+
REM |   Scanning for driverdirectories.                                        |
REM |--------------------------------------------------------------------------|
%CDDRIVE%\OEM\bin\DevPath.exe %Dest%\D


REM +==========================================================================+
REM |   Disable Driver Signing Policy and keep it disabled.                    |
REM |--------------------------------------------------------------------------|
START %SystemDrive%\DSPdsblr.exe

EXIT</code></pre></div><p>it will also require an edit of the \OEM\bin\DPsFnshr.ini</p><div class="codebox"><pre><code>[Settings]
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU! (may NOT contain any spaced, if it does, all exceptions must be adapted to be compatible!)
REM   DPsRoot	= &quot;%SystemDrive%&quot;
DPsRoot	= &quot;D:&quot;


; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD = &quot;false&quot;
; system variables supported (see remarks for a list) one location cannot be used as
; KTDlocation: the root directory specified in[Settings]\DPsRoot
KTDlocation	= &quot;%SystemRoot%\DriverPacks&quot;
; system variables supported (see remarks for a list)
logLocation = &quot;%SystemRoot%&quot;
; enables/disables debug mode (enabled by default)
debug = &quot;true&quot;</code></pre></div><p>I think the finisher will handle it fairly well, however, certain exceptions will fail. (any that are hard-coded for &#039;C:\D\...&#039;) <br />Again this is not tested...<br />I think you could do fairly well this way - but is not the way that I would go.... <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><br /><p>---- alternate and probably a better solution ----</p><p>since you want a Disc that is specific to your machine, and only has to support your single unit... <br />I would just grab the handful of drivers you need and add them with nLite. <br />That is the quickest and easiest way to solve your space problems - and speeds up your install by ten minutes or more!</p><p>I like the way you think though, well done!</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 23 Oct 2009 20:28:35 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=34586#p34586</guid>
		</item>
		<item>
			<title><![CDATA[Re: Comprehensive Laptop driver pack]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=34576#p34576</link>
			<description><![CDATA[<p>But i use a small partition for the windows directory and there isnt enough space on this partition for all the packs. Would it be possible to extract the packs to the second larger partition? or do they need to be on the windows partition?</p>]]></description>
			<author><![CDATA[null@example.com (BlundaKat)]]></author>
			<pubDate>Fri, 23 Oct 2009 15:02:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=34576#p34576</guid>
		</item>
		<item>
			<title><![CDATA[Re: Comprehensive Laptop driver pack]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=34549#p34549</link>
			<description><![CDATA[<p>the driverpacks are deleted after the install so no space is wasted... <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>the driver packs are designed to support any machine (even laptops). That is the whole idea <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" />.</p><p>No you can&#039;t remove anything... and then still support everything. <br />...Think about the conundrum you are considering... <br />Laptops require all the drivers a desktop does... plus many more oddballs (fingerprint reader for example). If you want to cut down on the size... then you should not support laptops <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" />.</p><p>Can&#039;t have your cake and eat it too <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" />.</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 23 Oct 2009 01:41:52 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=34549#p34549</guid>
		</item>
		<item>
			<title><![CDATA[Comprehensive Laptop driver pack]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=34543#p34543</link>
			<description><![CDATA[<p>Hi </p><p>I am making a unattended XP CD for my laptop. My laptop is very old and dosent have alot of storage space so I have cut alot of stuff off the xp installation to save space. I would like to be able to use this XP for any laptop so I have added all the Driverpacks to the cd. The only problem is because the laptop isnt very fast it takes a while to unpack them all, plus it takes alot of space up on the hdd (I have a seperate smaller partition for the OS) So I was wondering if there were any driver packs out there which only included drivers for laptops. excluding all the desktop graphics cards for example.</p><p>Any help or advise would be much appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (BlundaKat)]]></author>
			<pubDate>Thu, 22 Oct 2009 21:46:19 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=34543#p34543</guid>
		</item>
	</channel>
</rss>
