msi: Provide UI action data for uncompressed files, not just compressed ones.
This commit is contained in:
parent
6c5e78fe03
commit
1b0b5f5699
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue