aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-17 18:21:49 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-17 18:21:49 +0000
commit303b54ef8490b0c96be6d748a81ea23a7dfe397e (patch)
tree9f79d0f009392927ddd8b55c4b6d0f3bea324fb8 /packaging
parent0c92599d458e1f15fda00c55eccbc341134e2e01 (diff)
Have console.lua and dtd_gen.lua installed by nsis
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19580 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 5b4a18b708..9f0927b2b3 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -344,6 +344,8 @@ File "..\..\doc\wireshark-filter.html"
File "..\..\dumpcap.exe"
File "..\..\doc\dumpcap.html"
File "..\..\epan\wslua\init.lua"
+File "..\..\epan\wslua\console.lua"
+File "..\..\epan\wslua\dtd_gen.lua"
; global config files - don't overwrite if already existing
;IfFileExists cfilters dont_overwrite_cfilters
@@ -972,6 +974,8 @@ Delete "$INSTDIR\cfilters"
Delete "$INSTDIR\colorfilters"
Delete "$INSTDIR\dfilters"
Delete "$INSTDIR\init.lua"
+Delete "$INSTDIR\console.lua"
+Delete "$INSTDIR\dtd_gen.lua"
RMDir "$INSTDIR"
SectionEnd