From b1c888115c976c23bd8b1b85f4589ffe97257669 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Tue, 9 Dec 2003 19:43:30 +0000 Subject: [PATCH] updated reserve file info git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3266 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/InstallOptions.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Modern UI/InstallOptions.nsi b/Examples/Modern UI/InstallOptions.nsi index 78571d12..d7e0f5fe 100644 --- a/Examples/Modern UI/InstallOptions.nsi +++ b/Examples/Modern UI/InstallOptions.nsi @@ -49,7 +49,7 @@ ;These files should be inserted before other files in the data block ;Keep these lines before any File command - ;Only for BZIP2 (solid) compression + ;Only for solid compression (by default, solid compression is enabled for BZip2 and LZMA) ReserveFile "ioA.ini" ReserveFile "ioB.ini"