Spelling mistakes/typos

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1658 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
eccles 2002-11-10 21:41:10 +00:00
parent a51632f947
commit 7633bdd8be
16 changed files with 55 additions and 55 deletions

View file

@ -11,7 +11,7 @@ The page order is set simply by the order they are in the script. For example:
\c Page directory
\c Page instfiles
This code will show the license page, then the components selction page, then the directory selection page and then the install log, just like in old installers.
This code will show the license page, then the components selection page, then the directory selection page and then the install log, just like in old installers.
You can specify the same page type more than once, just make sure you know what you are doing.
@ -25,7 +25,7 @@ Each built-in page has two callback functions. The pre-function and the post-cre
A custom page has only one callback function that creates it but unlike the built-in pages this function is mandatory.
Use Abort (see \K{abort}) from a built-in page pre-function to to skip the page.
Use Abort (see \K{abort}) from a built-in page pre-function to skip the page.
Examples:
@ -38,7 +38,7 @@ Examples:
\c Abort
\c no:
\c FunctionEnd
\c
\c
\c Function customPage
\c GetTempFileName $R0
\c File /oname=$R0 customPage.ini
@ -46,7 +46,7 @@ Examples:
\c Pop $R1
\c StrCmp $R1 "cancel" done
\c StrCmp $R1 "back" done
\c StrCmp $R1 "sucess" done
\c StrCmp $R1 "success" done
\c error: MessageBox MB_OK|MB_ICONSTOP "InstallOptions error:$\r$\n$R1"
\c done:
\c FunctionEnd
@ -61,4 +61,4 @@ Adds an installer page. See the above sections for more information about built-
\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.
Adds an uninstaller page. See the above sections for more information about built-in versus custom pages and about callback functions.