I found this link (look for "Support for Windows processes"), but I can't find out how to get to this screen in the install4j UI. Any help with that?
Just found it:
Right click and select "Add Action" and then select "Miscellaneous" -> "Check for running processes on indows"
There is also an API for it:
WinProcesses.Info[] infos = WinProcesses.getRunningProcesses(); int idsToBeClosed[] = ...; WinProcesses.terminateProcesses(idsToBeClosed);
Copyright © 2021 Jogjafile Inc.
Just found it:
Right click and select "Add Action" and then select "Miscellaneous" -> "Check for running processes on indows"