What’s new in the PSF April 2020

Back in February I posted this blog post describing changes that I was making to the PSF to improve app compat, along with a note that it might take a bit for Microsoft to integrate the Pull Request. 

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

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 …

What’s new in the PSF Feb 2020

For those unaware, PSF stands for Package Support Framework, an open source utility that I contribute to for helping traditional Win32 and DotNet applications run inside the MSIX packaging container. This article contains information regarding new contributions.

First of all, the title of this article is a lie. The correct title for this article, if it weren’t so long, …

MSIX and Services

icrosoft announced what they are going to do about Services and MSIX at AppManageEvent in Utrecht in October 2019, but we were able to get more details about them at Microsoft Ignite in November. The following are taken my notes from the events.

Given Microsoft’s stance on keeping things inside the container, we were surprised to hear that the implementation …

Published
Categorized as MSIX Tagged

PsfTooling 3.1.0

Recently, I outlined changes I made to the MSIX Package Support Framework (PSF) in this post. In that post I indicated that there was to be a follow-up submission into the PSF and then I would be releasing a new version of the free PsfTooling tool that includes the updated PSF. That work is now complete.

PsfTooling 3.1.0 is …

What’s new in the MSIX PSF: Part 3 – October 2019

The Microsoft MSIX Package Support Framework (PSF) is an open source project that enables more “traditional” Win32 and Dot Net applications to be repackaged into MSIX.

As an active contributer to the GitHub project, I have added more functionality to the fixups that are available. Additionally, Microsoft has added new functionality as well. Here, I will write about the …

On Start Menu and Shortcuts

The application Start Menu Shortcut represents the most common entry point for end-users to access applications.  In this article, I’ll talk about the old shortcuts and the new, and about what happens when we repackage applications containing shortcuts into MSIX and App-V packages.  Note that this article is written in September of 2019 and we hope that improvements in support …

MSIX Code Signing Certificates Part 2 – For IT Pros

Microsoft’s replacement for the ubiquitous MSI, MSIX, requires the use of code signing certificates to deploy the packages. This is part 2 of a two-part series on MSIX and Certificates. This one is aimed at IT Pros and part 1 was for Developers.

Part 2 Introduction

IT Pros have generally not needed to really deal with code signing certificates. …