How to setup MongoDB so it can run as windows service?
Thanks
How to setup MongoDB so it can run as windows service?
Thanks
I think if you run it with the 'install' command line switch it installs it as a Windows Service.
mongod --install
It might be worth reading this thread first though. There seems to be some problems with relative/absolute paths when the relevant registry key gets written.