We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since Processing 4.4, the Windows release uses an .msi installer, which installs in the system context by default.
.msi
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.
https://stackoverflow.com/questions/14339372/wix-non-admin-installer-tutorial
The text was updated successfully, but these errors were encountered:
Looks like installing to Program Files is what causes the escalation to Admin, maybe we can install Processing in a different location?
Sorry, something went wrong.
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.
AppData\Local
AppData\Roaming
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 .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
No branches or pull requests
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: