I’ve noticed lately a few people complaining that they needed to go back to the Windows 10 ADK 1803 sequencer in order to get some applications to work. Recently, a student came to one of our App-V Training Classes and brought with him a reproducible application that demonstrated the problem. Based on what we learned in the class debugging it, and …
Author: Tim Mangan
Tim is a Microsoft MVP, and a Citrix CTP Fellow.
He is an expert in App-V and MSIX.
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. …
Automating App-V Package Cleanup
If you have been Sequencing for Microsoft App-V on Windows 10, you have probably noticed a lot more garbage in your packages.
While the App-V Sequencer has a really awesome capture algorithm that automatically ignores changes made by pre-existing Windows background processes, under Windows 10 there are many, many, more background events that generate new processes, resulting in more crap …
What’s new in the PSF (Part 3 – June 23, 2019)
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 shims to alter the behavior of the application without needing access to the app source code.
Open to community …
Let’s be calm again!
Yesterday I wrote a post (https://www.tmurgent.com/TmBlog/?p=2921 ) because of concerns regarding App-V and MSIX over comments made by a Microsoft employee at MMS. At the time I said “don’t panic”, and was working behind the scenes to see if we could get a public clarification over what I knew couldn’t be true.
Last night (for me here in Europe; …
App-V and MSIX today: Don’t Panic!
I’m not at MMS nor build this week. Instead I find myself in Switzerland training enterprises on how to best prepare and deploy applications using a combination of Microsoft App-V and MSIX technologies as they exist today. Yet I find myself inundated with requests for comments by enterprise customers concerned over a series of tweets from attendees at the MMS …
MSIX and Certificates – Part 1 for Developers
Just a quick note to point out the article I wrote for my friends at Advanced Installer regarding Certificates and MSIX. It is Part 1 of a two-part series.
Here is a link to Part 1, which is for Developers. There will be a Part 2 for IT Pros repackaging into MSIX.…