msi: Remove duplicate if condition.
This commit is contained in:
parent
fbf2557cd7
commit
8f79f5f54b
|
@ -1762,10 +1762,6 @@ UINT WINAPI MsiGetPatchInfoExW(LPCWSTR szPatchCode, LPCWSTR szProductCode,
|
|||
datakey = patch;
|
||||
szProperty = szInstalled;
|
||||
}
|
||||
else if (!strcmpW( szProperty, INSTALLPROPERTY_LOCALPACKAGEW ))
|
||||
{
|
||||
datakey = udpatch;
|
||||
}
|
||||
else if (!strcmpW( szProperty, INSTALLPROPERTY_UNINSTALLABLEW ) ||
|
||||
!strcmpW( szProperty, INSTALLPROPERTY_PATCHSTATEW ) ||
|
||||
!strcmpW( szProperty, INSTALLPROPERTY_DISPLAYNAMEW ) ||
|
||||
|
|
Loading…
Reference in New Issue