Install button text
Hallo, in my NSIS script, i need to change sometimes the label of the "next >" button to "install", because the page is the last page.
I have found that using the
GetDlgItem $1 $HWNDPARENT 1i can change the text of the next button. My question, is how can i get the default text of the install button?
SendMessage $1 "${WM_SETTEXT}" "STR:text"
Or have someone i idea, to change dynamically the number of pages?
Thank you!
Regards,
Boian