From 8ed8be19f33d0e562f5e4a9ee782f029a0dd4297 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 21 Aug 2007 17:59:08 +0000 Subject: [PATCH] Add more information on adding a plugin to the NSIS installer. svn path=/trunk/; revision=22564 --- doc/README.plugins | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/doc/README.plugins b/doc/README.plugins index a2be884654..30b36705f9 100644 --- a/doc/README.plugins +++ b/doc/README.plugins @@ -194,9 +194,21 @@ AC_OUTPUT( 3.5 Changes to the installers -If you want to include your plugin in an installer you have to add lines -in the NSIS installer wireshark.nsi file, and U3 installer makefile.nmake -file. +If you want to include your plugin in an installer you have to add lines +in the NSIS installer Makefile.nmake and wireshark.nsi files, and U3 +installer makefile.nmake file. + +For the NSIS installer: + + Add ../../plugins/xxx/xxx.dll to the list of plugins for the + PLUGINS variable in packaging/nsis/Makefile.nmake. + + Add + + File "..\..\plugins\xxx\xxx.dll" + + to the list of "File" statements in the "Dissector Plugins" + section. 4. Development and plugins on Unix