Topic: CAB compress Windows 7 Drivers
Hello,
In the past I've used the Dps_base to create a CAB compressed directory of drivers for Windows XP. I would like to do the same for Windows 7/Vista in order to save space. I have given SAD3 a try but from what I can see it does not offer a cab compression option for the entire driver directory like DPs_Base did, only the 7zip option or completely uncompressed (but maybe I am missing something).
Is there a recommended method of doing this?
I suppose I could use makecab.exe and do a recursive loop through my driver directories on specific files, renaming the last extension character to an _; at least thats what I've observed Dps_Base did with XP drivers. Would this method work with Windows 7?
Thanks in advance!