patch error removed
authorUlf Lamping <ulf.lamping@web.de>
Tue, 3 Feb 2004 20:13:18 +0000 (20:13 -0000)
committerUlf Lamping <ulf.lamping@web.de>
Tue, 3 Feb 2004 20:13:18 +0000 (20:13 -0000)
svn path=/trunk/; revision=9972

packaging/nsis/ethereal.nsi

index 3efc145f41e1dadb73fb2561c987cf2aa57b4733..17d110adac762c6e4e6efe2e992bbfebd7ff6b24 100644 (file)
@@ -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