Jpackage bug: Failed to find runtime/bin/jli.dll

2019-11-11 Thread Tobias Diez
Hello everybody, I used the latest jpackage to create an installer for windows. The installed (console) application does not start and complains about "Failed to find library" with "$ROOTDIR\runtime\bin\jli.dll". If I change the line "app.runtime=$ROOTDIR\runtime" to "app.runtime=$APPDIR\runtime"

[JPackage] Launcher should support command line arguments

2019-10-25 Thread Tobias Diez
Hello everybody, currently, the default launcher generated by jpackage does not accept command line arguments. On the other hand, the console launcher (--win-console) allows to specify command line arguments but then a command line window is kept open (which is fine for command line applications b

[jpackage] Run custom action/script during installation

2019-09-28 Thread Tobias Diez
Hi all, I've been experimenting with the recent build of jpackage and in general it is working quite well. Thanks for your work! One feature that I was strongly missing (or at least couldn't find anything in the docs) is to run an own script during installation. For example, I need to register co

[jpackage] Customize msi installer

2019-09-16 Thread Tobias Diez
Hi, after experimenting with jpackage for creating a msi installer, I would like to suggest the following improvements: 1. Set the ARPPRODUCTICON property, that controls the icon displayed in Add/Remove Programs for your application. https://wixtoolset.org/documentation/manual/v3/howtos/ui_and_lo