Shoutbox

plugin idea - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: plugin idea (/showthread.php?tid=28442)

plugin idea by brandon_r87 on 07-10-2004 at 01:04 PM

i had this idea that it would be nice to have a plugin uninstaller.  i don't know if these actually exist (other than uninstallers for specific plugins) but i think it would be helpful if a plugin (or a program might work better) that could see all the plugins you have installed like msg  plus! can and it can also uninstall them from your hard drive.  i don't have any knowledge of how to do this, so if somebody could make one or shome me one that's already been made that'd be real cool.


RE: plugin idea by Dempsey on 07-10-2004 at 01:09 PM

well it would be difficuly as it could leave files, as you dont know if a plugin had other required dlls etc.

Although maybe there could be a file that all plugins include with their plugins which ncludes details of all registry entries and files so universal uninstaller could be made


RE: plugin idea by CookieRevised on 07-10-2004 at 01:33 PM

quote:
Originally posted by Dempsey
Although maybe there could be a file that all plugins include with their plugins which ncludes details of all registry entries and files so universal uninstaller could be made
(better yet, include that in the API, or do it in the registry) That would be an awsome idea... but unfortunatly, I highly doubt that every pluginmaker will follow this and stick to it....

RE: plugin idea by Dempsey on 07-10-2004 at 01:37 PM

i said about using a file, as the files could be made for exisitng plugins, if the information required is found out from the plugin developers, but then you have loads of small files.

Maybe one INI or XML file with the detials in and when a new plugin is installed they add to they file and then the entries are deleted when the plugin is uninstalled


RE: plugin idea by CookieRevised on 07-10-2004 at 01:39 PM

quote:
Originally posted by Dempsey
but then you have loads of small files.
reason why I don't like it...

quote:
Originally posted by Dempsey
Maybe one INI or XML file with the detials in and when a new plugin is installed they add to they file and then the entries are deleted when the plugin is uninstalled
Didn't thought of that...... (Y)...

RE: plugin idea by Dempsey on 07-10-2004 at 01:46 PM

but then Plugin developers would have to be carfeully when they ad//remove their entires that they dont disturb the other plugin entries