aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-09-17 17:17:42 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-09-17 17:17:42 +0000
commit5aa2e7bf23d727ccab1dcdc3dde5ae18469a941b (patch)
treeb0209f25d8c08f7070630a5401475b5c9c3ef49b /packaging
parent4c14b12c25291919fc7e409f9cfe95c16cefe678 (diff)
Get the first few dtds installed.
svn path=/trunk/; revision=15852
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index e2aec9188d..1961097617 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -428,6 +428,16 @@ File "..\..\radius\dictionary.wispr"
File "..\..\radius\dictionary.xedia"
SetOutPath $INSTDIR
+;
+; install the dtds in the dtds subdirectory
+;
+SetOutPath $INSTDIR\dtds
+File "..\..\dtds\dc.dtd"
+File "..\..\dtds\itunes.dtd"
+File "..\..\dtds\rss.dtd"
+File "..\..\dtds\smil.dtd"
+SetOutPath $INSTDIR
+
SetOutPath $INSTDIR\help
File "..\..\help\toc"
File "..\..\help\overview.txt"
@@ -850,6 +860,7 @@ Delete "$INSTDIR\NEWS.txt"
Delete "$INSTDIR\manuf"
Delete "$INSTDIR\pcrepattern.3.txt"
Delete "$INSTDIR\radius\*.*"
+Delete "$INSTDIR\dtds\*.*"
Delete "$SMPROGRAMS\Ethereal\*.*"
Delete "$DESKTOP\Ethereal.lnk"
Delete "$QUICKLAUNCH\Ethereal.lnk"
@@ -882,6 +893,7 @@ RMDir "$INSTDIR\diameter"
RMDir "$INSTDIR\snmp\mibs"
RMDir "$INSTDIR\snmp"
RMDir "$INSTDIR\radius"
+RMDir "$INSTDIR\dtds"
RMDir "$INSTDIR"
SectionEnd ; "Uinstall"