mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
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
Block a user