Archive: LZMA Doesnt work


LZMA Doesnt work
Hello,

first of all, i love scons, it's quite easy to compile NSIS with it.
But i have now a problem, i compiled the CVS files and made the installer (added the stubs folder..., created a plugins folder where i put the compiled dlls etc...), it seems that the LZMA compressor doesn't work anymore, when i use the compiled CVS version of NSIS dated from 20050502, the installer size is always greater than before, the log says that the compression is LZMA but it does seems to compress.
For example:
NSIS Installer with LZMA :1,70Mo
NSIS CVS 20050502 with LZMA : 2.54Mo

Does anyone knows where the problem comes from?
bye


Solid compression is no longer activated by default for LZMA. Use:

SetCompressor /SOLID lzma

Thank you for the answer, with the /SOLID switch it works very well.