-
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 the .AppInstaller
file format.
#4711
Comments
This does seem like the next step on a path of supporting installing all types of packages, especially after adding |
The ".appinstaller" extension is just remnants of earlier iterations of the "MSIX" package format. |
@denelon, considering your position, I do really want to accept that, but microsoft/winget-pkgs#166364 (comment) appears to rather verbosely explain otherwise:
Irrespective, does such a designation as what you state impact this request? |
We would need to evaluate the logic necessary to take .appinstaller files and extract the metadata to make it easier to submit. It might be a case where we could do something in the pipelines or offer a mechanism to more easily extract the necessary information. Is this blocking an important package for your scenario or a collection of packages? |
@denelon, I consider https://github.com/files-community/Files to be important, but luckily, in this case, another developer has provided MSIX packages for WinGet specifically, so it's not blocking anything of mine anymore (thus far). However, it does appear to block microsoft/winget-pkgs#29790 (comment). |
No that's not right at all. Check out the docs for more information. |
Maybe I misunderstood, but it seemed he was suggesting AppInstaller was some sort of legacy remnant. It's a valid and active method of distributing apps (mine included). |
@riverar, in that case, do |
|
@riverar, have you read #4711 (comment)? It states:
Does this mean that it contains an MSIX package, but also adds associated update repository and dependency metadata, like an I've tried to summarise this at Footnotes |
I'm assuming @denelon got It would be nice if winget supported Packages that use Hash validation of the installer would probably need to follow the URIs in the XML to the actual MSIX package if we want it to be worth anything. But then we would have to download the MSIX to compute its hash, without being able to use the download for the actual installation. |
Description of the new feature / enhancement
Request
As microsoft/winget-pkgs#166364 (comment) explains (paraphrased):
Prerequisites
winget-pkgs
, per winget-cli .zip files not supported winget-pkgs#174 (comment).Proposed technical implementation details
No response
The text was updated successfully, but these errors were encountered: