This is mostly a teaser for our training classes, but they really are questions that Tim is constantly asked about.
https://www.tmurgent.com/AppV/images/training/Training2020.mp4…
Blogs from TMurgent
This is mostly a teaser for our training classes, but they really are questions that Tim is constantly asked about.
https://www.tmurgent.com/AppV/images/training/Training2020.mp4…
Microsoft hosts the Package Support Framework (PSF) on GitHub as an open source project for the community to contribute to here: https://github.com/microsoft/MSIX-PackageSupportFramework . The PSF is the helping arm for applications containing Win32/DotNet that want to run in the MSIX container.
This week we have some additional changes beyond what I wrote about less than two weeks ago here: https://www.tmurgent.com/TmBlog/?p=3000…
Today the PsfTooling version 3.2 was released in
the Microsoft Store toady. A free community tool, PsfTooling is used with MSIX Packaging tools where you want to add the latest version of the Package Support Framework (PSF) to your package. This primarily means the Microsoft MSIX Packaging Tool (also free in the Store), but any vendor offering an installation monitoring …
The Package Support Framework (PSF) is how we adapt traditional Win32 and DotNet programs to work inside of an MSIX container. The PSF is an Open Source Project found on GitHub and I often contribute to it to improve application compatibility.
This week completes the integration of another set of changes. The Pull Request (term used in Git for a …
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 …
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 …
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 …
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 …