Make sure to save the result calculated in ACTION_UpdateInstallStates.

This commit is contained in:
Mike McCormack 2005-08-25 19:19:10 +00:00 committed by Alexandre Julliard
parent a4590d2b23
commit 8aa1a919bf
1 changed files with 1 additions and 0 deletions

View File

@ -1431,6 +1431,7 @@ static void ACTION_UpdateInstallStates(MSIPACKAGE *package)
res = INSTALLSTATE_INCOMPLETE;
}
}
feature->Installed = res;
}
}