And trying to custome abort message, so, I want show a nsdialog when user closing main GUI.
I tried MUI_PAGE_FUNCTION_ABORTWARNING, MUI_CUSTOMFUNCTION_ABORT
but failed, it is close main GUI.
Function myAbort
System::Call 'user32::SetWindowPos(i$HWNDPARENT,i,i,i,i 640,i 480,i 0x16)' ; Resize outer dialog
GD::Create 1044
;Pop $0
;System::Call 'user32::MoveWindow(i$0,i0,i0,i 600,i 200,i0)' ; Resize inner (nsDialogs) page
${NSD_CreateLabel} 0 10u 100% 10u "Hello, welcome to nsDialogs!"
Pop $0
SetCtlColors $0 0xffffff 0xff2255
GD::Show
FunctionEnd