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

Document unattended installation options for Windows

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • v1.3.17
    • None
    • manual
    • None

    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\

      Attachments

        Activity

          People

            michael.paik Michael Paik
            gianfranco Gianfranco Palumbo
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              9 years, 3 weeks, 5 days ago