Skip to content

Allow user-context installation on Windows (no admin rights required) #1042

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

Open
SableRaf opened this issue Apr 17, 2025 · 4 comments
Open
Assignees
Milestone

Comments

@SableRaf
Copy link
Collaborator

SableRaf commented Apr 17, 2025

Since Processing 4.4, the Windows release uses an .msi installer, which installs in the system context by default.

This means people without admin access on their machine cannot install Processing. As reported by this Reddit user

We should provide an option to install in user context, so that admin rights are not needed.

This would make installation easier for students, schools, and others using restricted machines.

Reference

https://stackoverflow.com/questions/14339372/wix-non-admin-installer-tutorial

@Stefterv
Copy link
Collaborator

Looks like installing to Program Files is what causes the escalation to Admin, maybe we can install Processing in a different location?

@SableRaf
Copy link
Collaborator Author

SableRaf commented Apr 17, 2025

Oops, I shared the wrong reference link I meant to post this https://www.advancedinstaller.com/per-user-per-machine-msi-installation.html

It says:

Compared to per-machine installations, a per-user application gets installed in a user profile location, usually in AppData\Local or AppData\Roaming.

@Stefterv
Copy link
Collaborator

Stefterv commented Apr 17, 2025

No, I edited it because we don't use advanced installer

@SableRaf
Copy link
Collaborator Author

I see! I read that page a little too quickly and missed that it wasn't about regular .msi installers.

maybe we can install Processing in a different location?

Is there a way we can leave it to the user to choose between a simple installation and an administrative installation? Is this page relevant?

If technically possible, then maybe the options could be labeled like this to keep it clear:

  • Simple install (recommended for most users)

  • Admin install (for administrators and shared machines)

@Stefterv Stefterv added this to the 4.4.3 milestone Apr 18, 2025
@SableRaf SableRaf moved this to To do in Processing Roadmap Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

2 participants