microsoft / MSIX-PackageSupportFramework

The Package Support Framework (PSF) is a kit for applying compatibility fixes to packaged desktop applications.
MIT License
114 stars 57 forks source link

BugFix | ReplaceRegistrySyntax #244

Closed mridul-ms closed 10 months ago

mridul-ms commented 11 months ago

Why this change?

Its a bug to return HKCU when registry path is HKLM in any case.

What changed?

Return path with HKLM in method ReplaceRegistrySyntax.

Tested?

Running all tests locally, with Overall Result: SUCCEEDED!

mridul-ms commented 10 months ago

Closing this PR since the change is made in PR 245 along with test.