As it may not be intuitive, I am finding it necessary to explain the markings that exist within MSIX packages that relate to the OS version that the package is installed/run on.
Contained in the AppXManifest file inside of every MSIX package is an element that looks like this:
<Dependencies<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.16299.0" MaxVersionTested="10.0.19044.0" /</Dependencies
The two important fields …
Achievement unlocked. Re-package 70 apps with PSF with
click on one button into #MSIX packages. MMPT + upcoming
version of TMEditX with command line option to fix the
packages.
MSIX App Attach requires a format conversion from the standard msix file in order to attach the MSIX packages efficiently. This efficiency is important in non-persistent image scenarios like pooled VDI, as well as semi-persistent scenarios like shared multi-user operating system connections (Server Based Computing, like RDS/RDMI as well as multiuser Windows 10) as the end-user doesn’t want to wait …