I would like to show an installation complete message after the installation is finished. But i believe, that the latest point to show a Dialog during the installation is with <Show Dialog="ExitDialog" OnExit="success"/>
. The problem with this solution is, that the Installation is not finished at this point. The user has to click the "Finalize" button. This is especially a problem, when a process was canceled by the RestartManager. This process will be restarted after the user is pressing the finished button. If he forgets to press this button, his system is in a state i don't want.
Is there an option to schedule a Dialog Window after the Installation, like for example inside of a InstallExecuteSequence with: After="InstallFinalize"
. Is that possible to call a Dialog Window after Installation was really finished?
This is a follow up question from: WiX: How restart the explorer.exe immediately?