Install the Diameter DTD and XML files in the "diameter" subdirectory
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 1 Jun 2002 22:17:22 +0000 (22:17 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 1 Jun 2002 22:17:22 +0000 (22:17 +0000)
of the directory for Ethereal configuration files, not the configuration
file directory, as the Diameter dissector looks for them in the
subdirectory.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5607 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/nsis/ethereal.nsi.in

index 1dbd72f1d3ae1460e5a3c5ba11f6adb608c22ec9..23023f1886cc463aa51d1a02d9f7b7dd81a05902 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; ethereal.nsi
 ;
-; $Id: ethereal.nsi.in,v 1.14 2002/04/08 02:18:14 gerald Exp $
+; $Id: ethereal.nsi.in,v 1.15 2002/06/01 22:17:22 guy Exp $
 
 ; ============================================================================
 ; Header configuration
@@ -67,11 +67,18 @@ File "c:\program files\common files\GNU\gnu-intl.dll"
 File "..\..\README"
 File "..\..\README.win32"
 File "..\..\manuf"
+
+;
+; Install the Diameter DTD and XML files in the "diameter" subdirectory
+; of the installation directory.
+; 
+SetOutPath $INSTDIR\diameter
 File "..\..\dictionary.dtd"
 File "..\..\dictionary.xml"
 File "..\..\mobileipv4.xml"
 File "..\..\nasreq.xml"
 File "..\..\sunping.xml"
+SetOutPath $INSTDIR
 
 ; Write the uninstall keys for Windows
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "DisplayName" "Ethereal"