From 18caa17256a96aa6b2fbf23e549effb963c5c013 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Fri, 10 Feb 2017 00:02:45 +0100 Subject: [PATCH] installer: don't ship dbghelp.dll anymore. Only older versions of dbghelp.dll are redistributable by themselves. Newer versions only allow redistribution via MSI files, which are useless for us. To sidestep this problem, we'll simply go back to relying on the OSes version of dbghelp.dll. Shipping an outdated version of dbghelp.dll isn't sensible. We're better off allowing Windows 10 to use a modern (its own) version of dbghelp.dll than using a year-old version. To give some context on how we use dbghelp.dll: In Mumble, we use dbghelp.dll for writing our Minidumps. In Murmur, Ice uses it for symbolicating stack traces in Ice exceptions. --- installer/Files.wxs | 7 ------- installer/Product.wxs | 3 --- installer/Settings.wxi | 10 ---------- 3 files changed, 20 deletions(-) diff --git a/installer/Files.wxs b/installer/Files.wxs index b60ffa82d..89c18b47c 100644 --- a/installer/Files.wxs +++ b/installer/Files.wxs @@ -79,10 +79,6 @@ - - - - @@ -150,9 +146,6 @@ - - - diff --git a/installer/Product.wxs b/installer/Product.wxs index e591be454..4eadbd8e9 100644 --- a/installer/Product.wxs +++ b/installer/Product.wxs @@ -141,8 +141,6 @@ - - @@ -161,7 +159,6 @@ - diff --git a/installer/Settings.wxi b/installer/Settings.wxi index 7533866b0..a6ab7e47e 100644 --- a/installer/Settings.wxi +++ b/installer/Settings.wxi @@ -36,16 +36,6 @@ - - - - - - - - - -