nsDialogs::OnNotify can now return values back to Windows, also fixes bug #1216
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7054 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4f695dbd30
commit
a523c05626
6 changed files with 54 additions and 18 deletions
|
@ -413,6 +413,15 @@ Header file for creating custom installer pages with nsDialogs
|
|||
!insertmacro __NSD_DefineControlCallback Notify
|
||||
!insertmacro __NSD_DefineDialogCallback Back
|
||||
|
||||
!define NSD_Return "!insertmacro NSD_Return "
|
||||
!macro NSD_Return val
|
||||
!if "${val}" != "$0"
|
||||
StrCpy $0 ${val}
|
||||
!endif
|
||||
SetSilent silent
|
||||
Return
|
||||
!macroend
|
||||
|
||||
|
||||
!define __NSD_MkCtlCmd "!insertmacro __NSD_MkCtlCmd "
|
||||
!macro __NSD_MkCtlCmd msg wp lp hCtl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue