Make sure to save the result calculated in ACTION_UpdateInstallStates.
This commit is contained in:
parent
a4590d2b23
commit
8aa1a919bf
|
@ -1431,6 +1431,7 @@ static void ACTION_UpdateInstallStates(MSIPACKAGE *package)
|
|||
res = INSTALLSTATE_INCOMPLETE;
|
||||
}
|
||||
}
|
||||
feature->Installed = res;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue