Commit 8aa1a919 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Make sure to save the result calculated in ACTION_UpdateInstallStates.

parent a4590d2b
......@@ -1431,6 +1431,7 @@ static void ACTION_UpdateInstallStates(MSIPACKAGE *package)
res = INSTALLSTATE_INCOMPLETE;
}
}
feature->Installed = res;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment