|
MUI_FINISHPAGE_RUN not working for some programs
This is very strange. I have my installer set up to run a program using MUI_FINISHPAGE_RUN, but it doesn't run. If I change to a different program, it runs fine. The file is definitely there, and I can run the program afterwards. The one caveat here is that the program is a Java application that I wrapped using launch4j. Is it possible that it is launching in the same Java process as the installer and then that Java process is ending when the installer ends? If this is the case, does anyone know a way around it?
|