aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi6
1 files changed, 1 insertions, 5 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 3efc145f41..17d110adac 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.43 2004/02/03 20:03:39 ulfl Exp $
+; $Id: ethereal.nsi,v 1.44 2004/02/03 20:13:18 ulfl Exp $
!ifdef MAKENSIS_MODERN_UI
@@ -354,10 +354,6 @@ IfFileExists "$INSTDIR" 0 NoFinalErrorMsg
MessageBox MB_OK "Note: $INSTDIR could not be removed!" IDOK 0 ; skipped if file doesn't exist
NoFinalErrorMsg:
-IfFileExists "$INSTDIR" 0 NoFinalErrorMsg
- MessageBox MB_OK "Note: $INSTDIR could not be removed!" IDOK 0 ; skipped if file doesn't exist
-NoFinalErrorMsg:
-
SectionEnd