sapientcoder / CabMaker

CabMaker is a free Windows desktop tool that lets you quickly package up an entire folder of files (including subfolders) into a .cab file.
88 stars 21 forks source link

NONE compression support #11

Closed simon-techkid closed 2 years ago

simon-techkid commented 2 years ago

Hello,

I noticed when running the program, only LZX and MSZIP compression is provided in the dropdown, when NONE can be applied as well. Using makecab.exe, /D var=value will allow you to set directives for the CAB. For example, makecab.exe /D Compress=OFF, in the case of NONE compression.

Thanks.

sapientcoder commented 2 years ago

Support for "None" has been added.

simon-techkid commented 2 years ago

Thanks.