credits, history, links, fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3046 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fb8deef368
commit
f84a8861c9
4 changed files with 8 additions and 12 deletions
|
@ -55,7 +55,7 @@ Example:
|
|||
|
||||
\S3{oninstsuccess} .onInstSuccess
|
||||
|
||||
This callback is called when the install was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} is set to false).
|
||||
This callback is called when the install was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} or \R{setautoclose}{SetAutoClose} is set to false).
|
||||
|
||||
Example:
|
||||
|
||||
|
@ -155,7 +155,7 @@ Example:
|
|||
|
||||
\S3{unonuninstsuccess} un.onUninstSuccess
|
||||
|
||||
This callback is called when the uninstall was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} is set to false).
|
||||
This callback is called when the uninstall was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{setautoclose}{SetAutoClose} is set to false)..
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue