aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-08-20 06:33:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-08-20 06:33:23 +0000
commit60cd172c67f0d1d989a15e9f05b98c433bcff3c5 (patch)
treed37d0be0581456fc39aed709acbee89ce442c981 /packaging
parentd74afaf9afee684d7d9c963c61f953f27ee8760f (diff)
Make sure the GIOP plugins are removed if Ethereal is uninstalled.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3854 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi.in b/packaging/nsis/ethereal.nsi.in
index bf46a8e2d4..043eeaa10d 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.5 2001/08/20 06:29:57 guy Exp $
+; $Id: ethereal.nsi.in,v 1.6 2001/08/20 06:33:23 guy Exp $
; ============================================================================
; Header configuration
@@ -151,6 +151,8 @@ Delete "$INSTDIR\*.exe"
Delete "$INSTDIR\*.pdb"
Delete "$INSTDIR\*.html"
Delete "$INSTDIR\*.dll"
+Delete "$INSTDIR\plugins\@VERSION@\coseventcomm.dll"
+Delete "$INSTDIR\plugins\@VERSION@\cosnaming.dll"
Delete "$INSTDIR\plugins\@VERSION@\gryphon.dll"
Delete "$INSTDIR\plugins\@VERSION@\mgcp.dll"
Delete "$SMPROGRAMS\Ethereal\*.*"