diff --git a/dlls/msi/files.c b/dlls/msi/files.c index 08e8ec8..32334cd 100644 --- a/dlls/msi/files.c +++ b/dlls/msi/files.c @@ -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; -- 1.5.4.3