What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Finished Advanced Plugin installer/uninstaller C++ and VB

Pages: (4): « First [ 1 ] 2 3 4 » Last »
Finished Advanced Plugin installer/uninstaller C++ and VB
Author: Message:
Huuf
Full Member
***



Posts: 482
44 / Male / –
Joined: May 2003
O.P. Roll Eyes  Finished Advanced Plugin installer/uninstaller C++ and VB
Hello Plus! users

I finished the Plugin Program today and it supports the following stuff:

The Visual Basic: Plugins
The C++: Plugins
It automaticly detect the settings
Automaticly reloads plus!

Here you can download it:
Extract all the files to one directory
If you get an Message that you miss a file download the complete setup.

Without installer
http://www.dse.nl/~ridder/Plugin2.zip

With Installer
http://www.dse.nl/~ridder/Setup.zip

This post was edited on 07-11-2003 at 08:01 AM by Huuf.
07-08-2003 04:57 PM
Profile PM Web Find Quote Report
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
RE: Adcanced Plugin installer/uninstaller
That's nice :). However, maybe it would be better if you could use the registered message to unload/reload plugins instead of restarting Messenger :)

Patchou
[Image: signature2.gif]
07-08-2003 05:15 PM
Profile PM Web Find Quote Report
Huuf
Full Member
***



Posts: 482
44 / Male / –
Joined: May 2003
O.P. RE: Adcanced Plugin installer/uninstaller
Patchou what do you exactly mean thanx with the following post

This post was edited on 07-08-2003 at 11:19 PM by Huuf.
07-08-2003 05:34 PM
Profile PM Web Find Quote Report
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Adcanced Plugin installer/uninstaller
You will see what he means when I will release the source code for my plugin installer. I will do it sometime today (maybe in half an hour) :)

It's in the Readme file anyways...
[Image: signature.gif]
07-08-2003 08:04 PM
Profile E-Mail PM Web Find Quote Report
Huuf
Full Member
***



Posts: 482
44 / Male / –
Joined: May 2003
O.P. RE: Adcanced Plugin installer/uninstaller
I am an partly open source programmer. I also have an open source code off how to replace resources

http://www.dse.nl/~ridder/
07-08-2003 08:50 PM
Profile PM Web Find Quote Report
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Adcanced Plugin installer/uninstaller
To facilitate updates and quick installations, you can notify
Messenger Plus! that you're going to install a new plugin. In that
case, Messenger Plus! will unload all its plugins, wait 5 seconds to
let you copy your DLL and reload the plugins. To trigger this event,
you have to broadcast a registered private message in the system.
The name of the message is "MessengerPlus_PluginChange". Example:
   UINT nMsg = RegisterWindowMessage("MessengerPlus_PluginChange");
   PostMessage(HWND_BROADCAST, nMsg, 0, 0);



This is a quote from the Readme file that comes with MsgPlus sdk...

so, u would put those 2 lines before u copy ur file. After 5 seconds, plugins will be reloaded...
[Image: signature.gif]
07-08-2003 09:11 PM
Profile E-Mail PM Web Find Quote Report
musicalmidget
Elite Member
*****

Avatar
Hmm, randomness...

Posts: 1663
Reputation: 12
37 / Male / Flag
Joined: Dec 2002
RE: RE: Adcanced Plugin installer/uninstaller
quote:
Originally posted by Huuf
Patchou what do you exactly mean and can you rename the topic
it's got a big typo


Click edit post. :P
07-08-2003 11:10 PM
Profile E-Mail PM Web Find Quote Report
Huuf
Full Member
***



Posts: 482
44 / Male / –
Joined: May 2003
O.P. RE: Advanced Plugin installer/uninstaller
i am creating it so the plugin automaticly removes but the code what is in the readme is for c. and i created the program in vb 6 so if i wan't to use it i need the code for vb.

i tried several things but i don't exactly know where it goes. So please help me. You can help me if you say 2 things

where exactly the message goes
And the code for in vb.

Thanks in advance
07-09-2003 07:32 PM
Profile PM Web Find Quote Report
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Advanced Plugin installer/uninstaller
Where the message goes?
It goes to Messenger Plus! It tells it that we want to install/update a plugin. So Messenger Plus! unloads all its plugins and after 5 seconds it reloads them. In those 5 seconds, you have to copy the plugin in the  plugins directory.

Code for VB...
I'm sorry, I don't program in VB...

But... I already made a plugin installer...  It doesn't do VB plugins though... :)
[Image: signature.gif]
07-09-2003 08:49 PM
Profile E-Mail PM Web Find Quote Report
Huuf
Full Member
***



Posts: 482
44 / Male / –
Joined: May 2003
O.P. RE: Advanced Plugin installer/uninstaller
I call an external application on what resets the plugins

like the msgplus.exe does.

Yea i will add credit
but if any1 knows how to do it in vb i will worship you
07-09-2003 10:01 PM
Profile PM Web Find Quote Report
Pages: (4): « First [ 1 ] 2 3 4 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On