documented new features, font size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3282 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
39e524b732
commit
d5ce427baa
8 changed files with 100 additions and 5 deletions
|
@ -89,7 +89,7 @@ Compares two unsigned integers val1 and val2. If val1 and val2 are equal, Gotos
|
|||
|
||||
\S2{messagebox} MessageBox
|
||||
|
||||
\c mb_option_list messagebox_text [return_check jumpto] [return_check_2 jumpto_2]
|
||||
\c mb_option_list messagebox_text [/SD return] [return_check jumpto] [return_check_2 jumpto_2]
|
||||
|
||||
Displays a MessageBox containing the text "messagebox_text". mb_option_list must be one or more of the following, delimited by |s (e.g. MB_YESNO|MB_ICONSTOP).
|
||||
|
||||
|
@ -145,6 +145,8 @@ Return_check can be 0 (or empty, or left off), or one of the following:
|
|||
|
||||
If the return value of the MessageBox is return_check, the installer will Goto jumpto.
|
||||
|
||||
Use the /SD parameter with one of the return_check values above to specify the option that will be used when the installer is silent.
|
||||
|
||||
\S2{return} Return
|
||||
|
||||
Returns from a function or section.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue