Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-4099

Document unattended installation options for Windows

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • v1.3.17
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      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\
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            gianfranco Gianfranco Palumbo
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 17 weeks ago