-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support non-installer .exe (Direct download or via Pwsh script) #298
Comments
Seems to be a refinement of #182. Strongly related:
|
@MichelDiz this looks like a Duplicate of #182. We do plan to support portable/standalone applications and .zip in a similar manner. The intent would be to have the Windows Package Manager generate entries in Apps & Features so we can make sure the path is maintained, and we can perform upgrades. |
@MichelDiz we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority. |
Description of the new feature/enhancement
Some companies maintain windows binaries without an installation package. But perfectly valid. I would like to be able to use Winget to install such a package without the need to create a .msi or similar. (which would make the process more complex and difficult to maintain)
Something like Homebrew. But focusing on the Windows context.
Proposed technical implementation details (optional)
e.g:
Via YAML
Via PS1
The text was updated successfully, but these errors were encountered: