commit | 9a4ba8c11496d6ba82d8adee305975abe7e3d22d | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Wed Nov 01 15:09:23 2006 +0900 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 01 13:38:09 2006 +0100 |
tree | 5a3f82c98c5db18a838d99bb3bbdb0a8b271599d | |
parent | ecd35a02675fc5116e75084d006602915020d7a3 [diff] [blame] |
msi: Search the patch package for source cabinet files.
diff --git a/dlls/msi/action.c b/dlls/msi/action.c index c349a94..a6cb5c2 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c
@@ -526,6 +526,13 @@ } msi_parse_patch_summary( package, patch_db ); + + /* + * There might be a CAB file in the patch package, + * so append it to the list of storage to search for streams. + */ + append_storage_to_db( package->db, patch_db->storage ); + msiobj_release( &patch_db->hdr ); return ERROR_SUCCESS;