aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-03 20:13:18 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-03 20:13:18 +0000
commit929e54fa44ccde5a2dbaa96894ef00a57c2b5055 (patch)
tree028a1a50bacc0344e93ef3ffeadd8eb86804e935 /packaging
parent97172d52a0caca53a0cb18b068cac42c3f03a782 (diff)
patch error removed
svn path=/trunk/; revision=9972
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