New Goodness in PsfTooling 4.1.0

Today there is a new version of PsfTooling up in the Microsoft Store. A free tool, it works in conjunction with the Microsoft MSIX Packaging Tool to add and configure the MSIX Package Support Framework into your package capture.

So what’s new in version 4.1?

  •  Added a button to analyze and suggest fixups (see image below). At this point it

PsfTooling 4.0

Today I am happy to announce that version 4 of PsfTooling is now available from the Microsoft Store.  A free tool, it is used in conjunction with the Microsoft MSIX Packaging tool to add and configure the Package Support Framework (PSF) during the repackaging process.

The changes in this new version include:

  • A revamped UI.  Instead of three wizards there

Solving DLL Not Found issues in MSIX

The new DynamicLibraryFixup component of the Package Support Framework simplifies the task of ensuring that processes in your package find dlls that are also in your package.

Background

Applications use a variety of techniques to ensure that the exe used to start a process can load the dll files they require. In general, the dll is loaded through a Windows …

PsfTooling 3.5 for MSIX Repackaging

PassiveInstallassiveInstall version 3.5.0 was released today in the Microsoft Store. A free tool, it is used along with the Microsoft MSIX Packaging Tool to inject and configure the Package Support Framework to fix common issues seen in repackaging existing Win32 and DotNet Framework based applications for MSIX.

Version 3.5 includes a pre-built version of the PSF with the improvements I …