NSIS compression

Hi,

How to set the compression in NSIS to lzma please?

Nicolas

Hi Nicolas,

You will need set the ‘SetCompressor’ attribute in the NSIS script. For more information have a look at chapter 4 of the NSIS User Manual, it outlines the possible CompilerFlags that are valid within a script.

Regards,
Paul