MUI and .onGUIEnd function
I haven't used the .onGUIEnd function before, but it looks like it might be a good approach for a problem we've encountered. I had several questions about it:
* With MUI, is there a !define that should be put in the code? This is a !define for "hooking" from .onGUIInit to your own function, but the documentation doesn't mention anything for .onGUIEnd. Can I proceed to use .onGUIEnd with the MUI without inadvertantly messing anything up?
* With MUI, is the .onGUIEnd the very last thing called, or at least after .onInstSucess and the MUI_FINISHPAGE? Are there other standard functions called after .onInstSuccess?
* Is there a way to control the sequence of functions from the MUI_FINISHPAGE (readme and the application itself) and .onInstSucess? These seem to happen at the same time.
The scenario is if I've checked the "Run App" checkbox in the MUI_FINISHPAGE and have an .onInstSuccess function. They seem to both behave as Exec functions, rather than one coming after the other.