Skip to content

Dependency element (Msix extension)

Metadata required to add a dependency on a package.

Attributes

Id

string required

Identity of the MSIX package to depend upon.

MaximumMajorVersionTested

integer

An integer indicating the highest major version of the dependency tested with this package.

Optional

wxs:YesNoTypeUnion

Indicates whether the dependency is optional (yes) or required (no).

Publisher

string required

Publisher of the MSIX package to depend upon.

Version

string required

Version of the MSIX package to depend upon.

Parents