8232077: Investigate if default behavior should allow downgrade scenario
Reviewed-by: herrick, almatvee
This commit is contained in:
parent
bd1eff9e32
commit
a544090944
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user