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

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlueBlock <danb@pobox.com>2019-09-03 19:55:42 +0300
committerBlueBlock <danb@pobox.com>2019-09-03 19:55:42 +0300
commit4a9fba8da7e09c0d1c2a76769bcd6319cc9345e2 (patch)
tree0db6e115565bcefacf19f7657c99eca98ef23f1b /Installer
parentc4b8092f0a9129272be39b6f5acf008f629a28a9 (diff)
change wix ordering to use more efficient method
Diffstat (limited to 'Installer')
-rw-r--r--Installer/Windows/Duplicati.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/Windows/Duplicati.wxs b/Installer/Windows/Duplicati.wxs
index 0ee98959e..d5dc846e4 100644
--- a/Installer/Windows/Duplicati.wxs
+++ b/Installer/Windows/Duplicati.wxs
@@ -84,7 +84,7 @@
<!-- Remove old versions -->
<InstallExecuteSequence>
- <RemoveExistingProducts Before='InstallInitialize' />
+ <RemoveExistingProducts After="InstallFinalize" />
</InstallExecuteSequence>
<Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />