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

Framework Package Support (#243) #253

Closed SaiiDey closed 8 months ago

SaiiDey commented 8 months ago

We found a gap in use-case where apps looks up for installed version of a dependency by themselves. This is common in apps which require java, where apps look in registry or environment variable to determine the specific instance of java to use. This change allows PSF to intercept such lookups, map it to a dependency mentioned in AppxManifest and return back valid information about the dependency.