CrashUK Posted August 23, 2004 Posted August 23, 2004 HelloI need some hello.. how can I compress a load of dll and sys and so on.. I what to pack my drivers???going to have drivers in the $OEM$/$1/drivers/ my unstanding is windows system can read compressed files.. if they named .dl_
WhtKnight Posted August 23, 2004 Posted August 23, 2004 there's a tool on your xp install called makecab.exe you can use that if you want to create cabs in that fashionjust go to a command line and try makecab and you'll see itWhtKnight
CrashUK Posted August 27, 2004 Author Posted August 27, 2004 there's a tool on your xp install called makecab.exe you can use that if you want to create cabs in that fashionjust go to a command line and try makecab and you'll see itWhtKnightI know how to do that but this they any way to do like 300 files.?? I what to compress drivers..
SiMoNsAyS Posted August 27, 2004 Posted August 27, 2004 and why didn't you look up your post, where topics are pinned there is 1 that says "Guide For Compressed Drivers Unattended Install"i'm sure it'll be easier to use that method than compress 300 files to cabs
CrashUK Posted August 27, 2004 Author Posted August 27, 2004 that be cool if it works.. that 7zip does better compress then winrar?
SiMoNsAyS Posted August 28, 2004 Posted August 28, 2004 that be cool if it works.. that 7zip does better compress then winrar?4 sure
Bâshrat the Sneaky Posted August 28, 2004 Posted August 28, 2004 that be cool if it works.. that 7zip does better compress then winrar?4 sure Yes indeed better than anything else (maybe except for some extreme compressing, used by companies...(consumes too much CPU power anyway))
Bilou_Gateux Posted August 28, 2004 Posted August 28, 2004 @ECHO OFFSETLOCAL ENABLEEXTENSIONSSET SOURCE= <write the name of the source folder here>SET TARGET= <write the name of the target folder here>IF EXIST %SOURCE%\*.* FOR /F %%J IN ('DIR /A-D /OGN /B %SOURCE%\*.*') DO MAKECAB /D CompressionMemory=21 /D CompressionType=LZX /L %TARGET% %SOURCE%\%%JTake care that all files *.* in the source folder (including the .inf and .cat files) are compressed to target folder.To use the content of target folder for unattended install, .inf and .cat files MUST be uncompressed.use expand to uncompress a fileEXPAND Source Destinationand delete compressed version driver.in_ and driver.ca_
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now