Commit 86e08ea4 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Don't append the cabinet file name in find_published_source.

parent 60d0cf41
......@@ -597,7 +597,6 @@ static UINT find_published_source(MSIPACKAGE *package, MSIMEDIAINFO *mi)
{
/* FIXME: what about SourceDir */
lstrcpyW(mi->source, source);
lstrcatW(mi->source, mi->cabinet);
return ERROR_SUCCESS;
}
}
......
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