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.
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.