aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix/Wireshark.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/wix/Wireshark.wxs')
-rw-r--r--packaging/wix/Wireshark.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/wix/Wireshark.wxs b/packaging/wix/Wireshark.wxs
index 16ce53882c..a74a488636 100644
--- a/packaging/wix/Wireshark.wxs
+++ b/packaging/wix/Wireshark.wxs
@@ -14,7 +14,7 @@
-->
<?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" />
+ <Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" />
<!-- Values for Additional Tasks -->
<Property Id="WIRESHARK_START_MENU" Value="1" Secure="yes"/>
<Property Id="WIRESHARK_DESKTOP_ICON" Secure="yes"/>
@@ -22,7 +22,7 @@
<Property Id="WIRESHARK_LEGACY_START_MENU" Value="1" Secure="yes" />
<Property Id="WIRESHARK_LEGACY_DESKTOP_ICON" Secure="yes"/>
<Property Id="WIRESHARK_LEGACY_QUICK_LAUNCH_ICON" Value="1" Secure="yes" />
- <Property Id="WIRESHARK_FILE_EXTENSIONS" Value="0"/>
+ <Property Id="WIRESHARK_FILE_EXTENSIONS" Value="1"/>
<!-- We set AllowSameVersionUpgrade so that automated builds (which
only differ by micro version numbers) won't get installed side