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

Vytautas ;)

Originally posted by Vytautas
To use 7-zip compression download the latest CVS version of NSIS and add the following command
  SetCompressor lzma

Vytautas ;)
Thanks. Now it works!