summaryrefslogtreecommitdiff
path: root/packaging/wix/Wireshark.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/wix/Wireshark.wxs')
-rw-r--r--packaging/wix/Wireshark.wxs3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/wix/Wireshark.wxs b/packaging/wix/Wireshark.wxs
index 24154b1595..a2fbcd37db 100644
--- a/packaging/wix/Wireshark.wxs
+++ b/packaging/wix/Wireshark.wxs
@@ -13,7 +13,6 @@
.ico file instead of pointing to wireshark.exe.
-->
<?define ProgramsFeaturesIconPath="$(var.IconDir)\wireshark.ico"?>
-
<Product Id="*" Name="$(var.WiresharkName)" Language="1033" Version="$(var.WiresharkVersion)" Manufacturer="The Wireshark developer community, http://www.wireshark.org/" UpgradeCode="0d67aace-269a-4264-81a3-da8055c1c79c">
<Package InstallerVersion="405" Compressed="yes" InstallScope="perMachine" />
<!-- Values for Additional Tasks -->
@@ -26,7 +25,7 @@
<Property Id="WIRESHARK_FILE_EXTENSIONS" Value="0"/>
<MajorUpgrade DowngradeErrorMessage="A newer version of $(var.WiresharkName) is already installed." />
- <MediaTemplate EmbedCab="yes" CompressionLevel="high" />
+ <MediaTemplate EmbedCab="yes" CompressionLevel="high" />
<!-- Include the prerequisites, by referencing the placeholder property -->
<PropertyRef Id="IncludePrerequisites" />