gluonhq / wave-app

The Gluon Wave App that runs with Gluon Mobile, OpenJFX, OpenJDK 11 and GraalVM
23 stars 9 forks source link

[Windows] Update msi installer #170

Open abhinayagarwal opened 2 years ago

abhinayagarwal commented 2 years ago

Wix has support for major-upgrade(https://stackoverflow.com/a/3575801) and auto-start application after installation. However, jpackage doesn't have these in its main.wxs file.

A lot of features, including ability to add override.wxi into main.wxs, was added to jpackage under JDK-8230668. This can be explored to add these additional functionality.