The case of the MSIX file that was deleted, or maybe not.

Attribution: Original artwork Stuart MilesFiguring out why a traditional package recaptured into MSIX does not work can be a bit of art.  Of sure, we have some standard things we look for and fixups that we can use, but what about when it isn’t one of those?

The case today is about an application for which the standard fixups solved one problem, but didn’t …

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

Blank folders in MSIX Packages

…or we could call it “The mystery of the empty MSIXPackagingToolGeneratedFile.txt file” to be catchy!

The packaging format used by UWP, MSIX, and App-V files is loosely structured around formats based on the PkZip format specification. This format mostly has file references, with the file headers providing information about the path that the file lives under. So folders …