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().