Updated Tutorial, typos and a few links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2383 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7c3c591228
commit
5dd33fff25
5 changed files with 42 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
\H{functions} Functions
|
||||
|
||||
Functions are like similar to Sections in that they contain zero or more instructions. User functions are not called by the installer directly, instead they are called from Sections using the Call instruction. Callback functions will be called by the installer when a certain event occurs.
|
||||
Functions are similar to Sections in that they contain zero or more instructions. User functions are not called by the installer directly, instead they are called from Sections using the Call instruction. Callback functions will be called by the installer when a certain event occurs.
|
||||
|
||||
Functions must be declared outside of Sections or other Functions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue