can nsis use A good compress method 7-zip
7z Format
7z is the new archive format, providing high compression ratio.
The main features of 7z format:
Open architecture.
Ability of using any compression or conversion method.
Supporting files with sizes up to 16000000000 GB.
Unicode file names.
Solid compressing.
Archive headers compressing.
7z has open architecture, so it can support any new compression methods.
Now the following methods are integrated to 7z:
MethodID Description
LZMA It's based on Lempel-Ziv algorithm.
PPMD Dmitry Shkarin's PPMdH with small changes.
BCJ2 (CALL, JUMP, JCC) converter for 32-bit x86 executables.
BZip2 BWT algorithm.
Deflate Lempel-Ziv and Huffman.
Current version of 7z format is beta, so it is possible that format will be changed in future.