Skip to content
⌘ NSIS Forum Archive

Chang next button text in custom page, how to?

3 posts

zjckwht#

Chang next button text in custom page, how to?


Function creator_function
!insertmacroMUI_INSTALLOPTIONS_INITDIALOG 'custom.ini'
Pop $HWND

GetDlgItem $1 $HWND 1
SendMessage $1 ${WM_SETTEXT} 0 "STR: blah"
!insertmacro MUI_INSTALLOPTIONS_SHOW
Function
I used the above function as the custom page creator function, seemed not work..any suggestion?