Integrate Updates with Winget Community #3400
SirLouen
started this conversation in
Feature requests
Replies: 1 comment 6 replies
-
Why build msi when winget-pkgs also accept standalone exe files? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is to create msi instead of exe packages from this repository and add them to winget Community Repository.
https://github.com/microsoft/winget-pkgs
Instead of using Inno Setup for packaging, consider something like MSIX https://pub.dev/packages/msix
https://learn.microsoft.com/en-us/windows/package-manager/package/
Create the manifest: https://learn.microsoft.com/en-us/windows/package-manager/package/manifest?tabs=minschema%2Cversion-example
Submit the manifest: https://learn.microsoft.com/en-us/windows/package-manager/package/repository
Beta Was this translation helpful? Give feedback.
All reactions