aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-04 06:57:10 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-04 06:57:10 +0000
commit58f54094892954ef0982963426b16823106d8997 (patch)
tree6f60c7ef913dad8dd24901bda667456b6c4bcb36 /packaging
parent231ef00237a894fd0ef9f429fdc56b814732be66 (diff)
From Hamish Moffatt:
Add some missing files in the "clean" targets. Use pod2html rather than man2html to build HTML man pages. Fix ethereal.nsi.in for recent versions of NSIS, and fix a typo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4475 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/nsis/ethereal.nsi.in b/packaging/nsis/ethereal.nsi.in
index 8f8a28fb41..ee203b6fe4 100644
--- a/packaging/nsis/ethereal.nsi.in
+++ b/packaging/nsis/ethereal.nsi.in
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi.in,v 1.11 2001/12/19 19:16:12 guy Exp $
+; $Id: ethereal.nsi.in,v 1.12 2002/01/04 06:57:09 guy Exp $
; ============================================================================
; Header configuration
@@ -16,8 +16,7 @@ OutFile "ethereal-setup.exe"
Icon "..\..\image\ethereal.ico"
; Uninstall stuff
-UninstallText "This will uninstall Etheral. Hit 'Next' to continue."
-UninstallExeName "uninstall.exe"
+UninstallText "This will uninstall Ethereal. Hit 'Next' to continue."
; ============================================================================
; License page configuration
@@ -73,6 +72,7 @@ File "..\..\sunping.xml"
; Write the uninstall keys for Windows
WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "DisplayName" "Ethereal"
WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "UninstallString" '"$INSTDIR\uninstall.exe"'
+WriteUninstaller "uninstall.exe"
SectionEnd
Section "Ethereal"
@@ -165,5 +165,5 @@ RMDir "$SMPROGRAMS\Ethereal"
RMDir "$INSTDIR\plugins\@VERSION@"
RMDir "$INSTDIR\plugins"
RMDir "$INSTDIR"
-SectionEnd
+SectionEnd