summaryrefslogtreecommitdiffstats
path: root/build/wix/bundle
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2017-07-18 00:17:14 +0200
committerSebastien Blaisot <sebastien@blaisot.org>2017-07-18 00:17:14 +0200
commit052a9662e4cdb3679a210cfb76e8b1e7ca47faa0 (patch)
tree9193a92bab5d4df307942c8cbca264b9f2496036 /build/wix/bundle
parent069c6e1d57987f4a1d4592fae2c8fecb296a7984 (diff)
(wix) use fixed ProductID when building bundle to fix uninstallation
Diffstat (limited to 'build/wix/bundle')
-rw-r--r--build/wix/bundle/bundle.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/wix/bundle/bundle.wxs b/build/wix/bundle/bundle.wxs
index fe984ea698..21d101b587 100644
--- a/build/wix/bundle/bundle.wxs
+++ b/build/wix/bundle/bundle.wxs
@@ -107,6 +107,7 @@
Id="MainPackage"
SourceFile="$(var.MSIPackage)"
DisplayInternalUI="yes"
+ EnableFeatureSelection="yes"
Compressed="yes"
Vital="yes">
<MsiProperty Name="INSTALLDIR" Value="[InstallFolder]" />