We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since not all executables are statically built, symlinked executables often have missing dependencies with DLLs. Example:
This means dynamically linked executables won't work properly in Winget. There should be a way for Winget to handle this.
#361 (comment)
If an app depends on some .dll file within its directory, symbolic links do not work. Also, symbolic links require admin permission.
Possible solution: Use shims, like Scoop or Chocolatey.
Google.Android.SDKPlatformTools
adb
Winget should somehow handle dependencies from symlinks.
Executable does not work correctly due to missing DLLs.
Windows Package Manager v1.4.10173 Windows: Windows.Desktop v10.0.22621.1105 System Architecture: X64 Package: Microsoft.DesktopAppInstaller v1.19.10173.0
The text was updated successfully, but these errors were encountered:
Seems like this is a duplicate of #2711
Sorry, something went wrong.
No branches or pull requests
Brief description of your issue
Since not all executables are statically built, symlinked executables often have missing dependencies with DLLs. Example:
This means dynamically linked executables won't work properly in Winget. There should be a way for Winget to handle this.
#361 (comment)
Possible solution: Use shims, like Scoop or Chocolatey.
Steps to reproduce
Google.Android.SDKPlatformTools
adb
from the command line silently errors out with no output but calling the direct target executable works.Expected behavior
Winget should somehow handle dependencies from symlinks.
Actual behavior
Executable does not work correctly due to missing DLLs.
Environment
The text was updated successfully, but these errors were encountered: