Re: mscoree: Search for Mono in some predefined paths before using the registry. (try 2)
23 Sep
2010
23 Sep
'10
5:05 a.m.
"Vincent Povirk" <vincent(a)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 julliard(a)winehq.org
23 Sep
23 Sep
9:43 a.m.
New subject: mscoree: Search for Mono in some predefined paths before using the registry. (try 2)
That was why I was checking c:\windows\mono first. On Thu, Sep 23, 2010 at 5:05 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
"Vincent Povirk" <vincent(a)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 julliard(a)winehq.org
5556
Age (days ago)
5556
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Vincent Povirk