Page, UninstPage usage line improvement

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1589 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-04 16:35:31 +00:00
parent f173669bc0
commit 5b94358f2b
2 changed files with 4 additions and 4 deletions

View file

@ -57,12 +57,12 @@ Examples:
\H{page} Page
\c custom function | (license|components|directory|instfiles) [pre_function] [post_function]
\c (custom function) | ((license|components|directory|instfiles) [pre_function] [post_function])
Adds an installer page. See the above sections for more information about built-in versus custom pages and about callback functions.
\H{uninstpage} UninstPage
\c custom function | (uninstConfirm|instfiles) [pre_function] [post_function]
\c (custom function) | ((uninstConfirm|instfiles) [pre_function] [post_function])
Adds an uninstaller page. See the above sections for more information about built-in versus custom pages and about callback functions.