What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Poligami for WLM 8.5 Beta

Poligami for WLM 8.5 Beta
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Poligami for WLM 8.5 Beta
The new location for the "InstallationDirectory" setting is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live\Messenger

But, do not change the global variable mkey in the script!.
That variable is used for more things than just to find the "InstallationDirectory" registry setting. And many things are still located in the old registry map (like the passport settings).

So if you wanna change it, you must only change the following line:
if (path = GetStringValue(hklm, mKey, "InstallationDirectory"))
to:
if (path = GetStringValue(hklm, "SOFTWARE\\Microsoft\\Windows Live\\Messenger", "InstallationDirectory"))


This post was edited on 06-30-2007 at 06:15 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-30-2007 06:07 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Poligami for WLM 8.5 Beta - by AngelDevil on 06-30-2007 at 04:08 PM
RE: Poligami for WLM 8.5 Beta - by CookieRevised on 06-30-2007 at 06:07 PM
RE: Poligami for WLM 8.5 Beta - by AngelDevil on 06-30-2007 at 06:16 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