msi: Remove a legacy error check.

This commit is contained in:
James Hawkins 2007-11-05 04:36:01 -05:00 committed by Alexandre Julliard
parent 35a6782d7b
commit 1a896348d5
1 changed files with 0 additions and 6 deletions

View File

@ -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;