aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-05-14 02:46:38 +0000
committerGerald Combs <gerald@wireshark.org>2004-05-14 02:46:38 +0000
commitee7618dc6ee2c0c502d00fc50281f26e2b826426 (patch)
tree043c2cd90d27f3069e377ca39ce8c502c3b17cbe /packaging/nsis
parenta8e9885c39599ec7aa8c358f927eba9fa29a8688 (diff)
Make the GTK2 interface the default. Remove GTK-Wimp from the GTK2 section.
I originally tried to make it disabled by default (using "Section /o"), but this caused odd behavior in the installer. svn path=/trunk/; revision=10884
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/ethereal.nsi15
1 files changed, 6 insertions, 9 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 003feaf98e..f8f22348bb 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.53 2004/05/09 10:03:41 guy Exp $
+; $Id: ethereal.nsi,v 1.54 2004/05/14 02:46:38 gerald Exp $
!ifdef MAKENSIS_MODERN_UI
@@ -10,8 +10,8 @@ SetCompressor lzma
!endif
!ifdef GTK1_DIR & GTK2_DIR
-InstType "Ethereal (typical)"
-InstType "Ethereal with modern GTK2 user interface"
+InstType "Ethereal (GTK2 user interface)"
+InstType "Ethereal (legacy GTK1 user interface)"
!endif
; ============================================================================
@@ -200,7 +200,7 @@ SectionEnd
Section "Ethereal GTK1" SecEtherealGTK1
;-------------------------------------------
!ifdef GTK1_DIR & GTK2_DIR
-SectionIn 1 RO
+SectionIn 2 RO
!endif
SetOutPath $INSTDIR
File "..\..\ethereal.exe"
@@ -213,7 +213,7 @@ SectionEnd
Section "Ethereal GTK2" SecEtherealGTK2
;-------------------------------------------
!ifdef GTK1_DIR & GTK2_DIR
-SectionIn 2 RO
+SectionIn 1 RO
!endif
SetOutPath $INSTDIR
File /oname=ethereal.exe "..\..\ethereal-gtk2.exe"
@@ -241,9 +241,6 @@ SectionEnd
!ifdef GTK_WIMP_DIR
Section "GTK-Wimp" SecGTKWimp
;-------------------------------------------
-!ifdef GTK1_DIR & GTK2_DIR
-SectionIn 2
-!endif
SetOutPath $INSTDIR\lib\gtk-2.0\2.2.0\engines
File "${GTK_WIMP_DIR}\libwimp.dll"
SetOutPath $INSTDIR\share\themes\Default\gtk-2.0
@@ -348,7 +345,7 @@ CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal Manual.lnk" "$INSTDIR\ethereal.htm
CreateShortCut "$SMPROGRAMS\Ethereal\Display Filters Manual.lnk" "$INSTDIR\ethereal-filter.html"
CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal Program Directory.lnk" \
"$INSTDIR"
-CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal Uninstall.lnk" "$INSTDIR\uninstall.exe"
+CreateShortCut "$SMPROGRAMS\Ethereal\Uninstall Ethereal.lnk" "$INSTDIR\uninstall.exe"
SectionEnd
Section "Desktop Icon" SecDesktopIcon