JDK-8218681 : Windows exe's generated by jpackage have wrong info
  • Type: Bug
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-02-08
  • Updated: 2019-03-22
  • Resolved: 2019-02-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
internalFixed
Related Reports
Relates :  
Description
From user feedback on EA2:

I'm using jpackage EA from https://jdk.java.net/jpackage/ to create a
windows executable on windows 2012 R2 (jpackager create-image ...)
The resulting exe file doesn't have the correct vendor and version
information (it has openjdk 13 instead of my vendor name and version).
It has the correct logo.

I can see the same thing with simple application after JDK-8217317 moved the version-swap functionality to a native library.