From bb37221c28162296384dbf08e44b708cbdabec09 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 27 Oct 2002 16:57:41 +0000 Subject: [PATCH] bzip2 is not larger anymore git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1484 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compilerflags.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/compilerflags.but b/Docs/src/compilerflags.but index fd9c5c45..b01223de 100644 --- a/Docs/src/compilerflags.but +++ b/Docs/src/compilerflags.but @@ -12,7 +12,7 @@ This command sets the compress flag which is used by the installer to determine \c zlib|bzip2 -This command sets the compression algorithm used to compress files/data in the installer. Options are ZLib or BZip2. ZLib uses deflate compression, which is very good. this mode uses the least amount of overhead on the runtime side, in terms of memory usage, disk footprint, and speed. BZip2 compression can be better than deflate, especially when using NSIS_COMPRESS_WHOLE. bzip2 is much slower to decompress, and uses a LOT more memory at runtime. The disk footprint using bzip2 is also approximately 1kb more than ZLib. +This command sets the compression algorithm used to compress files/data in the installer. Options are ZLib or BZip2. ZLib (the default) uses deflate compression. This mode uses less memory at runtime and is faster. BZip2 compression is usually better for large installers, but it is slower and uses a lot more memory at runtime. \H{asetdatablockoptimize} SetDatablockOptimize