I am not able to install Meteor in Windows OS under specific directory. Whenever I click the .exe file the installation is happening somewhere...
How can I change the behavior? I need to install them in a specific directory. Then only I can specify the directory easily in my classpath
Otherwise Meteor command is will not work.
Currently, it's being installed inside %LOCALAPPDATA%\.meteor
. Is that not sufficient for your needs?
We wrote up instructions for how to manually install Meteor on Windows without the installer: https://github.com/meteor/meteor/wiki/Meteor-on-Windows:-Alternate-installation. You can change the directory you extract Meteor into and it should still work.
Hope this helps!
In most corporate IT managed machines, Users\ has size limitations. I just received an email from IT saying C:\Users[User]\AppData\Local.meteor was 3.6Gb and I needed to move it elsewhere.