Hi Serban,
Looks like a regression from the fix for
https://bugs.openjdk.java.net/browse/JDK-8223325.
I'v created https://bugs.openjdk.java.net/browse/JDK-8233138 to track this.
- Alexey
On 10/29/2019 12:50 PM, Serban Iordache wrote:
Issue on Windows 10, with jpackage build 14-jpackage+1-64 (2019/10/28):
When using the --win-dir-chooser option, the generated MSI package is not
valid.
The error message issued by Windows Installer is:
"The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2343."
Error code 2343 means: "Specified path is empty".
This problem did not occur in the previous version of jpackage (build
14-jpackage+1-49). I assume it is caused by the removal of the
APPLICATIONFOLDER property from:
src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/main.wxs.
Thanks
Serban