7-zip and NSIS
Hello,
its possible to compress my installer data block with 7-zip (http://www.7-zip.org/) insteed gzip2? I need a small installer but UPX and some NSIS commands does'nt work well (eg. ReserveFile)
regards
Archive: 7-zip and NSIS
7-zip and NSIS
Hello,
its possible to compress my installer data block with 7-zip (http://www.7-zip.org/) insteed gzip2? I need a small installer but UPX and some NSIS commands does'nt work well (eg. ReserveFile)
regards
To use 7-zip compression download the latest CVS version of NSIS and add the following command
SetCompressor lzma
Originally posted by VytautasThanks. Now it works!
To use 7-zip compression download the latest CVS version of NSIS and add the following commandSetCompressor lzma
Vytautas ;)