error call function
Hi,
in this code i have a problem, if i press yes on messagebox i jump on un.a, and this works correctly, but if i press no, i jump on un.b and then in un.a...why this? thx
Function un.onUninstSuccess
MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "message" IDYES calla IDNO callb
callb:
call un.b
calla:
call un.a
FunctionEnd
Function un.a
FunctionEnd
Function un.b
FunctionEnd