Even easier paging system, no more Abort and Quit from custom pages creator functions, NSIS does it all!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1636 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
35b45db225
commit
297e981d32
17 changed files with 123 additions and 335 deletions
|
@ -5,10 +5,11 @@ To show the dialog use the Select function. This function has one required param
|
|||
which is the program group default name, and some more optional parameters:
|
||||
/autoadd - automatically adds the program name to the selected folder
|
||||
/noicon - doesn't show the icon in the top left corner
|
||||
/text [please select...] - sets the top text to something else than "Select
|
||||
the Start Menu folder in which..."
|
||||
/cancelconfirm [text] [caption] [flags] - displays a cancel confirmation
|
||||
message box when the user click on the cancel button
|
||||
/text [please select...] - sets the top text to something else than
|
||||
"Select the Start Menu folder in which..."
|
||||
/lastused [folder] - sets the edit box to a specific value folder.
|
||||
Use this to make this plug-in remember the last
|
||||
folder selected by the user
|
||||
|
||||
The function pushes the folder selection back to the stack. It does not push the
|
||||
full path but only the selected sub-folder. It's up to you to decide if to put
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue