Skip to content
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 for installers inside of a .zip file #859

Closed
denelon opened this issue Apr 12, 2021 · 4 comments · Fixed by #2500
Closed

Support for installers inside of a .zip file #859

denelon opened this issue Apr 12, 2021 · 4 comments · Fixed by #2500
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Milestone

Comments

@denelon
Copy link
Contributor

denelon commented Apr 12, 2021

Install packages delivered as a compressed installer

Some publishers provide a compressed file with an installer inside. This feature would enable a user to install such a package.
For example: microsoft/winget-pkgs#9891 (comment)

Proposed technical implementation details (optional)

The manifest would need to be able to identify this type of installer. The client would be able to download the file, verify the file, extract the installer, and execute the installer.

Related to:

@denelon denelon added the Issue-Feature This is a feature request for the Windows Package Manager client. label Apr 12, 2021
@ghost ghost added the Needs-Triage Issue need to be triaged label Apr 12, 2021
@sanyer
Copy link

sanyer commented Apr 12, 2021

There is also an edge case when publisher packs installer in folder inside zip file.
MSIAfterburner from msi.com, for example, has this structure: MSIAfterburnerSetup.zip\4.6.3\MSIAfterburnerSetup463.exe

@the-j0k3r
Copy link

Isnt this a duplicate of #140

@superusercode
Copy link
Contributor

superusercode commented Apr 28, 2021

Isnt this a duplicate of #140
@the-j0k3r

Not a duplicate, since this is concerning an installable executable inside a zip rather than one you can just run.

@Trenly
Copy link
Contributor

Trenly commented Sep 28, 2022

@denelon - Resolved?

@ryfu-msft ryfu-msft linked a pull request Sep 28, 2022 that will close this issue
@denelon denelon added this to the v1.4-Client milestone Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants