git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1664 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-11 15:14:38 +00:00
parent 1c174e6907
commit cc564350c9

View file

@ -30,7 +30,7 @@ Use Abort (see \K{abort}) from a built-in page pre-function to skip the page.
Examples:
\c Page license skipLicense
\c Page custom customPage
\c Page custom customPage ": custom page"
\c Page instfiles
\c
\c Function skipLicense
@ -53,12 +53,12 @@ Examples:
\S{page} Page
\c (custom function) | ((license|components|directory|instfiles) [pre_function] [post_function])
\c (custom function [caption]) | ((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.
\S{uninstpage} UninstPage
\c (custom function) | ((uninstConfirm|instfiles) [pre_function] [post_function])
\c (custom function [caption]) | ((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.