aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-12 07:52:23 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-12 07:52:23 +0000
commitdf152c2a228528ccdb2b7dda96b2f2e733fc16b6 (patch)
tree83e9a6c90ef31b4f1acfdcd09d59e65b80fe616f /packaging
parent3dedae14f9822d0d3d715c5c67f4bc063b43ed05 (diff)
From Motonori Shindo: delete installed data files on a Windows
uninstallation. svn path=/trunk/; revision=4388
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi.in b/packaging/nsis/ethereal.nsi.in
index 616cdc42a1..491ab1c13c 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.9 2001/12/12 01:29:07 guy Exp $
+; $Id: ethereal.nsi.in,v 1.10 2001/12/12 07:52:23 guy Exp $
; ============================================================================
; Header configuration
@@ -155,6 +155,12 @@ DeleteRegKey HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Unins
DeleteRegKey HKEY_LOCAL_MACHINE SOFTWARE\Ethereal
Delete "$INSTDIR\README*"
+Delete "$INSTDIR\manuf"
+Delete "$INSTDIR\dictionary.dtd"
+Delete "$INSTDIR\dictionary.xml"
+Delete "$INSTDIR\mobileipv4.xml"
+Delete "$INSTDIR\nasreq.xml"
+Delete "$INSTDIR\sunping.xml"
Delete "$INSTDIR\*.exe"
Delete "$INSTDIR\*.pdb"
Delete "$INSTDIR\*.html"