aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-01 21:55:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-01 21:55:08 +0000
commit9a3d4be55e02bd19c3932cdbb306fddf4a298a97 (patch)
treec650f14e0f881dd6198c20749a4d84e9d4bd710f /packaging
parent98856d1875a35a006ca9dc5cc931e8a6c70c8177 (diff)
Install the files for the XML Diameter dictionary.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4123 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-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"