I am using install4j Windows Edition 6.1.1 (build 6254).
I have an installer that installs (up to) 3 components, each with a Launcher (exe).
In the uninstall process, I use a "Check for running processes" activity, as suggested here. The "Include launchers" option is checked, but no processes are detected.
When I add the exe files manually to "Additional executables", it works as expected.
Is this a bug, or did I miss something?
Additional question: When I list the "Additional executables", can I give them names by which they are reported to the user when they are running, rather than just filename with path?
In case it matters: The components are Eclipse RCP application, and they are not placed in the installation root, but each in its own subdirectory.