aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-01 21:55:08 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-01 21:55:08 +0000
commit4ce74359eb0d2c56bba24b888b2912d9dd2e3123 (patch)
treec650f14e0f881dd6198c20749a4d84e9d4bd710f
parentbe7e31be0e61566ebad1dadf041487ce2374ba6f (diff)
Install the files for the XML Diameter dictionary.
svn path=/trunk/; revision=4123
-rw-r--r--packaging/nsis/ethereal.nsi.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi.in b/packaging/nsis/ethereal.nsi.in
index 2ab8dbf854..7f2870c51f 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.7 2001/10/11 01:04:19 guy Exp $
+; $Id: ethereal.nsi.in,v 1.8 2001/11/01 21:55:08 guy Exp $
; ============================================================================
; Header configuration
@@ -64,6 +64,11 @@ File "c:\program files\common files\GNU\gnu-intl.dll"
File "..\..\README"
File "..\..\README.win32"
File "..\..\manuf"
+File "..\..\dictionary.dtd"
+File "..\..\dictionary.xml"
+File "..\..\mobileipv4.xml"
+File "..\..\nasreq.xml"
+File "..\..\sunping.xml"
; Write the uninstall keys for Windows
WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "DisplayName" "Ethereal"