PsfTooling 4.8

Version 4.8 of PsfTooling is now available in 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.

For those unaware, PSF stands for Package Support Framework, an open source utility that I contribute to for helping traditional

Get PsfTooling 4.5 Now!

Version 4.5 of PsfTooling is now available in 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.

For those unaware, PSF stands for Package Support Framework, an open source utility that I contribute to for helping traditional

PsfTooling 4.2

Today I am happy to announce that version 4.2 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.

For those unaware, PSF stands for Package Support Framework, an open source utility that

Another new fixup for MSIX PSF: EnvVar

Image Attribution: VectorHuman

A summer ‘staycation’ project from me. This project is now accepted into the develop branch of the Microsoft PSF repository.

EnvVarFixup is a new type of MSIX Package Support Framework intercept that addresses the issue of MSIX not supporting new/changed environment variables inside the package.

The fixup allows for the specification of environment variables and values …

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 …