microsoft / MSIX-PackageSupportFramework

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

Framework Package Support #243

Closed SaiiDey closed 9 months ago

SaiiDey commented 1 year ago

Implementing framework package lookup in PSF. Apps looking for other apps via registry or environment variables can work with this. You still need to know how the main application tries to look for dependency data and add them to config

dhoehna commented 11 months ago

I'm concerned about adding WinRT to PSF. One feature of PSF is allowing apps to work down level. Is this still true with WinRT?

SaiiDey commented 11 months ago

Add relevant readme sections in Registry Legacy and Environment variable fixups

Added. Do check them if they explanation is clear.

SaiiDey commented 11 months ago

I'm concerned about adding WinRT to PSF. One feature of PSF is allowing apps to work down level. Is this still true with WinRT?

We are only using Package class in WinRT to get information about other packages. Of which, only EffectivePath seems to be added later in 2004 windows version. That version has already crossed its servicing life. So it should work with all supported older versions of windows.