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

This reverts commit 395479f0d1.
oldstable
Hans Leidekker 2011-05-17 11:09:28 +02:00 committed by Alexandre Julliard
parent 548d71ee45
commit c5ab1c37bf
1 changed files with 0 additions and 2 deletions

View File

@ -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;