aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-25 03:32:26 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-25 03:32:26 +0000
commit77ed24848995b27f855a17204f6ad24d53a50b18 (patch)
tree25ef5f602532f2176844e9e982930b0e99978277 /packaging
parentb700504585f06b42e73228861c6a2129981eae8d (diff)
From Lars Roland: cosmetic fixes.
svn path=/trunk/; revision=11827
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi10
1 files changed, 8 insertions, 2 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 57c251faec..adf7251dd4 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -60,11 +60,17 @@ XPStyle on
!define MUI_UNICON "..\..\image\ethereal.ico"
!define MUI_COMPONENTSPAGE_SMALLDESC
+!define MUI_FINISHPAGE_NOAUTOCLOSE
+!define MUI_UNFINISHPAGE_NOAUTOCLOSE
!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Ethereal.\r\n\r\nBefore starting the installation, make sure Ethereal is not running.\r\n\r\nClick 'Next' to continue."
!define MUI_FINISHPAGE_LINK "Install WinPcap to be able to capture packets from a network!"
!define MUI_FINISHPAGE_LINK_LOCATION "http://winpcap.polito.it"
-; show readme doesn't seem to work even with NSIS 2.0rc3
-;!define MUI_FINISHPAGE_SHOWREADME "..\..\README.win32"
+
+; NSIS shows Readme files by opening the Readme file with the default application for
+; the file's extension. "README.win32" won't work in most cases, because extension "win32"
+; is usually not associated with an appropriate text editor. We should use extension "txt"
+; for a text file or "html" for an html README file.
+;!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\help\overview.txt"
;!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
; ============================================================================