Add more information on adding a plugin to the NSIS installer.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 21 Aug 2007 17:59:08 +0000 (17:59 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 21 Aug 2007 17:59:08 +0000 (17:59 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22564 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.plugins

index a2be884654c9b07c5b247d7b320fb448f1629340..30b36705f9fb63c552376862feeab14ddcdf34a3 100644 (file)
@@ -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