Feedback from a user:
I've been getting the new jpackage working with our project build. Generally everything's fine. One probable minor bug relating toJDK-8221333: Replace Inno Setup with custom MSI wrapper for .exe bundler:
The generated EXE installer, when run from eg: file explorer or browser downloads dialog, also opens a blank command window behind the installer's own window, which I'm pretty sure Inno Setup generated installers didn't do. Can this be avoided? (Is there a possibly-insufficiently-documented option involved, or is it just a bug?) Otherwise it's basically working so it's just a cosmetic untidyness. No, the --win-console option is not being used, besides which this is the *installer* that's affected, not the actual application once installed. This also (probably unsurprisingly) doesn't affect the MSI installer.
I've been getting the new jpackage working with our project build. Generally everything's fine. One probable minor bug relating to
The generated EXE installer, when run from eg: file explorer or browser downloads dialog, also opens a blank command window behind the installer's own window, which I'm pretty sure Inno Setup generated installers didn't do. Can this be avoided? (Is there a possibly-insufficiently-documented option involved, or is it just a bug?) Otherwise it's basically working so it's just a cosmetic untidyness. No, the --win-console option is not being used, besides which this is the *installer* that's affected, not the actual application once installed. This also (probably unsurprisingly) doesn't affect the MSI installer.
- duplicates
-
JDK-8226834 EXE installer creates unexpected console window
- Closed
- relates to
-
JDK-8221333 Replace Inno Setup with custom MSI wrapper for .exe bundler
- Resolved