msi: Remove a legacy error check.
This commit is contained in:
parent
35a6782d7b
commit
1a896348d5
|
@ -694,12 +694,6 @@ UINT MSI_InstallPackage( MSIPACKAGE *package, LPCWSTR szPackagePath,
|
|||
}
|
||||
else
|
||||
rc = ACTION_ProcessExecSequence(package,FALSE);
|
||||
|
||||
if (rc == -1)
|
||||
{
|
||||
/* install was halted but should be considered a success */
|
||||
rc = ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
package->script->CurrentlyScripting= FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue