From 8aa1a919bfa23f804cc2339adcff7963dff47aa7 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Thu, 25 Aug 2005 19:19:10 +0000 Subject: [PATCH] Make sure to save the result calculated in ACTION_UpdateInstallStates. --- dlls/msi/action.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/msi/action.c b/dlls/msi/action.c index 21387fac6b8..d214aca16a1 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -1431,6 +1431,7 @@ static void ACTION_UpdateInstallStates(MSIPACKAGE *package) res = INSTALLSTATE_INCOMPLETE; } } + feature->Installed = res; } }