[CMAKE]
[reactos.git] / dll / win32 / msi / source.c
index 0e752f5..8e4323a 100644 (file)
@@ -588,9 +588,6 @@ UINT WINAPI MsiSourceListGetInfoW( LPCWSTR szProduct, LPCWSTR szUserSid,
     if (szUserSid)
         FIXME("Unhandled UserSid %s\n",debugstr_w(szUserSid));
 
-    if (dwContext != MSIINSTALLCONTEXT_USERUNMANAGED)
-        FIXME("Unhandled context %d\n", dwContext);
-
     rc = OpenSourceKey(szProduct, &sourcekey, dwOptions, dwContext, FALSE);
     if (rc != ERROR_SUCCESS)
         return rc;