[DOCS-4099] Document unattended installation options for Windows Created: 29/Sep/14  Updated: 16/Mar/15  Resolved: 23/Jan/15

Status: Closed
Project: Documentation
Component/s: manual
Affects Version/s: None
Fix Version/s: v1.3.17

Type: Improvement Priority: Minor - P4
Reporter: Gianfranco Palumbo Assignee: Michael Paik
Resolution: Done Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
related to DOCS-1981 Document : installation of MongoDB us... Closed
Participants:
Days since reply: 9 years, 3 weeks, 5 days ago

 Description   

To install unattended the default MongoDB binaries run this command:

msiexec /q /i mongodb-<VERSION>-signed.msi

This includes all the binaries except the Router (mongos.exe) and Miscellaneous Tools (bsondump.exe, mongofiles.exe, mongooplog.exe, mongoperf.exe).

To install unattended the MongoS (router) binary run this command:

msiexec /q /i mongodb-<VERSION>-signed.msi ADDLOCAL=Router

To install unattended the MongoS (router) binary and the MonitoringTools run this command:

msiexec /q /i mongodb-<VERSION>-signed.msi ADDLOCAL=Router,MonitoringTools

Other options:

  • Server (mongod.exe, mongod.pdb)
  • Client (mongo.exe)
  • MonitoringTools (mongostat.exe, mongotop.exe)
  • ImportExportTools (mongodump.exe, mongorestore.exe mongoexport.exe, mongoimport.exe)
  • MiscellaneousTools (bsondump.exe, mongofiles.exe, mongooplog.exe, mongoperf.exe)
  • ALL

By default it will be installed in the following directory:

C:\Program Files\MongoDB 2.6 Enterprise\bin\



 Comments   
Comment by Githook User [ 23/Jan/15 ]

Author:

{u'username': u'mpaik', u'name': u'Michael Paik', u'email': u'michael.paik@10gen.com'}

Message: DOCS-4099 - unattended windows installation instructions

Signed-off-by: Sam Kleinman <samk@10gen.com> (with edits)
Branch: master
https://github.com/mongodb/docs/commit/85a89bc89dd64e3e05c58e481c20d84c43069cf1

Comment by Gianfranco Palumbo [ 04/Oct/14 ]

reopened with detailed information

Generated at Thu Feb 08 07:47:12 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.