The window class is ATL:00445D70, can anyone tell me what I'm missing here, the process remains running.
Function .onInit
FindWindow $0 "ATL:00445D70"
MessageBox MB_YESNO "Would you like run?" IDYES NoAbort
Abort # quit.
NoAbort:
FunctionEnd 3 posts
Function .onInit
FindWindow $0 "ATL:00445D70"
MessageBox MB_YESNO "Would you like run?" IDYES NoAbort
Abort # quit.
NoAbort:
FunctionEnd