msi: Call execute_script directly in InstallFinalize.
This commit is contained in:
parent
98ae03ff4d
commit
609de1a80a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue