[03/10] msi: Improve the stub for MsiGetMode(MSIRUNMODE_ADVERTISE).

Hans Leidekker hans at codeweavers.com
Tue May 24 03:50:12 CDT 2011


---
 dlls/msi/install.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/install.c b/dlls/msi/install.c
index 0e57d6b..31ab558 100644
--- a/dlls/msi/install.c
+++ b/dlls/msi/install.c
@@ -732,7 +732,10 @@ BOOL WINAPI MsiGetMode(MSIHANDLE hInstall, MSIRUNMODE iRunMode)
     {
     case MSIRUNMODE_ADMIN:
         FIXME("no support for administrative installs\n");
-        r = FALSE;
+        break;
+
+    case MSIRUNMODE_ADVERTISE:
+        FIXME("no support for advertised installs\n");
         break;
 
     case MSIRUNMODE_WINDOWS9X:
-- 
1.7.4.1







More information about the wine-patches mailing list