Demitrius Nelon
Demitrius Nelon
We have some work coming up to: * #2252 For that feature, we are considering adding a path to main executable. That would likely help in this case.
There are some subtle behaviors here. I'll try to clarify them just to help everyone's understanding. Use case 1: If you are in "Administrative" mode when you install, or if...
I ran `winget install ntop` in user mode in Windows Terminal (PowerShell). I was given the message that I needed to restart my terminal. I restarted and ran ntop. If...
No worries. 😊 I know there are several subtle things impacting what we all want as the "best experience". I'm always open to digging in, troubleshooting and helping clarify what...
WinGet operates in several differnt kinds of environments. This issue is really about how we initially implemented the hash override mechanism. We agree it needs to change, but it's considered...
I'm wondering if this is related to syntax. The string may need to be quoted as nested to preserve the whitespace.
From [Microsoft Learn](https://learn.microsoft.com/windows/package-manager/winget/install): -l, --location | Location to install to (if supported). -- | -- It's possible these packages do not support passing the location through to the installer. If...
In this scenario, the previous installer was a .exe installer and the new version is an MSI. For this scenario, we may need to add a new key to the...
@MagicFirefly, I'm not sure about what the code path would do today. It's worth trying to add the upgrade behavior as "uninstallPrevious" for the new MSI version of the package....
Related to: * #1191