RFR: 8253379: [windows] Several jpackage tests failed with error code 1638

Andy Herrick herrick at openjdk.java.net
Mon Oct 5 20:15:42 UTC 2020


On Thu, 24 Sep 2020 23:07:30 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> 
> 
> Currently msi wrapper unconditionally adds "/i" on msiexec command line. So passing "/x" option to exe installer would
> not work. I think we need to rework msi wrapper to only support one command line option - "--uninstall" instead of
> passing all command line parameters to nested msiexec invocation.

yes - but until we have that implemented in the wrapper, shouldn't we disable in the tests installing what we can't
unintall ?

-------------

PR: https://git.openjdk.java.net/jdk/pull/337


More information about the core-libs-dev mailing list