Replies: 1 comment
-
The installer will accept custom paths. On modern versions of Windows, you can just set the environment variables. Some enterprises have created their own installers (it's actually not too tough). See https://github.com/coreybutler/nvm-windows/wiki/Hacking, which dives into the details. We've built custom installers for clients, so there is a commercial route for those who are interested... but it's something many groups can do on their own. I'm also actively seeking feedback like this to better understand enterprise challenges as we build Runtime (for enterprise). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I tell nvm to install in a different path using installation strings? Using the user profile in enterprise is just a plain terrible default path. Would like to be able to tell the installer to install both the NVM and the symlink path to a custom location. We need this for both security purposes and ease of use. Anyone know the correct strings? I cant seem to find any information around this for Windows install.
Beta Was this translation helpful? Give feedback.
All reactions