-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
fix(nsis): run app as normal user #9944
Conversation
Don't want to solve merge conflicts, waiting for #9915 to get merged first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried so hard to review this PR and even though you did a great job documenting each call, I still find it error prone and unmaintainable. However, I couldn't find an easier alternative.
I think the right thing to do this logic in Rust in nsis-tauri-utils
as part of the nsis-process
plugin.
Would you like to work on that @Legend-Master?
I could give it a try, didn't work on no std rust before, but guess it wouldn't be harder than nsis 😂 |
Don't worry I think the existing functions there can guide you but If you need help, just let me know |
(cherry picked from commit 6f46953)
Fixes: #9835
Reference: https://devblogs.microsoft.com/oldnewthing/20190425-00/?p=102443