nsDialogs::Create 1018But it doesn't seem to work in the MUI_PAGE_INSTFILES.
Pop $dialog
GetDlgItem $0 $HWNDPARENT 1 /* 1 = Next, 2 = Cancel, 3 = Back */
SendMessage $0 ${WM_SETTEXT} 0 "STR:SKIP >"
...
...
nsDialogs::Show
At the moment, I have BACK, INSTALL and CANCEL. How do you add a SKIP in there?