diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index e7f5dfe5..ecfb1186 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -105,7 +105,7 @@ use the new nsDialogs plug-in instead.

-

+

Introduction

@@ -119,7 +119,7 @@ The format of INI files is described in a Wikipedia article.

-

+

INI file structure

@@ -649,7 +649,7 @@

-

+

Header file

@@ -659,10 +659,10 @@ !include InstallOptions.nsh

-

+

Creating dialogs

-

+

Extracting the INI file

@@ -685,7 +685,7 @@ Function .onInit FunctionEnd

-

+

Displaying the dialog

@@ -702,7 +702,7 @@ FunctionEnd

-

+

User input

@@ -712,7 +712,7 @@ FunctionEnd !insertmacro INSTALLOPTIONS_READ $VAR "ioFile.ini" "Field #" "Name"

-

+

Writing to INI files

@@ -722,7 +722,7 @@ FunctionEnd !insertmacro INSTALLOPTIONS_WRITE "ioFile.ini" "Field #" "Name" "Value"

-

+

Escaped values

@@ -780,7 +780,7 @@ FunctionEnd !insertmacro INSTALLOPTIONS_UNFUNCTION_WRITE_CONVERT

-

+

Input validation

@@ -798,7 +798,7 @@ Function ValidateCustom FunctionEnd

-

+

Return value

After a dialog is created (using display or show), a return value is available:

@@ -816,7 +816,7 @@ FunctionEnd macro. The return value will be added to the stack, so you can use the Pop command to get it.

-

+

Reserve files

@@ -868,7 +868,7 @@ Function FunctionName ;FunctionName defined with Page command FunctionEnd

-

+

Credits

@@ -877,7 +877,7 @@ FunctionEnd DLL version 2 by Amir Szekely, ORTIM, Joost Verburg
New documentation by Joost Verburg

-

+

License