View Single Post

   
  #6 (permalink)  
Old 02-28-2008, 09:49 AM
tgmayfield
 
Posts: n/a
Default Re: MySQL Query Browser URL Handler for Windows

tgmayfield wrote:
> Mike Lischke wrote:
> > Nice project, indeed. But please not that we recently switched to HKCU,
> > for security reasons and you also should not write to HKCR. For
> > compatibility to older versions it would be good, though, if you also
> > could check HKCR (but not write).
> >

>
> So you're recommending I find try to find the location of MySQL Query
> Browser/MySQL Administrator in HKEY_CURRENT_USER, and if that fails,
> hit HKEY_LOCAL_MACHINE? Can do. Is there any place local to the user
> to set up a URL/file association other than HKEY_CLASSES_ROOT (so that
> it can work for somebody other than an administrator)?
>
> --Thomas


Never mind. Just found HKCU\Software\Classes. I'll make those changes.
Anything else you'd like to see?

Reply With Quote