Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (47.6k points)

Is there a Windows equivalent of mongodb-org-shell

Can I copy the mongo.exe from a Server installation on another Windows machine?

2 Answers

0 votes
by (106k points)

To install Only Mongo Client/Shell - not MongoDB on windows you can install per component using with the unattended installation option. After the download of the .msi installer from MongoDB Download Centre. You can install just the mongo shell component using:

msiexec.exe /q /i mongodb-win32-x86_64-2008plus-ssl-3.6.5-signed.msi ^ ADDLOCAL="Client"

0 votes
by (108k points)

Upon executing the .msi installation file you can do a custom install of the specific components you want. If you want a detailed installation process then do refer the following video tutorial: 

Related questions

0 votes
1 answer
0 votes
2 answers
0 votes
1 answer
0 votes
1 answer
asked Feb 9, 2020 in Web Technology by ashely (50.2k points)

Browse Categories

...