msi: Don't check for a NULL component, as the component is guaranteed to exist.
This commit is contained in:
parent
9a8d2f3f5c
commit
ca4b17efe8
|
@ -444,8 +444,6 @@ UINT ACTION_RemoveFiles( MSIPACKAGE *package )
|
|||
MSIRECORD *uirow;
|
||||
LPWSTR uipath, p;
|
||||
|
||||
if ( !file->Component )
|
||||
continue;
|
||||
if ( file->Component->Installed == INSTALLSTATE_LOCAL )
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue