March 6, 200620 yr Hello,When I use Driver Compressor (NSIS version, thanks Roufneck and hp38guser for putting time in this project) with the latest BTS Drivers Packs, I get a lot of warnings at the first stage of the process (Warning! Cannot find [file]). Is it normal? Will the compressed drivers work anyways?I only check the [copy catalog] option before proceeding.Keep the good work!Yes, this is normal. In the BTS Drivers Packs there are a lot of .inf files which contains links to other windows drivers (like w2k, 98 and me). These drivers are already ripped out to save space. I tried several detections for this but I didn't get it working.However I could make a option to skip .com, .sys, .dos and .vxd files. I believe these files have nothing to do with windows xp (I think).
March 6, 200620 yr btw, compressing Realtek HD Audios took 42 minutes and copied 450MB, compress size was 150MB This is probably because you used the "Provider Disk Structure". This options copies every inf file to a different directory. Realtek uses the same drivers in every inf file. So you end up with 14 directories containing the same drivers. The same is happening with the VIA Vinyl sound drivers.
March 20, 200620 yr Great tool hp38guser!I got it to work on all my drivers except "nvidia nforce 5.11 international whql"now i have this question:it filters unnecessary files and puts the remaining files in a subdirand puts an underscore at the end of the extension like: *.dl_someone in this thread said that the underscore means the file is cabbed.is this true? and is it possible for me to put all files except the *.inf , in a*.cab file? (I use CABpack.exe)
March 20, 200620 yr Author Great tool hp38guser!I got it to work on all my drivers except "nvidia nforce 5.11 international whql"now i have this question:it filters unnecessary files and puts the remaining files in a subdirand puts an underscore at the end of the extension like: *.dl_someone in this thread said that the underscore means the file is cabbed.is this true? and is it possible for me to put all files except the *.inf , in a*.cab file? (I use CABpack.exe) The files with an underscore at the end are compressed Cab files. When you manually compress all files except inf in a cab-file, you have the problem some Driver Setups cannot succeed or won't install properly. You have to test this out manually for drivers that Driver Compressor currently can't handle.
April 9, 200620 yr I had some problems with this programm and couldn't change it to a working batch file. I was doing a project in NSIS, so I decided to try this in NSIS. Here is my result. Anyone cares to try this?DrvComp version 2006.03.07Features:- Driver compression: This works only on drivers with .inf files!- Multi directory / multi inf files- Recompression cab files- Driver version check- Class/Provider dir structure creationChangelog:2006.03.07 Disabled warning message for missing .com, .sys, .dos and .vxd files.2006.03.06 Fixed error with files extensions less than 3 characters (ATI).Nice tool, only it goes into a endless loop when you put the destination dir in the same location as the source dir. A cancel button would be nice
October 22, 200619 yr I'm confused...where do we find the latest version of this? The first post or this other post? Or is that something different?The first post hasn't been updated in a very long time...
October 22, 200619 yr The second post you refer to is a different version but in my opinion is a much better tool.
November 29, 200619 yr Perhaps a new thread should be started for that tool?If there is still interest in it, I can create a new thread.
January 4, 200719 yr Perhaps a new thread should be started for that tool?If there is still interest in it, I can create a new thread.Yes, there is still interest in it. Please create a new thread!
January 4, 200719 yr Yes, there is still interest in it. Please create a new thread!Ah well in that case... New thread started.
February 28, 200818 yr 1=%WINDiskName%,Disk1I have a modem driver that uses a file called disk1 and has this in the inf, how do I use driver compression with this so it will work? John
July 12, 200818 yr thanks, im trying to use it in a script to run on all dir /b /adhow will i make it create a new separate dir based on the current!on to a completely new set ..read c:\drivers\ > d:\new_compressed\ Edited July 12, 200818 yr by sweept
Create an account or sign in to comment