From 2ea58cadb1a566c10401cffad51d87c216e2daaa Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 5 Nov 2005 23:58:44 +0000 Subject: [PATCH] solid compression no longer the default git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4376 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 2304f0db..680f6d5e 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -952,10 +952,9 @@ will be selected by default.

6. Reserve files

-

If you are using solid compression (by default, solid -compression is enabled for BZIP2 and LZMA), it's important that -files which are being extracted in init- or page functions function -are located before other files in the data block, because this will +

If you are using solid compression, it's important that files +which are being extracted in init- or page functions function are +located before other files in the data block, because this will make your installer faster.

If there are File commands in your sections or functions above the init- or page functions, add the reserve file macros above your