Re: mscoree: Search for Mono in some predefined paths before using the registry. (try 2)

2010-09-23 Thread Alexandre Julliard
Vincent Povirk vinc...@codeweavers.com writes:

 +/* Last: the registry */
 +return get_mono_path_from_registry(path);

You probably want to check the registry first, to make it possible to
override the global install if necessary.

-- 
Alexandre Julliard
julli...@winehq.org




Re: mscoree: Search for Mono in some predefined paths before using the registry. (try 2)

2010-09-23 Thread Vincent Povirk
That was why I was checking c:\windows\mono first.

On Thu, Sep 23, 2010 at 5:05 AM, Alexandre Julliard julli...@winehq.org wrote:
 Vincent Povirk vinc...@codeweavers.com writes:

 +    /* Last: the registry */
 +    return get_mono_path_from_registry(path);

 You probably want to check the registry first, to make it possible to
 override the global install if necessary.

 --
 Alexandre Julliard
 julli...@winehq.org