Commit 955f5f39 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

msi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS.

parent 834dbcea
......@@ -688,6 +688,7 @@ BOOL WINAPI MsiGetMode(MSIHANDLE hInstall, MSIRUNMODE iRunMode)
r = TRUE;
break;
case MSIRUNMODE_OPERATIONS:
case MSIRUNMODE_RESERVED11:
case MSIRUNMODE_RESERVED14:
case MSIRUNMODE_RESERVED15:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment