cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MutleyUK
Level 3

How to override OnUpdateUIAfter()

My OnShowUI() function is calling OnUpdateUIAfter(). I'd like to change the default text shown below "Update Complete". From some googling I believe the contant IDS_IFX_SDFINISH_UPDATE_MSG1 is being used which I want to replace with custom text.

How can I override the function if I don't know what the original function contains? Is there a way to reveal the source for inbuilt functions?

Many thanks.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

You can paste in the default implementation of any event handler function by opening the InstallScript view, selecting the event category you want ("After Move Data" in this case) from the left-hand list, and then selecting the event handler function ("OnUpdateUIAfter") from the right-hand list.
0 Kudos
MutleyUK
Level 3

That worked! Thanks.
0 Kudos