I've always just assumed that Published Events are executed in order from Top to Bottom. However, I have an odd case where I have two events of the same type (Display a specific dialog) connected to the Next button of a dialog. It seems like the top event should be run first, and that is not the case. I even changed the condition to AI_INSTALL to seemingly force this behavior but it still does the bottom event first.
What is the order or what are the rules here?
Brian