From ee36f61aa3ff224940ff203c055d2018534192cf Mon Sep 17 00:00:00 2001 From: joostverburg Date: Thu, 26 Feb 2004 17:03:29 +0000 Subject: [PATCH] return value info git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3503 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Readme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index 914e0d9c..a2894393 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -757,7 +757,7 @@ FunctionEnd

Return value

-

After you have called the DLL, InstallOptions adds one value to +

After you have called the DLL, InstallOptions adds one string 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 immediately, for example, to -display a warning when the input is invalid, you should check -whether the user has pressed the Back or Next button.

+

You only have to check this value if you need something really +special, such as doing something when the user pressed the Back +button.

Reserve files