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

Feature Request: Install WinGet manifests #2085

Open
upintheairsheep opened this issue Jun 30, 2023 · 4 comments
Open

Feature Request: Install WinGet manifests #2085

upintheairsheep opened this issue Jun 30, 2023 · 4 comments

Comments

@upintheairsheep
Copy link

Please add support for installing Win32/non-msix-appx packages from WinGet's community repository, via a search API, and using the provided flags or portable package executable(s) to run the setup package.

@upintheairsheep
Copy link
Author

The vast majority of all WinGet packages do not use appx, msix, or appinstaller.

@austin987
Copy link
Contributor

Please add support for installing Win32/non-msix-appx packages from WinGet's community repository, via a search API, and using the provided flags or portable package executable(s) to run the setup package.

I'm not very familiar with winget, so some explanation / more details would be helpful (or, preferably, a pull request ;)).

The first hit I get on google is https://learn.microsoft.com/en-us/windows/package-manager/winget/, which gives a .msixbundle file. Similarly, if I look at the github page (https://github.com/microsoft/winget-cli), that's what's on their download page.

Wine doesn't appear to be able to run that. I.e.,

  • wine Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
  • wine msiexec /i Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
  • wine start Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle

All fail.

@upintheairsheep
Copy link
Author

Please add support for installing Win32/non-msix-appx packages from WinGet's community repository, via a search API, and using the provided flags or portable package executable(s) to run the setup package.

I'm not very familiar with winget, so some explanation / more details would be helpful (or, preferably, a pull request ;)).

The first hit I get on google is https://learn.microsoft.com/en-us/windows/package-manager/winget/, which gives a .msixbundle file. Similarly, if I look at the github page (https://github.com/microsoft/winget-cli), that's what's on their download page.

Wine doesn't appear to be able to run that. I.e.,

  • wine Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
  • wine msiexec /i Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
  • wine start Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle

All fail.

MSIX, APPX, etc should be ignored for winetricks.

@austin987
Copy link
Contributor

Okay...so what is the request here if not to install winget?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants