Re: [1/2] mscoree: Install Wine Mono on prefix update.
Vincent Povirk <madewokherd(a)gmail.com> writes:
From d271ba591f6afb4e0b2356da24841f54d5f11b9b Mon Sep 17 00:00:00 2001 From: Vincent Povirk <vincent(a)codeweavers.com> Date: Tue, 29 May 2012 10:35:36 -0500 Subject: [PATCH 1/2] mscoree: Install Wine Mono on prefix update.
--- dlls/mscoree/mscoree_main.c | 120 +++++++++++++++++++++++++++++++++++++++++++ tools/wine.inf.in | 1 + 2 files changed, 121 insertions(+)
This is breaking 64-bit prefixes, because things are not done in the correct order. It also looks like the package is not creating the 64-bit registry keys. -- Alexandre Julliard julliard(a)winehq.org
This is breaking 64-bit prefixes, because things are not done in the correct order.
Can you explain what exactly is breaking? Most of my testing has been in 64-bit prefixes, and I haven't noticed any new problems (other than lack of gluezilla).
Vincent Povirk <madewokherd(a)gmail.com> writes:
This is breaking 64-bit prefixes, because things are not done in the correct order.
Can you explain what exactly is breaking? Most of my testing has been in 64-bit prefixes, and I haven't noticed any new problems (other than lack of gluezilla).
Many things don't end up in the right place in the registry, probably because it's trying to create 32-bit keys before the symlinks are in place or something like that. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Vincent Povirk