The Package Support Framework (PSF) was originally a Microsoft open-source project to help Win32/DotNet applications run when inside an MSIX Container. TMurgent has taken up the support for the PSF in our own fork here on GitHub.
Version v2025.01.02 of the Package Support Framework has been released. This release includes the following:
- A fix in DynamicLibraryFixup for applications that (unusually) request to load a dll by name but leave the “.dll” extension off of the name. While not documented as proper by Microsoft in the LoadLibrary API, it seems that it works. So we needed to adjust our mapping search accordingly.
- Some debug output (in the debug build of the PSF) was changed in the MfrFixup. Probably nobody cares except me on this one!
This version of the PSF is available on GitHub now. It will be included in version 5.4 of TMEditX. It will be included in whatever version of PsfTooling follows the current release of 6.9.