aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix/InputPaths.wxi
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-12-19 12:40:21 -0800
committerGerald Combs <gerald@wireshark.org>2018-12-19 22:58:43 +0000
commit175951f0f305360fc46b326256fe2b8cac2b50ab (patch)
tree8d4c4ce0724f139231de9a168ffd9caa18c2883e /packaging/wix/InputPaths.wxi
parentb8a4843db5a683e7a15d4c049371a526f87e1716 (diff)
WiX: Build packages verbosely.
Pass the `-v` flag to candle, light, and heat. Remove a couple of apparently unused and definitely misleading variables. Change-Id: If3c50f3f1596f244e8354b77bbd443779f5aa981 Reviewed-on: https://code.wireshark.org/review/31132 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/wix/InputPaths.wxi')
-rw-r--r--packaging/wix/InputPaths.wxi3
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/wix/InputPaths.wxi b/packaging/wix/InputPaths.wxi
index 8ae31b6689..0fae77b721 100644
--- a/packaging/wix/InputPaths.wxi
+++ b/packaging/wix/InputPaths.wxi
@@ -7,9 +7,6 @@
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
<?endif?>
- <?define VCRedist.Version = "VC141" ?>
- <?define VCRedist.Dir ="C:\Program Files (x86)\Common Files\Merge Modules\" ?>
-
<?define Staging.Dir ="$(var.BuildOutputDir)" ?>
<?define Plugins.Dir ="$(var.Staging.Dir)\plugins" ?>
<?define Profiles.Dir ="$(var.Staging.Dir)\profiles" ?>