aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-03 20:13:18 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-03 20:13:18 +0000
commit9ff26b9b9d674144f15cbc641254beda5f1d6253 (patch)
tree028a1a50bacc0344e93ef3ffeadd8eb86804e935 /packaging
parent9f85cb6eecee55f81a5d726f503240526137e0fc (diff)
patch error removed
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9972 f5534014-38df-0310-8fa8-9805f1628bb7
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