clarification for patch #1649187 - OnInstTypeChange callback

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4924 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-02-08 19:48:39 +00:00
parent 0594faf227
commit cf043a9f00

View file

@ -100,6 +100,8 @@ Example:
Called when the selection changes on the \R{pages}{component page}. Useful for using with \R{sectionsetflags}{SectionSetFlags} and \R{sectiongetflags}{SectionGetFlags}.
Selection changes include both section selection and installation type change.
\S3{onuserabort} .onUserAbort
This callback is called when the user hits the 'cancel' button, and the install hasn't already failed. If this function calls \R{abort}{Abort}, the install will not be aborted.