Can I change a package from .msi to .exe ? #111154
-
The new .exe format installer will upgrade the msi (it has an msi embedded). so can i just author a new version but change the yaml to be exe based not msi? Would it be better to submit a delete PR that removes this major version and then submit a PR to add the .exe version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can set InstallerType: exe
AppsAndFeaturesEntries:
- InstallerType: msi |
Beta Was this translation helpful? Give feedback.
You can set
InstallerType: exe
and use AppsAndFeaturesEntries and set the InstallerType to msi to tell WinGet that it's an MSI installer bootstrapped into an EXE