What’s new in the PSF (Part 2 – Feb 28, 2019)

I didn’t expect to write this article so soon! More on that later, let’s get to the juicy stuff.

The Package Support Framework, or PSF, is an open source project hosted by Microsoft up on GitHub. The PSF is useful when building MSIX packages for older Win32 and .Net based applications. It allows you to build in Detours based …

Published
Categorized as MSIX Tagged ,

What’s new in the MSIX PSF: Feb 24, 2019

Those paying attention might know that I started a project last summer to contribute to the MSIX Package Support Framework, an open source project that Microsoft hosts up on GitHub.

I spent a month writing code to improve the PSF, and then started the long process of getting it pulled into the master source. It, uh, took a little longer …

Understanding PSFLaunch for MSIX

Running Win32/WPF applications in a container like MSIX is different than when running installed in the traditional way. While there are benefits, the container also can cause issues with applications when you simply repackage them without making changes to the application source.

In The MSIX Report Card for 1809 , I took a look at the results of such vanilla …

Published
Categorized as MSIX Tagged

Analyzing App -V Packages for MSIX Readiness

Last week I released my Report Card on MSIX, a comprehensive look at how MSIX measures up today. A work in progress, MSIX can handle some of the applications that you are deploying today. And it is sure to get better in the future. But what about your apps specifically?

I’ve taken the lessons that I learned from all …

About the MSIX Report Card for 1809

Today I am releasing the first of what should be an annual series of “Report Cards” on the state of the MSIX space.

You can get and download the report from this link.

This report covers the state of the three basic aspects of MSIX:

  •  Support from Microsoft Independent Software Vendors to release in MSIX format.
  • Support from Tool
Published
Categorized as AppV5, MSIX

About creating the 1st MSIX Package in the Microsoft Store

Image for TMNetSim
TMNetSim MSIX Edition

Last Summer, I had an opportunity to work with Microsoft on the process of getting MSIX Applications created and released through the Microsoft Store. As a result, I ended up with the first MSIX package released in the Windows Store!

On my website at TMurgent.com, I have a large number of free community tools that I have …