summaryrefslogtreecommitdiff
path: root/packaging/wix/Features.wxi
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-09-23 17:45:39 -0700
committerMichael Mann <mmann78@netscape.net>2016-09-24 02:10:00 +0000
commit575e36324c700ac89cb11ff4e70dcfe542ad753c (patch)
tree1cfb8aa74dc6ec685f003128a541d064832e1825 /packaging/wix/Features.wxi
parenta1b04ad228b11994e6f3452d0a2ed11ddefb582a (diff)
downloadwireshark-575e36324c700ac89cb11ff4e70dcfe542ad753c.tar.gz
WiX: Disable desktop icon and shortcut checkboxes.
Enable and disable the Wireshark and Wireshark-gtk desktop icon and shortcut checkboxes depending on our feature selections to match the NSIS installer behavior (and make sense). Set the level of "Fe.WiresharkGTK" to 2 so that it's disabled by default. This roughly matches the behavior of the NSIS installer. Note that we can't enable or disable radio buttons. Change-Id: I1c73f901344e21bd62e67890ce544f644c0cdda6 Reviewed-on: https://code.wireshark.org/review/17898 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'packaging/wix/Features.wxi')
-rw-r--r--packaging/wix/Features.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/wix/Features.wxi b/packaging/wix/Features.wxi
index 559d73361e..606f5eefee 100644
--- a/packaging/wix/Features.wxi
+++ b/packaging/wix/Features.wxi
@@ -28,7 +28,7 @@
<ComponentGroupRef Id="CG.TShark" />
</Feature>
<?ifdef GTK_DIR?>
- <Feature Id="Fe.WiresharkGTK" Title="Wireshark 1" Level="1" AllowAdvertise="yes" Display="expand" Description="The classic user interface.">
+ <Feature Id="Fe.WiresharkGTK" Title="Wireshark 1" Level="2" AllowAdvertise="yes" Display="expand" Description="The classic user interface.">
<ComponentGroupRef Id="CG.WiresharkGTK" />
<ComponentGroupRef Id="CG.GTKRequiredDependencies" />
<ComponentGroupRef Id="CG.GTKSubdirectory" />