Hi there,
I'm using jpackage along with Wix3.
The command I use to generate my .exe is:
jpackage -i ../../target --type exe --main-class
org.dpsoftware.JavaFXStarter --main-jar
FireflyLuciferin-jar-with-dependencies.jar --icon
../../data/img/java_fast_screen_capture_logo.ico --win-menu
--win-menu-group Luciferin --copyright "Davide Perini" --name "Firefly
Luciferin" --vendor DPsoftware --win-dir-chooser --win-shortcut
--win-per-user-install --win-upgrade-uuid myuuid --app-version
"${{steps.get-id.outputs.id}}" --win-shortcut --win-shortcut-prompt
--java-options "-XX:+UseZGC -XX:+UseStringDeduplication -Xms64m
-Xmx1024m --add-modules=jdk.incubator.vector"
How can I move it to Wix5 using Java 24?
Is there a guide/documentation that help in migrating from Wix 3 to Wix
5?
Thanks
Davide