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