Archive: best compression


best compression
hi all ,

i have made a setup for a game with nsis and the best compression's result is in lzma and is 656 MO .

is it any way to make this setup more light ?

thx


Are you using solid lzma compression? "SetCompressor /solid lzma" usually gives the best result. You can also try to increase the lzma dictionary size with SetCompressorDictSize. Try 16 or 32, but don't expect it to do any miracles. ;)


Just remember that with solid compression the end user needs a bit of space in %temp%