Vincent Povirk madewokherd@gmail.com writes:
From d271ba591f6afb4e0b2356da24841f54d5f11b9b Mon Sep 17 00:00:00 2001 From: Vincent Povirk vincent@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.