-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Comments
Looks like installing to Program Files is what causes the escalation to Admin, maybe we can install Processing in a different location? |
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:
|
No, I edited it because we don't use advanced installer |
I see! I read that page a little too quickly and missed that it wasn't about regular
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:
|
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
The text was updated successfully, but these errors were encountered: