<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - CAB compress Windows 7 Drivers]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=8137</link>
		<description><![CDATA[The most recent posts in CAB compress Windows 7 Drivers.]]></description>
		<lastBuildDate>Thu, 22 Jan 2015 05:54:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=58546#p58546</link>
			<description><![CDATA[<p>DriverPacks BASE does this for XP automatically if you select Method 1 (or M1) to add your drivers to XP.</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 22 Jan 2015 05:54:57 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=58546#p58546</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=58545#p58545</link>
			<description><![CDATA[<p>thanks nibus very helpful. trying. over 2 Gb drivers become 500mb... no idea working well or not....</p><p>by the way can the xp driver working with this too?</p>]]></description>
			<author><![CDATA[null@example.com (cyberloner)]]></author>
			<pubDate>Wed, 21 Jan 2015 16:42:25 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=58545#p58545</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54386#p54386</link>
			<description><![CDATA[<p>I&#039;ve continued testing this on a few more computers and haven&#039;t run into any issues yet.&nbsp; </p><p>I also downloaded the newest AMD HD driver and cab&#039;d it, and it still worked fine.&nbsp; However I don&#039;t think NVidia&#039;s would work because many of the files are already cab compressed.</p><p>I will continue to test and post my results if any issues come up.</p><p>This is the latest command line I&#039;ve used:</p><div class="codebox"><pre><code>FOR /R %%X IN (*.exe, *.ax, *.dll, *.sys, *.dat, *.drv, *.rtf, *.htm, *.html, *.txt, *.xml, *.man, *.lrc, *.ico, *.inx, *.iss, *.mst, *.mui, *.nvi, *.tvp, *.oem, *.nvu, *.pop, *.pnf, *.resources, *.rfx, *.rom, *.s3, *.strings, *.svc, *.tip, *.uda, *.vxd, *.msi, *.wav, *.wmv, *.wma, *.mpg, *.avi, *.bmp, *.jpg, *.png, *.gif, *.tif, *.xsd, *.bin, *.cfg, *.config, *.cpl, *.cur, *.cpa, *.cva, *.deb, *.def, *.din, *.dir, *.ds, *.forms, *.h, *.hdr, *.hgp, *.icm, *.js, *.lib, *.lng, *.sf2, *.sfb, *.sfm, *.syn, *.tag) DO CD /D &quot;%%~dpX&quot;&amp; MAKECAB /V2 &quot;%%X&quot;&amp; DEL /F /Q &quot;%%X&quot;&amp; ECHO %%~dpX%%X&gt;&gt;&quot;%~dp0makecab.log&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (nibus)]]></author>
			<pubDate>Fri, 22 Nov 2013 00:03:35 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54386#p54386</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54300#p54300</link>
			<description><![CDATA[<p>I could only get it to work by using multiple IF statements for each excluded extenstion:</p><div class="codebox"><pre><code>FOR /R %%A IN (*.*) DO IF %%~xA NEQ ._ IF %%~xA NEQ .cmd IF %%~xA NEQ .cat IF %%~xA NEQ .ini IF %%~xA NEQ .inf IF %%~xA NEQ ._ IF %%~xA NEQ .vp IF %%~xA NEQ .cab CD /D &quot;%%~dpA&quot;&amp; MAKECAB /V2 &quot;%%A&quot;&amp; DEL /F /Q &quot;%%A&quot;&amp; ECHO %%~dpX%%A&gt;&gt;&quot;%~dp0makecab.log&quot;</code></pre></div><p>There is however one problem.&nbsp; This will not exclude any files that have already been cab compressed (*.*_).&nbsp; Batch IF statements don&#039;t support wildcards, so I do not know how this could be done without an external program.</p><p>So for now I will probably just stick to my previous example that won&#039;t double compress any files.</p>]]></description>
			<author><![CDATA[null@example.com (nibus)]]></author>
			<pubDate>Sat, 09 Nov 2013 00:53:17 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54300#p54300</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54299#p54299</link>
			<description><![CDATA[<p>FOR /R %%X&nbsp; &nbsp; &nbsp; NOT&nbsp; &nbsp; &nbsp;IN (</p><p>use&nbsp; NOT or NE&nbsp; or &lt;&gt;</p><p>You&#039;ll need to test a little to see which syntax works as expected.</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 08 Nov 2013 21:50:22 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54299#p54299</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54298#p54298</link>
			<description><![CDATA[<p>I manually cab&#039;d the latest Intel Integrated HD Graphics 4600 series (Haswell) and they installed fine on an HP AIO.&nbsp; </p><p>Also used it on an older Pentium D machine, it installed 3 drivers just fine.</p><p>This is after cab&#039;ing all files mentioned in my previous post plus *.ax files.</p>]]></description>
			<author><![CDATA[null@example.com (nibus)]]></author>
			<pubDate>Fri, 08 Nov 2013 20:49:19 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54298#p54298</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54294#p54294</link>
			<description><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>Please revisit my original advise.</p><p>instead of INCLUDE, do EXCLUDE. (not equal to)</p><p>and exclude these...&nbsp; &quot;_&quot;,&nbsp; &quot;AX&quot;, &quot;VP&quot;, &quot;CAB&quot;, &quot;CAT&quot;, &quot;CMD&quot;, &quot;INF&quot;, &quot;INI&quot;, &quot;EXE&quot;</p></blockquote></div><p>I&#039;m afraid I&#039;m not a programming wizard and only know a little batch...&nbsp; how would I do this?</p>]]></description>
			<author><![CDATA[null@example.com (nibus)]]></author>
			<pubDate>Thu, 07 Nov 2013 20:24:41 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54294#p54294</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54292#p54292</link>
			<description><![CDATA[<p>Please revisit my original advise.</p><p>instead of INCLUDE, do EXCLUDE. (not equal to)</p><p>and exclude these...&nbsp; &quot;_&quot;,&nbsp; &quot;AX&quot;, &quot;VP&quot;, &quot;CAB&quot;, &quot;CAT&quot;, &quot;CMD&quot;, &quot;INF&quot;, &quot;INI&quot;, &quot;EXE&quot;</p><br /><p>The best news is it looks like it works just fine <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>Thu, 07 Nov 2013 03:59:30 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54292#p54292</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54291#p54291</link>
			<description><![CDATA[<div class="quotebox"><cite>bigfoot wrote:</cite><blockquote><p>It didn&#039;t work on the 660 because the official drivers don&#039;t have support for the 660.<br />Check out each subforum for beta packs that have newer driver releases.<br />The beta driverpacks are larger as they contain more drivers.</p></blockquote></div><p>Ah, Okay.&nbsp; I&#039;ll grab those beta&#039;s and try again.&nbsp; Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (nibus)]]></author>
			<pubDate>Wed, 06 Nov 2013 22:53:13 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54291#p54291</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54290#p54290</link>
			<description><![CDATA[<p>It didn&#039;t work on the 660 because the official drivers don&#039;t have support for the 660.<br />Check out each subforum for beta packs that have newer driver releases.<br />The beta driverpacks are larger as they contain more drivers.</p>]]></description>
			<author><![CDATA[null@example.com (bigfoot)]]></author>
			<pubDate>Wed, 06 Nov 2013 22:41:52 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54290#p54290</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54289#p54289</link>
			<description><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>Rats... I was trying to make it easy for ya, sorry. </p><p>Don&#039;t bury yourself in code, keep it simple we just need proof of concept <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />.</p><p>I can do this very easy if it works. </p><br /><br /><p> Does it work???</p></blockquote></div><p>I tried it last night on a fresh install on an ASUS P8Z77-V.</p><p>It worked on every driver except the video card (NVIDIA GTX 660).&nbsp; So I think some video drivers may have to be left untouched.</p><p>These are the drivers that I remember installed:&nbsp; Intel USB 3.0 Controller, Asus Wifi-N PCI card, ASmedia Mini-wifi, Intel Gigabit NIC, SMBus, USB 3.0 Extensible, Creative Audigy 2 ZS, and a couple others I can&#039;t remember.</p><p>I will keep testing it on more machines, but I think it works just fine on drivers that don&#039;t require a setup.exe to run.</p><p>So maybe if Setup.exe&#039;s are excluded it would all work fine?</p>]]></description>
			<author><![CDATA[null@example.com (nibus)]]></author>
			<pubDate>Wed, 06 Nov 2013 20:28:55 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54289#p54289</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54285#p54285</link>
			<description><![CDATA[<p>Rats... I was trying to make it easy for ya, sorry. </p><p>Don&#039;t bury yourself in code, keep it simple we just need proof of concept <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />.</p><p>I can do this very easy if it works. </p><br /><br /><p> Does it work???</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Wed, 06 Nov 2013 05:23:58 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54285#p54285</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54277#p54277</link>
			<description><![CDATA[<p>Now that would just be too easy!</p><p>Actually it doesn&#039;t work, throws errors about extracting the packages.&nbsp; I assume it&#039;s because of the directory names being different.</p>]]></description>
			<author><![CDATA[null@example.com (nibus)]]></author>
			<pubDate>Tue, 05 Nov 2013 22:20:57 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54277#p54277</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54275#p54275</link>
			<description><![CDATA[<p>you could just name the pack(s) with a valid NT5 name and run BASE on it in SAD mode <img src="http://forum.driverpacks.net/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>then you can see how much space is saved and test that the existing method is also valid for NT6.</p><p>and not have to write any code ...&nbsp; &nbsp;Quick and easy</p><p>I&#039;m trying to carve out some time for updating BASE SAD and Finisher soon. if it works with the test above then i can code it fast and easy to just do nt6 packs. i can also add and remove extensions from the list, or add exceptions for specific files / folders.<br />Jeff</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Tue, 05 Nov 2013 07:11:43 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54275#p54275</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAB compress Windows 7 Drivers]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=54272#p54272</link>
			<description><![CDATA[<p>Looks like that command won&#039;t process recursively.</p><p>It can process recursively if we add the &quot;/s&quot; switch to DIR.&nbsp; However, then it dumps everything in the root directory.</p><p>I think I&#039;ve come up with a script that will process all files recursively, name them correctly, and not process anything twice.&nbsp; Plus I&#039;ve added a log with the names of the compressed files.</p><div class="codebox"><pre><code>@ECHO OFF
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION

DEL /F /Q &quot;%~dp0makecab.log&quot;

CD /D &quot;%~dp0&quot;

FOR /R %%X IN (*.dll, *.sys, *.rtf, *.htm, *.html, *.reg, *.txt, *.xml, *.man) DO CD /D &quot;%%~dpX&quot;&amp; MAKECAB /V2 &quot;%%X&quot;&amp; DEL /F /Q &quot;%%X&quot;&amp; ECHO %%~dpX%%X&gt;&gt;&quot;%~dp0makecab.log&quot;

ECHO.&amp; ECHO.&amp; ECHO Finished&amp; ECHO.
PAUSE
ENDLOCAL</code></pre></div><p>I kept the file list more conservative this time around until I can test more file types.&nbsp; Also added level 2 verbosity to makecab.</p><p>Before:<br /><a href="http://i.imgur.com/yRki1qE.png">http://i.imgur.com/yRki1qE.png</a></p><p>After:<br /><a href="http://i.imgur.com/DXGdNhK.png">http://i.imgur.com/DXGdNhK.png</a></p>]]></description>
			<author><![CDATA[null@example.com (nibus)]]></author>
			<pubDate>Mon, 04 Nov 2013 22:28:51 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=54272#p54272</guid>
		</item>
	</channel>
</rss>
