Alexandre Julliard pushed to branch master at wine / wine
Commits: e3e7f463 by Ratchanan Srirattanamet at 2025-09-28T17:36:19+02:00 msi: Fix MsiEnumFeatures[AW]() by make it look at the correct registry.
For some reason, MsiEnumFeaturesW() still look for the list of features in the registry key which Wine itself has not been writing to since commit af56e28f ("msi: Don't publish features to an invalid location."), authored in 2008. Make it look in the new registry location which is used by ACTION_PublishFeatures().
- - - - -
2 changed files:
- dlls/msi/registry.c - dlls/msi/tests/msi.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3e7f4637b9c3eee7510f3499b8b194...