-
Notifications
You must be signed in to change notification settings - Fork 113
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
Unable to make the application run on startup for all users #62
Comments
Oh nice find. We would be open to adding that. Could you open a pull-request? 😄 |
@adam-lynch
|
@anaszgh no problem. Only maintainers of this project have access/permission to push directly to the repository directly. So what you need to:
Let me know if you've any questions 😄 |
Is the pull-request has been merged in to the master? |
Not yet, sorry for being late, i'll do it today 😄 |
Platform: Windows 10 x64
Node v6.11.2
auto-launch v5.0.1
Using electron, and after installation i run a form which user has to enter configuration for the application, there the auto-launch should work, the problem is that the installation wizard (thus the configuration form) runs under a specific user, and the main application (which i need to set the auto launch for) runs under different user.
And because of this the auto launch functionality wont work because the registry change is under HKCU, to resolve this there must be a parameter in the construct whether the auto launch should be for all users or not, and this boolean value will decide whether to make the change in HKCU or HKLM.
The text was updated successfully, but these errors were encountered: