What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Unloading a dll

Unloading a dll
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Unloading a dll
Well I just realized the way of doing it (I actually forgot I did this with coding Plugins I was coding in VB so I could overwrite them.)

@echo off
reloadplugins.exe
regsvr32 /u /s "C:\program files\messengerplus! 3\plugins\screenshotsender.dll"
reloadplugins.exe
del /q "C:\program files\messengerplus! 3\plugins\screenshotsender.dll"
Echo Compile the dll now.
pause
regsvr32 /s "C:\program files\messengerplus! 3\plugins\screenshotsender.dll"
reloadplugins.exe

So basically I reloaded and unregistered the dll so that it could be deleted. Something like this would need to be done so that the DLL could be deleted.

This post was edited on 07-03-2006 at 02:47 AM by matty.
07-03-2006 02:39 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Unloading a dll - by cooldude_i06 on 07-02-2006 at 11:55 PM
RE: Unloading a dll - by Mike on 07-03-2006 at 12:03 AM
RE: Unloading a dll - by deAd on 07-03-2006 at 12:20 AM
RE: Unloading a dll - by aNILEator on 07-03-2006 at 12:36 AM
RE: Unloading a dll - by deAd on 07-03-2006 at 12:50 AM
RE: Unloading a dll - by cooldude_i06 on 07-03-2006 at 01:35 AM
RE: Unloading a dll - by deAd on 07-03-2006 at 01:39 AM
RE: Unloading a dll - by matty on 07-03-2006 at 02:39 AM
RE: Unloading a dll - by cooldude_i06 on 07-03-2006 at 08:38 AM
RE: Unloading a dll - by felipEx on 07-03-2006 at 09:53 AM
RE: Unloading a dll - by cooldude_i06 on 07-03-2006 at 07:36 PM


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