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 =-.
|