OpenJDK / jdk / jdk
changeset 57719:456475106ee0
8232077: Investigate if default behavior should allow downgrade scenario
Reviewed-by: herrick, almatvee
author | asemenyuk |
---|---|
date | Thu, 16 Jan 2020 08:25:46 -0500 |
parents | 09371a74ca50 |
children | 9aba9109a25e |
files | src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WinMsiBundler.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WinMsiBundler.java Thu Jan 16 12:12:02 2020 -0500 +++ b/src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WinMsiBundler.java Thu Jan 16 08:25:46 2020 -0500 @@ -414,6 +414,7 @@ upgradeCode)); data.put("JpAllowUpgrades", "yes"); + data.put("JpAllowDowngrades", "yes"); data.put("JpAppName", APP_NAME.fetchFrom(params)); data.put("JpAppDescription", DESCRIPTION.fetchFrom(params));