No more problems for directories with a name starting with "error"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2096 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9892281211
commit
37a03e4fac
5 changed files with 27 additions and 14 deletions
|
@ -15,9 +15,12 @@ which is the program group default name, and some more optional parameters:
|
|||
will have > as its first character and you
|
||||
should not create the program group.
|
||||
|
||||
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
|
||||
it in the current user or all users start menu.
|
||||
The function pushes "success", "cancel" or an error to the stack. If there was no
|
||||
error and the user didn't press on cancel it will push the selected folder name
|
||||
after "success". If the user checked the no shortcuts checkbox the '>' will be
|
||||
appended to the folder name. The function does not push the full path but only the
|
||||
selected sub-folder. It's up to you to decide if to put it in the current user or
|
||||
all users start menu.
|
||||
|
||||
Look at Example.nsi for an example.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue