Commit ca4b17ef authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Don't check for a NULL component, as the component is guaranteed to exist.

parent 9a8d2f3f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment