Skip to content

Msix element (Msix extension)

Metadata required to create a package.

Attributes

Capabilities

string

Whitespace-delimited list of required package capabilities. Valid values are: internetClient, internetClientServer, privateNetworkClientServer, allJoyn, codeGeneration, documentsLibrary, picturesLibrary, videosLibrary, musicLibrary, enterpriseAuthentication, sharedUserCertificates, userAccountInformation, removableStorage, appointments, contacts, phoneCall, blockedChatMessages, objects3D, voipCall, chat, phoneCallHistoryPublic, spatialPerception, backgroundMediaPlayback, userNotificationListener, remoteSystem, offlineMapsManagement, userDataTasks, location, microphone, proximity, webcam

Description

string

Overrides the description provided by the ‘ARPCOMMENTS’ Property. It is recommended to use the ‘ARPCOMMENTS’ Property instead of using this attribute.

DisplayName

string

Overrides the display name provided by the Package/@Name. It is not recommended to use this attribute.

Id

string required

Identity of the MSIX package.

LogoFile

string

Overrides the package icon provided by the ‘ARPPRODUCTICON’ with a path to a image file. It is recommended to use the ‘ARPPRODUCTICON’ Property instead of using this attribute.

MainPackage

string

The MSIX package name (aka: Msix/@Id) of the parent package. Use this only when this package is to be referenced by a sparse bundle.

Manufacturer

string

Overrides the manufacturer provided by the Package/@Manufacturer. It is not recommended to use this attribute.

MaximumTestedOS

OsVersionUnion

Maximum OS version this package has been tested against. If not specified, it will default to the minimum OS supported.

MinimumSupportedOS

OsVersionUnion

Minimum OS version this package supports. If not specified, it will default to Windows 10 Anniversary Update for desktop packages and Windows Server 2016 for server packages.

Publisher

string required

Publisher of the MSIX package. Must be in the form of a certificate name, e.g. CN=FireGiant.

Target

TargetTypeUnion

Target device family for the MSIX package.

Version

string

Overrides the version provided by the Package/@Version. It is not recommended to use this attribute.

Parents