diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index 762d94c2..750776d7 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -208,7 +208,8 @@ numbers from 1 to NumFields. Each Field section can contain the following values "DropList", "Listbox", "CheckBox", "RadioButton", "FileRequest", "DirRequest" - "Icon" or "Bitmap",.

A + "Icon", "Bitmap" or + "GroupBox".

A "Label" is used to display static text. (i.e. a caption for a textbox)
A "Text" and "Password" accept text input from the user. "Password" masks the input @@ -218,15 +219,17 @@ numbers from 1 to NumFields. Each Field section can contain the following values optionally allow the user to select more than one item.
A "CheckBox" control displays a check box with label.
A "RadioButton" control displays a radio button with label.
- A "FileRequest" control displays + A "FileRequest" control displays a textbox and a browse button. Clicking the browse button will display a file requester where the user can browse for a file.
A "DirRequest" control displays a textbox and a browse button. Clicking the browse button will display a directory requester where the user can browse for a directory.
- "Icon" control displays an icon. - Use no Text to use the installer icon.
- "Bitmap" control displays a bitmap.
+ An "Icon" control displays an icon. + Use no Text to use the installer icon.
+ A "Bitmap" control displays a bitmap.
+ A "GroupBox" control displays a frame to group controls.
+ Text (optional) @@ -422,6 +425,21 @@ Function FunctionName ;FunctionName defined with Page command FunctionEnd +

Return value

+

After you have called the DLL, InstallOptions +adds one value to the stack, with one of the following values:

+ +

Usually, you don't need to check this value, +but you still have to remove it from the stack (have a look at +the example above).

+

If you want to check the user input immidiately, +for example, to display a warning when the input is invalid, you +should check whether the user has pressed the Back or Next button.

Get the output

In most cases, you will need the output from the INI File in a section. Get it using ReadINIStr: