Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-07-19 20:30:26 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-07-19 20:34:12 +0300
commit3ee0728876e8523c00be6cbf9846eb938f2ae286 (patch)
tree54c8def6e2cc501677c129b963a6b77fd95f318b /installer
parent5b82a7a40614486e8b9c335ff8ee7a45d1c4d169 (diff)
installer: revert "installer: force uninstall before install."
This reverts commit 3d4663465ea1e528a299f1939237c31a4188775c. That commit was done because of reports that stale files from old versions of Mumble were left behind. In particular, in the "Versions" subdirectory. I just tested this locally, and I can't reproduce that problem. Reverting this commit should hopefully resolve a lot issues such as: mumble-voip/mumble#2901 mumble-voip/mumble#1917 mumble-voip/mumble#1845 mumble-voip/mumble#1700 Perhaps more.
Diffstat (limited to 'installer')
-rw-r--r--installer/Product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/Product.wxs b/installer/Product.wxs
index 4eadbd8e9..800f166c8 100644
--- a/installer/Product.wxs
+++ b/installer/Product.wxs
@@ -32,7 +32,7 @@
VersionNT > 501 OR (VersionNT = 501 AND ServicePackLevel >= 2) OR (VersionNT = 502 AND ServicePackLevel >= 1)
</Condition>
- <MajorUpgrade AllowDowngrades='no' AllowSameVersionUpgrades='yes' MigrateFeatures='yes' Schedule='afterInstallValidate' DowngradeErrorMessage='A later version of [ProductName] is already installed.' />
+ <MajorUpgrade AllowDowngrades='no' AllowSameVersionUpgrades='yes' MigrateFeatures='yes' Schedule='afterInstallExecute' DowngradeErrorMessage='A later version of [ProductName] is already installed.' />
<Media Id="1" Cabinet="$(var.ProductName).cab" EmbedCab="yes" CompressionLevel="high" />