You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some applications like GNU/Emacs and TorProject/TorBrowser which come in a installer but install as a portable application. Because of that winget is not able to keep track of them.
It's somewhat similar to it but instead of standalone exe's or zip files they come packaged in a installer and by default install in a specific directory. Tor browser for example installs in desktop folder which isn't great.
I think winget needs to have a Program Files folder of its own where these types of packages should be installed. These installers do have location switch do they could be redirected there. Other thing that can be done is to treat installers as archive package similar to zip, 7z etc and just extract the application from it an place it in winget's Program Files folder.
Description of the new feature/enhancement
There are some applications like GNU/Emacs and TorProject/TorBrowser which come in a installer but install as a portable application. Because of that winget is not able to keep track of them.
Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: