mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
msi: Remove invalid FIXMEs.
This commit is contained in:
parent
7cf6be8aeb
commit
123602df78
@ -424,12 +424,6 @@ UINT WINAPI MsiSourceListSetInfoW( LPCWSTR szProduct, LPCWSTR szUserSid,
|
||||
return ERROR_UNKNOWN_PATCH;
|
||||
}
|
||||
|
||||
if (szUserSid)
|
||||
FIXME("Unhandled UserSid %s\n",debugstr_w(szUserSid));
|
||||
|
||||
if (dwContext == MSIINSTALLCONTEXT_USERUNMANAGED)
|
||||
FIXME("Unknown context MSIINSTALLCONTEXT_USERUNMANAGED\n");
|
||||
|
||||
property = szProperty;
|
||||
if (!lstrcmpW(szProperty, INSTALLPROPERTY_MEDIAPACKAGEPATHW))
|
||||
property = media_package;
|
||||
@ -493,10 +487,7 @@ UINT WINAPI MsiSourceListSetInfoW( LPCWSTR szProduct, LPCWSTR szUserSid,
|
||||
rc = ERROR_UNKNOWN_PROPERTY;
|
||||
}
|
||||
else
|
||||
{
|
||||
FIXME("Unknown property %s\n",debugstr_w(szProperty));
|
||||
rc = ERROR_UNKNOWN_PROPERTY;
|
||||
}
|
||||
|
||||
RegCloseKey(sourcekey);
|
||||
return rc;
|
||||
|
Loading…
Reference in New Issue
Block a user