We have a requirement to call an application at the end of the installation. We have not been able to find any way to do this after the installer exits.
If this does not exist, then our "fix" was to make a custom action which called an application (a java program called by [#util.jar] at the Commit level). The problem with that approach is that sometimes, the application appears in back of the installer (effectively hidden) and other times it is in front where the user can see it.
If one must use the custom action approach, is there a way to insure the called program will be visible (in front of the installer screen)?