Msix element (Msix extension)
Metadata required to create a package.
Attributes
Capabilities
stringWhitespace-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
stringOverrides the description provided by the ‘ARPCOMMENTS’ Property. It is recommended to use the ‘ARPCOMMENTS’ Property instead of using this attribute.
DisplayName
stringOverrides the display name provided by the Package/@Name. It is not recommended to use this attribute.
Id
string requiredIdentity of the MSIX package.
LogoFile
stringOverrides 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
stringThe 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
stringOverrides the manufacturer provided by the Package/@Manufacturer. It is not recommended to use this attribute.
MaximumTestedOS
OsVersionUnionMaximum OS version this package has been tested against. If not specified, it will default to the minimum OS supported.
MinimumSupportedOS
OsVersionUnionMinimum 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 requiredPublisher of the MSIX package. Must be in the form of a certificate name, e.g. CN=FireGiant.
Target
TargetTypeUnionTarget device family for the MSIX package.
Version
stringOverrides the version provided by the Package/@Version. It is not recommended to use this attribute.