I have a win32 process running as admin mode. I cannot change the fact it's running in admin mode. I have an executable on my system which I'd like to launch from that admin process, but have it run in user mode.
How do I achieve that?
I have a win32 process running as admin mode. I cannot change the fact it's running in admin mode. I have an executable on my system which I'd like to launch from that admin process, but have it run in user mode.
How do I achieve that?
To do this with NSIS, you have to use the UAC plugin (But I would recommend you just remove the run checkbox on the finish page if this is the issue you want to fix)