Launch4j doesn't create a distributable installer. The executable will only work if Java is installed on the client computer.
Note that B4JPackager11 creates all the files that you need to distribute with an inno setup script. You need to run inno setup to build the installer from those files.
Note that B4JPackager11 creates all the files that you need to distribute with an inno setup script. You need to run inno setup to build the installer from those files.
I have configured an inno setup script.
But I can only select the "run.exe" executable.
Question: where and how do I select all other files that should be added to the setup?