Commit 1b0b5f56 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

msi: Provide UI action data for uncompressed files, not just compressed ones.

parent 6c5e78fe
...@@ -762,6 +762,7 @@ UINT ACTION_InstallFiles(MSIPACKAGE *package) ...@@ -762,6 +762,7 @@ UINT ACTION_InstallFiles(MSIPACKAGE *package)
if (!file->IsCompressed) if (!file->IsCompressed)
{ {
msi_file_update_ui(package, file, szInstallFiles);
rc = copy_install_file(file); rc = copy_install_file(file);
if (rc != ERROR_SUCCESS) if (rc != 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