quote:
Originally posted by CookieRevised
... And the DLL was also registered. The plugin seems to be a VB plugin (from seeing the batch installer) and VB plugins need also to be registered with regsvr32. But the batch installer doesn't do this, so this couldn't be the batch installers fault anyways if this wasn't done...
Correct me if I'm wrong, CyBeRDuDe.
The Batch file DOES register the dlll with Regsvr32...
..
code:
regsvr32 CountNick.dll /s
reg add HKLM\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins /v "Nickname Counter" /d CountNick.clsCountNick
But of course, this batch file needs to be executed/placed in the same folder as the plugin dll file... Which means in the Plugins folder of Messenger Plus....