msi: return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS

Juan Lang juan.lang at gmail.com
Wed Jul 18 17:59:09 CDT 2007


This lets the Bonjour installer run to failure for me.
--Juan
-------------- next part --------------
From 0591ed2b93bb2cf80f20f9a99d6f82e4c2e7b9b3 Mon Sep 17 00:00:00 2001
From: Juan Lang <juanlang at juan.corp.google.com>
Date: Wed, 18 Jul 2007 15:55:12 -0700
Subject: [PATCH] Return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS
---
 dlls/msi/install.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/install.c b/dlls/msi/install.c
index cb88ebb..c370a28 100644
--- a/dlls/msi/install.c
+++ b/dlls/msi/install.c
@@ -688,6 +688,7 @@ BOOL WINAPI MsiGetMode(MSIHANDLE hInstal
             r = TRUE;
         break;
 
+    case MSIRUNMODE_OPERATIONS:
     case MSIRUNMODE_RESERVED11:
     case MSIRUNMODE_RESERVED14:
     case MSIRUNMODE_RESERVED15:
-- 
1.4.1


More information about the wine-patches mailing list