On Mon, 18 Jul 2022 22:01:09 GMT, Alexander Matveev <almat...@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