QL-Win / QuickLook

Bring macOS “Quick Look” feature to Windows
http://pooi.moe/QuickLook/
GNU General Public License v3.0
16.59k stars 1.07k forks source link

Can't install on multiple users via winget #1401

Open rp1231 opened 3 months ago

rp1231 commented 3 months ago

Describe the bug If you use winget to install quicklook on multiple users, you get an message saying that it's already installed. But it's possible to manually install quicklook on the other profile using the msi installer.

To Reproduce Steps to reproduce the behavior:

  1. Install using winget on one profile
  2. Switch to other profile
  3. Try to install using winget, you'll get an error saying it's already installed

Expected behavior It should install on the other user profile as well

Desktop (please complete the following information):

Screenshots and Exception Log

PS C:\Users\admin> winget install QL-Win.QuickLook
Found an existing package already installed. Trying to upgrade the installed package...
No available upgrade found.
No newer package versions are available from the configured sources.
crian commented 3 months ago

So it seems to have been installed system wide. This means that every user should be able to use it.

rp1231 commented 3 months ago

Yes that's what I thought as well but that was not the case.