cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
eladef
Level 7

Display MessageBox after Finish Dialog ?

Hi

On basic MSI
I'm trying to display a MessageBox after the Finish Dialog,
I have created a Custom Action and tried to add it to the at several locations at the end of the UI and Execute sequence, But it's not displayed.
Labels (1)
0 Kudos
(1) Reply
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

You may try adding a DoAction control event to the Finish button of the SetupCompleteSuccess dialog to run the custom action that displays the message box (setting the condition on the event to 1 if you always want it to run at the end of an install operation, or Not Installed if you only want it to run at the end of a first time install).
0 Kudos