|
With this wizard, you can create a code snippet that you can paste into the Java code of your own
application in order to call the selected custom installer application.
This has several advantages with respect to simply using Runtime.exec() :
-
It works as expected on all supported platforms, including macOS
-
It uses the ID of the application and not the path, so the code snippet still works when you rename
the executable in your project
-
It allows the \"Shut down calling launcher\" action to close your application
-
It provides a callback to react to a shutdown of your application or an exit of the custom installer application
|