Application element (Msix extension)
Defines an Application in a package. Alternative to using the Application attribute on the File element.
Attributes
Description
stringOverrides the calculated description of the Application. This attribute is intended to be used only when a Shortcut’s description must be different from the MSIX Application description.
DisplayName
stringOverrides the calculated display name of the Application. This attribute is intended to be used only when a Shortcut’s name must be different from the MSIX Application display name.
ExecutableFile
stringThe File/@Id of executable entry point for the MSIX Application. This attribute will default to the parent File element. Otherwise the attribute must be specified.
Id
string requiredIdentity of the Application in the MSIX package.
Primary
wxs:YesNoTypeUnionSets the Application as the primary Application in the MSIX package. The primary Application’s logo and name is visible at some places in Windows 10 instead of the MSIX package logo and name.