Opening Plus! In A Messenger Copy - 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: WLM Plus! Help (/forumdisplay.php?fid=12) +----- Thread: Opening Plus! In A Messenger Copy (/showthread.php?tid=78514) Opening Plus! In A Messenger Copy by Meryovi on 10-29-2007 at 01:53 PM
Hi, RE: Opening Plus! In A Messenger Copy by ahmetgns on 10-29-2007 at 02:25 PM
If your Messenger version is Windows Live, then there must be a file in Messenger's own directory named "msimg32.dll", it is the Loader of Messenger Plus! Live. RE: Opening Plus! In A Messenger Copy by Meryovi on 10-29-2007 at 02:29 PM
RE: Opening Plus! In A Messenger Copy by ahmetgns on 08-05-2008 at 10:37 AM
I have a strange problem. Please help. RE: Opening Plus! In A Messenger Copy by CookieRevised on 08-05-2008 at 07:04 PM
So when used from the original directory, everything works together? Couldn't you then use the default directory for yourself and the copy for your family? RE: Opening Plus! In A Messenger Copy by ahmetgns on 08-05-2008 at 08:21 PM
quote:Yes, if I copy loaders of all add-ons to the original directory, all of them are loaded to the Messenger successfully. quote:When I firstly experienced this problem, the idea you suggested already shined at my head but I then thought that when my family starts the copy Messenger, the Plus!'s loader will cause the original msnmsgr to be started from its original location thus Discovery and Stuff will be loaded for their Messenger's as well. But before I post this problem here, I tried with other Win. accounts and that problem actually didn't arise there. However, there is another problem .As you know there are other ways to start Messenger, like from WL Toolbar's Messenger button or through WL Mail program or "msnmsgr" command line. So I don't want to prevent my family from using those functions properly because those functions start Messenger from its original location. I accede to not use those ways myself for the sake of my family (changing the installation directory for Messenger in registry may fix this problem but I don't want to do that, I only want to use copy messenger properly like other Win. accounts can use it. I also would like to know why Plus!'s loader causes this ) quote:In my brother's (or any other) Windows account, if copy msnmsgr is started, three add-ons are loaded. If original msnmsgr is started, only Plus! is loaded as it must be like that. RE: Opening Plus! In A Messenger Copy by CookieRevised on 08-05-2008 at 09:14 PM
So to get things straight: RE: Opening Plus! In A Messenger Copy by ahmetgns on 08-05-2008 at 09:26 PM
quote:Yes, you got it correct. I don't know what is different with my Win. account. I deleted the registry root for "Patchou" completely in my account then tried to start copy-msnmsgr but it didn't solve the problem. quote:Thank you for your interest. I think noone can reproduce this problem (including me after it is solved by itself (I hope so ) ) Maybe only Patchou can explain why his loader calls the original msnmsgr.exe file. RE: Opening Plus! In A Messenger Copy by CookieRevised on 08-05-2008 at 09:49 PM
quote:ah... but that's maybe because it gets its "info" from the registry where the Messenger's libraries are registered or something like that. See HKCR\SOFTWARE\Classes\CLSID\* HKLM\SOFTWARE\Classes\CLSID\* eg: HKEY_CLASSES_ROOT\CLSID\{F81CD990-910B-4bbf-9CB3-6A77F3D697B3} although the loader would only load when the messenger program in the same dir is executed... blah... dunno how all the hooks work and what he exactly does, so.... ---------- Maybe a fairly simple solution would be to create a small batch file or WSH script which you can put in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run. Simply check who has logged in and according to that rename/copy the addon loaders to their proper name or remove them. Or set/unset some registry key. (depending on how SP and MDL hook themselfs into Messenger these days (dunno)). Such a batch or script would only be a few lines of code. eg: IF [%USERNAME%]=[ahmetgns] ( COPY /Y msimg32.ori msimg32.dll ) ELSE ( DEL msimg32.dll ) will only work if you don't automatically start Messenger when you login to Windows though. Otherwise it might sometimes not work depending on what is loaded first; Messenger or the batch file. RE: Opening Plus! In A Messenger Copy by ahmetgns on 08-09-2008 at 01:02 PM I renamed the "msnmsgr.exe" file (as "msnmsg.exe") and it works now. When I change the name back to original, it doesn't work again. So I'll keep using the renamed exe file for the time being. Thank you for your help. |