Features list updated, some links added and command parameters are now shown alone with a light background behind them.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1476 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2bb6c55b0f
commit
41a03f754c
24 changed files with 497 additions and 464 deletions
|
@ -4,6 +4,6 @@ Functions are like similar to Sections in that they contain zero or more instruc
|
|||
|
||||
\b Functions must be declared outside of Sections or other Functions.
|
||||
|
||||
\b Function names beginning with "." (e.g. ".Whatever") are generally reserved for callback functions.
|
||||
\b Function names beginning with "." (e.g. ".Whatever") are generally reserved for callback functions.
|
||||
|
||||
\b Function names beginning with "un." are functions that will be generated in the Uninstaller. Hence, normal install Sections and functions cannot call uninstall functions, and the Uninstall Section and uninstall functions cannot call normal functions.
|
||||
\b Function names beginning with "un." are functions that will be generated in the Uninstaller. Hence, normal install Sections and functions cannot call uninstall functions, and the Uninstall Section and uninstall functions cannot call normal functions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue