1

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.

1 Answers1

0

As of install4j 7.0.9, the "Include launchers" option of the "Check for processes" action only handles generated launchers and you have to pass the external launchers explicitly in the "Additional executables" property.

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102
  • I accepted the answer, since it gives me useful information and I can move on. However, this does not explain the behaviour as observed with version 6.1.1. Also, it would be nice if the GUI could mention this limitation. – Martin Leitner Mar 07 '19 at 21:52