RFR: 8290402: jpackage exe uninstallers don't return correct exit code in case of failure

Alexey Semenyuk asemenyuk at openjdk.org
Mon Jul 18 22:39:46 UTC 2022


On Mon, 18 Jul 2022 22:01:09 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

>> 8290402: jpackage exe uninstallers don't return correct exit code in case of failure
>
> src/jdk.jpackage/windows/native/msiwrapper/MsiWrapper.cpp line 53:
> 
>> 51: 
>> 52:         // Uninstall product.
>> 53:         msi::SuppressUI suppressUI;
> 
> Do you know why this needed and what it do?

It is required to run uninstallation silently, without showing UI

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

PR: https://git.openjdk.org/jdk/pull/9532


More information about the core-libs-dev mailing list