Skip to content
New issue

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

[Package Issue]: Dropbox.Dropbox user scope missing #152106

Open
2 tasks done
R-Adrian opened this issue May 3, 2024 · 2 comments
Open
2 tasks done

[Package Issue]: Dropbox.Dropbox user scope missing #152106

R-Adrian opened this issue May 3, 2024 · 2 comments
Labels
Help-Wanted This is a good candidate work item from the community. Issue-Bug It either shouldn't be doing this or needs an investigation. Package-Update This package needs to be updated

Comments

@R-Adrian
Copy link

R-Adrian commented May 3, 2024

Please confirm these before moving forward

  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have not been informed if the issue is resolved in a preview version of the winget client.

Category of the issue

Installation issue.

Brief description of your issue

Dropbox can also be installed as a limited user scope application, without any administrative rights but the WinGet manifest only has machine scope specified.

related pull request:
#151996
(most recent change for Dropbox)

Steps to reproduce

- either get a fresh system (or virtual machine) or uninstall any existing machine-scope versions of Dropbox. Make sure to also purge staged versions of Dropbox from C:\Program Files\WindowsApps edit: the user scope prompt can be seen even on a system where the machine-scope is already installed. /edit

  • download the offline installer from the winget manifest
  • run it manually (in normal interactive mode), when it asks for administrative rights elevation DO NOT allow it to run as administrator.
  • Dropbox will now ask to install as limited user.

Actual behavior

WinGet only has machine scope specified in the manifest

Expected behavior

Dropbox can be installed / upgraded either as user scope or machine scope

Environment

(environment not really relevant here)

Screenshots and Logs

image

@R-Adrian R-Adrian added the Issue-Bug It either shouldn't be doing this or needs an investigation. label May 3, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage This work item needs to be triaged by a member of the core team. label May 3, 2024
@R-Adrian R-Adrian changed the title [Package Issue]: Dropbox.Dropbox user instalaltion scope missing [Package Issue]: Dropbox.Dropbox user scope missing May 3, 2024
@stephengillie stephengillie added Help-Wanted This is a good candidate work item from the community. Package-Update This package needs to be updated and removed Needs-Triage This work item needs to be triaged by a member of the core team. labels May 3, 2024
@PckgrTom
Copy link
Contributor

PckgrTom commented May 3, 2024

Hello,

Is this able to install without Admin privileges?

@R-Adrian
Copy link
Author

R-Adrian commented May 3, 2024

It works and is installing in user profile context.

On this PC i think it works even better than machine scope, because it doesn't install the DbxSvc service that wants to run as System account all the time even when the Dropbox app is not running.

The registry settings are placed under HKCU instead of HKLM.
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox

image

Also, i set my Dropbox to start with low cpu priority too.

cd "%USERPROFILE%\AppData\Roaming\Dropbox\bin"
start "Dropbox" /b /low ".\Dropbox.exe"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help-Wanted This is a good candidate work item from the community. Issue-Bug It either shouldn't be doing this or needs an investigation. Package-Update This package needs to be updated
Projects
None yet
Development

No branches or pull requests

3 participants