From 5cbb82a894f83c40145f3d93b65a89e4932e8555 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 15 Dec 2002 20:56:58 +0000 Subject: [PATCH] ReserveFile git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1959 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Readme.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index 2e220278..e4e7d6f2 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -54,10 +54,6 @@ table font-style: italic; } -.changelog - { - } - .bigheader { margin: 10px; @@ -432,6 +428,15 @@ in a section. Get it using ReadINIStr:

 ReadINIStr $R0 "$PLUGINSDIR\test.ini" "Field 1" "State"
 
+

ReserveFile

+

It you are using BZIP2 compression and your .onInit and Page +functions are not above all other sections/functions with File commands, use +ReserveFile on the top of your script to put the DLL/INI files first in the +data block, which will make your installer start faster:

+
+ReserveFile "${NSISDIR}\Plugins\test.ini"
+ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
+

Fonts and colors

If you want to use custom fonts or colors on your InstallOptions dialogs, you should use the initDialog and show functions. initDialog creates the