Skip to content
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

Windows installer: Per user install (feature request) #13830

Closed
doodadjs opened this issue Jun 20, 2017 · 5 comments
Closed

Windows installer: Per user install (feature request) #13830

doodadjs opened this issue Jun 20, 2017 · 5 comments
Labels
feature request Issues that request new features to be added to Node.js. install Issues and PRs related to the installers. windows Issues and PRs related to the Windows platform.

Comments

@doodadjs
Copy link

  • Version: 8.1.2
  • Platform: Windows (all versions)
  • Subsystem: N/A

Can you change Node's Windows installer so that Admin privileges are no longer required to install ? Instead, you can make a per user install, or better, offer the choice between a system and user installation. Thanks.

@mscdex mscdex added feature request Issues that request new features to be added to Node.js. install Issues and PRs related to the installers. windows Issues and PRs related to the Windows platform. labels Jun 20, 2017
@joaocgreis
Copy link
Member

I agree this would be an interesting feature, but it is not so straightforward as there are a lot of edge-cases to consider. A PR would be welcome, but would have to be very well tested before it could land.

On the other hand, the need for this is quite low because there are the zip/7z packages. You can just extract the package and add it to the user path. You don't get ETW, performance counters or start menu entries with this (can always add manually), but everything else should work exactly the same. There is also NVS (https://github.com/jasongin/nvs) that can be quite helpful.

@doodadjs
Copy link
Author

That could fix issues like #4603.

@Trott
Copy link
Member

Trott commented Jun 10, 2018

@nodejs/build @nodejs/platform-windows Is this something that is likely to be implemented? It seems like @joaocgreis is suggesting it is unlikely? If so, we should probably close this.

@tniessen
Copy link
Member

I think this would have to be implemented with #4603 resolved to avoid complications.

@jasnell
Copy link
Member

jasnell commented Jun 25, 2020

Closing as there's been no further activity on this. Can reopen if someone determines that it needs to be picked back up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. install Issues and PRs related to the installers. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

6 participants