Documentation fixes and clarifications
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6728 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2b5baa3639
commit
e7ac6581e4
39 changed files with 315 additions and 429 deletions
|
@ -1,6 +1,6 @@
|
|||
\S1{callbacks} Callback Functions
|
||||
|
||||
You can create callback functions which have special names, that will be called by the installer at certain points in the install. Below is a list of currently available callbacks:
|
||||
You can create callback functions (which have special names), that will be called by the installer at certain points in the install. Below is a list of available callbacks:
|
||||
|
||||
\S2{instcallbacks} Install Callbacks
|
||||
|
||||
|
@ -116,7 +116,7 @@ Example:
|
|||
|
||||
\S3{onverifyinstdir} .onVerifyInstDir
|
||||
|
||||
This callback enables control over whether or not an installation path is valid for your installer. This code will be called every time the user changes the install directory, so it shouldn't do anything crazy with \R{messagebox}{MessageBox} or the likes. If this function calls \R{abort}{Abort}, the installation path in $INSTDIR is deemed invalid.
|
||||
This callback enables control over whether or not an installation path is valid for your installer. This code will be called every time the user changes the install directory, so it shouldn't do anything crazy with \R{messagebox}{MessageBox} or the like. If this function calls \R{abort}{Abort}, the installation path in $INSTDIR is deemed invalid.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue