Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/msi/adblockplusie.wxs

Issue 4953435199766528: Issue #1222 - Allow downgrades from the installer, to fix the 99.9 version (Closed)
Patch Set: Created Nov. 26, 2014, 1:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/msi/adblockplusie.wxs
===================================================================
--- a/installer/src/msi/adblockplusie.wxs
+++ b/installer/src/msi/adblockplusie.wxs
@@ -129,7 +129,7 @@
-->
<MajorUpgrade
Schedule="afterInstallExecute"
- DowngradeErrorMessage="!(loc.AlreadyInstalled)"
+ AllowDowngrades="yes"
/>
<MediaTemplate EmbedCab="yes"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld