microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.58k stars 1.4k forks source link

OBS Studio not exporting in package list #1950

Open mariobrostech opened 2 years ago

mariobrostech commented 2 years ago

Brief description of your issue

While other winget packages successfully export when running the winget export command, OBS Studio doesn't successfully add itself to the list of packages. The winget export command displays this in its output. This is abnormal behavior, considering that OBS Studio lists a valid version number in winget and doesn't have any issues performing upgrades when a new version is released.

Steps to reproduce

Run winget export -o packages.txt, where packages.txt is the location of the destination package file. The command will run, but winget will show OBS Studio failing to be added to the package file, and when the file is opened, this behavior can be confirmed.

Expected behavior

I expect winget to be able to export OBS Studio, along with the rest of my installed programs, to a package file when the winget export command is run.

Actual behavior

winget fails to add OBS Studio to the package file, outputting the following error message: Installed package is not available from any source: OBS Studio.

Environment

Windows Package Manager v1.1.13405
Windows: Windows.Desktop v10.0.19044.1526
Package: Microsoft.DesktopAppInstaller v1.16.13405.0
Trenly commented 2 years ago

I believe this is an issue related to #147

The reason it seems to not export is because it cannot disambiguate between OBSProject.OBSStudio and OBSProject.OBSStudio.Prerelease. Since it can’t definitively determine which of the packages is installed, it reports it as unavailable.

Edit:

JerryWinkler commented 2 years ago

I have the same issue. Further, running "winget list" doesn't show winget as the Source for OBS Studio despite installing it from winget.

Same problem of not being able to export, and not being listed as winget as the Source for other programs such as voidtools.Everything and Zoom.Zoom.