Commit 609de1a8 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Call execute_script directly in InstallFinalize.

parent 98ae03ff
......@@ -5312,7 +5312,7 @@ static UINT ACTION_InstallFinalize(MSIPACKAGE *package)
WCHAR *remove;
/* first do the same as an InstallExecute */
rc = ACTION_InstallExecute(package);
rc = execute_script(package, SCRIPT_INSTALL);
if (rc != ERROR_SUCCESS)
return rc;
......
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