My latest submission has been integrated into the Develop branch to the Package Support Framework GitHub repository. PR#145 adds a new type of fixup, RegLegacyFixups, created for certain Registry issues seen in some packages. There are a couple of small fixes added to standard components as well (see the Pull Request for details on those), but the new …
Solving DLL Not Found issues in MSIX
The new DynamicLibraryFixup component of the Package Support Framework simplifies the task of ensuring that processes in your package find dlls that are also in your package.
Background
Applications use a variety of techniques to ensure that the exe used to start a process can load the dll files they require. In general, the dll is loaded through a Windows …
App-V Sequencer in ADK 20.04
Microsoft recently released the Windows ADK for Widows 10 version 20.04, and the version includes a new version of the App-V Sequencer. Here is what we know.
1) Although ADK components often work on OS versions other than the one it is released with, in this case you must use Windows 10 20.04 OS when using the ADK sequencer from …
PsfTooling 3.6
I’m happy to announce that version 3.6 of PsfTooling is now available in the Microsoft Store. As always, this is a free download. PsfTooling is used as an aid in conjunction with the Microsoft MSIX Packaging Tool to help inject and configure the PSF into MSIX packages.
For those unaware, PSF stands for Package Support Framework, an open source …
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
assiveInstall 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, …
10 Questions for Tim
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…