Roufneck Posted March 6, 2006 Posted March 6, 2006 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).
Roufneck Posted March 6, 2006 Posted March 6, 2006 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.
knef Posted March 20, 2006 Posted March 20, 2006 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)
Acheron Posted March 20, 2006 Author Posted March 20, 2006 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.
Jimbolino Posted April 9, 2006 Posted April 9, 2006 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
tain Posted October 22, 2006 Posted October 22, 2006 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...
Kelsenellenelvian Posted October 22, 2006 Posted October 22, 2006 The second post you refer to is a different version but in my opinion is a much better tool.
tain Posted October 22, 2006 Posted October 22, 2006 Perhaps a new thread should be started for that tool?
Roufneck Posted November 29, 2006 Posted November 29, 2006 Perhaps a new thread should be started for that tool?If there is still interest in it, I can create a new thread.
Bilou_Gateux Posted January 4, 2007 Posted January 4, 2007 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!
Roufneck Posted January 4, 2007 Posted January 4, 2007 Yes, there is still interest in it. Please create a new thread!Ah well in that case... New thread started.
RBCC Posted February 28, 2008 Posted February 28, 2008 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
sweept Posted July 12, 2008 Posted July 12, 2008 (edited) 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, 2008 by sweept
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now