Skip to content

InstallerType: Wix vs Burn? #261

@cgutman

Description

@cgutman

I see that there are both Wix and Burn installer types present in winget, yet I'm unsure what the difference between the two would be. They seem to be handled identically everywhere in the code.

As far as I'm aware, the WiX tools can either output an exe, which would be a Burn-based bundled installer (aka InstallerType: burn), or a regular MSI (aka InstallerType: msi). I'm not sure what value InstallerType: wix has.

I see you have a test for burn installers but not for Wix. On the flip side, your manifest spec references wix but not burn.

Is one meant to be deprecated in favor of the other? Are they aliases?

Metadata

Metadata

Assignees

Labels

Issue-DocsIt's a documentation issue that really should be on MicrosoftDocs

Type

No type

Projects

Status

Assigned

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions