8232077: Investigate if default behavior should allow downgrade scenario

Reviewed-by: herrick, almatvee
This commit is contained in:
Alexey Semenyuk 2020-01-16 08:25:46 -05:00
parent bd1eff9e32
commit a544090944

View File

@ -414,6 +414,7 @@ public class WinMsiBundler extends AbstractBundler {
upgradeCode));
data.put("JpAllowUpgrades", "yes");
data.put("JpAllowDowngrades", "yes");
data.put("JpAppName", APP_NAME.fetchFrom(params));
data.put("JpAppDescription", DESCRIPTION.fetchFrom(params));