Skip to content

Can I change a package from .msi to .exe ? #111154

Answered by mdanish-kh
rwsdwatson asked this question in Q&A
Discussion options

You must be logged in to vote

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

InstallerType: exe
AppsAndFeaturesEntries:
  - InstallerType: msi

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rwsdwatson
Comment options

Answer selected by rwsdwatson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants