Commit 3f00006f authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Source for new patch files can only be compressed.

parent 22e69c0e
...@@ -1481,7 +1481,8 @@ static UINT load_file(MSIRECORD *row, LPVOID param) ...@@ -1481,7 +1481,8 @@ static UINT load_file(MSIRECORD *row, LPVOID param)
/* if the compressed bits are not set in the file attributes, /* if the compressed bits are not set in the file attributes,
* then read the information from the package word count property * then read the information from the package word count property
*/ */
if (file->Attributes & msidbFileAttributesCompressed) if (file->Attributes &
(msidbFileAttributesCompressed | msidbFileAttributesPatchAdded))
{ {
file->IsCompressed = TRUE; file->IsCompressed = TRUE;
} }
......
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