cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
elmtree111
Level 5

which event contain the final finish dialog for uninstallation?

I'm working on a installscript project.
After uninstall, the finish dialog ask whether restart the computer. But I don't want the finish dialog ask restart, then where can i found this dialog and change it, i mean in which event i can find it?
thanks for any help
Labels (1)
0 Kudos
(4) Replies
RobertDickau
Flexera Alumni

You might take a peek at OnFirstUIAfter.
0 Kudos
elmtree111
Level 5

It's in the OnMaintUIAfter() event.
0 Kudos
RobertDickau
Flexera Alumni

Right right, of course, OnFirstUIAfter is for the initial installation, OnMaintUIAfter is for maintenance including uninstallation. Let us also not forget OnUpdateUIAfter.
0 Kudos
elmtree111
Level 5

thank you for ur quick response,Robert
0 Kudos