Fixed MULTIUSER_INSTALLMODE_FUNCTION and minor typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7159 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
02eb8e338a
commit
9689c5a5b7
5 changed files with 5 additions and 5 deletions
|
@ -1034,7 +1034,7 @@ LangString PAGE_SUBTITLE ${LANG_ENGLISH} "Subtitle"
|
|||
Function CustomPageFunction
|
||||
!insertmacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE)
|
||||
...
|
||||
FuctionEnd
|
||||
FunctionEnd
|
||||
</pre>
|
||||
</div>
|
||||
<h1>
|
||||
|
|
|
@ -1026,7 +1026,7 @@ LangString PAGE_SUBTITLE ${LANG_ENGLISH} "Subtitle"
|
|||
Function CustomPageFunction
|
||||
!insertmacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE)
|
||||
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "ioFile.ini"
|
||||
FuctionEnd
|
||||
FunctionEnd
|
||||
</pre>
|
||||
</div>
|
||||
<h1>
|
||||
|
|
|
@ -188,7 +188,7 @@ Installer/uninstaller initialization
|
|||
!macro MULTIUSER_INIT_QUIT UNINSTALLER_FUNCPREFIX
|
||||
|
||||
!ifdef MULTIUSER_INIT_${UNINSTALLER_FUNCPREFIX}FUNCTIONQUIT
|
||||
Call "${MULTIUSER_INIT_${UNINSTALLER_FUNCPREFIX}FUCTIONQUIT}
|
||||
Call "${MULTIUSER_INIT_${UNINSTALLER_FUNCPREFIX}FUNCTIONQUIT}"
|
||||
!else
|
||||
Quit
|
||||
!endif
|
||||
|
|
|
@ -365,7 +365,7 @@ FunctionEnd
|
|||
MULTIUSER_INSTALLMODE_UNFUNCTION
|
||||
</td>
|
||||
<td>
|
||||
A custom fuction to be called during the initialization of the installation mode
|
||||
A custom function to be called during the initialization of the installation mode
|
||||
to set additional installer settings that depend on the mode
|
||||
</td>
|
||||
</table>
|
||||
|
|
|
@ -40,7 +40,7 @@ Execute the specified program using ShellExecuteEx. Note that action is usually
|
|||
|
||||
\c [/INVOKEIDLIST] action command [parameters] [SW_SHOWDEFAULT | SW_SHOWNORMAL | SW_SHOWMAXIMIZED | SW_SHOWMINIMIZED | SW_HIDE]
|
||||
|
||||
Execute the specified program using ExecShell and wait for executed process to quit. It will only wait for executable files and not other file types nor URLs.
|
||||
Execute the specified program using ExecShell and wait for executed process to quit. It will only wait for executable files, not other file types nor URLs.
|
||||
|
||||
\S2{execwait} ExecWait
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue