Commit c5ab1c37 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Revert "msi: Avoid loading cabinet streams more than once.".

This reverts commit 395479f0.
parent 548d71ee
......@@ -2123,8 +2123,6 @@ static UINT load_all_media( MSIPACKAGE *package )
MSIQUERY *view;
UINT r;
if (!list_empty( &package->cabinet_streams )) return ERROR_SUCCESS;
r = MSI_DatabaseOpenViewW( package->db, query, &view );
if (r != ERROR_SUCCESS) 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