From 0a45d13652cd0f34a9cabfbc6dbbdc8faaaf3554 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 26 Sep 2016 16:19:42 -0700 Subject: WiX: Try to fix development upgrades. Try enabling the MajorUpgrade:AllowSameVersionUpgrades attribute. This should keep the .msi packages from installing side by side when only the micro version differs. Change-Id: I37e8971d965ec1909c6baacb55d6a8062b13ff70 Reviewed-on: https://code.wireshark.org/review/17945 Reviewed-by: Gerald Combs --- packaging/wix/Wireshark.wxs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/wix/Wireshark.wxs b/packaging/wix/Wireshark.wxs index a2fbcd37db..16ce53882c 100644 --- a/packaging/wix/Wireshark.wxs +++ b/packaging/wix/Wireshark.wxs @@ -24,7 +24,17 @@ - + + + + -- cgit v1.2.1