Target Device Family
AdminStudio 2023 | 25.0 | MSIX Editor
Describes the device family that your MSIX package targets. Specify the following attributes for this dependency:
Attributes |
Description |
Name |
The name of the device family that your app is targeting. For a packaged MSIX package, this is set to Windows.Desktop. Examples: Windows.Desktop, Windows.Universal, Windows.Mobile |
Min Version |
The minimum version of the device family that your app is targeting. Used for applicability at deployment time. If the device family version of the system is lower than MinVersion, then the app is not considered applicable |
Max Version Tested |
The maximum version of the device family that your package is targeting that you have tested it against. This is used at runtime to determine the effective process space for quirks. If it's a vendor supplied MSIX, then this is version that the developer has tested the package against. |