Revert "msi: Avoid loading cabinet streams more than once.".
This reverts commit 395479f0d1
.
This commit is contained in:
parent
548d71ee45
commit
c5ab1c37bf
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue