0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 16:24:56 +01:00
mongodb/buildscripts/packaging/msi
2013-10-09 13:59:08 -04:00
..
.gitignore
Banner.bmp SERVER-10830 msi builder as an scons target 2013-10-09 13:59:08 -04:00
build32bitmsi.bat SERVER-10822 - Include generated C++ driver header files folder 2013-09-26 10:20:44 -07:00
build64bit2008R2msi.bat SERVER-10822 - Include generated C++ driver header files folder 2013-09-26 10:20:44 -07:00
build64bitmsi.bat SERVER-10822 - Include generated C++ driver header files folder 2013-09-26 10:20:44 -07:00
buildenterprisemsi.bat SERVER-10870 - Include SNMP configuration files for mongod. 2013-10-02 10:10:26 -07:00
Dialog.bmp SERVER-10830 msi builder as an scons target 2013-10-09 13:59:08 -04:00
GNU-AGPL-3.0.rtf
Installer_Icon_16x16.ico SERVER-10830 msi builder as an scons target 2013-10-09 13:59:08 -04:00
Installer_Icon_32x32.ico SERVER-10830 msi builder as an scons target 2013-10-09 13:59:08 -04:00
MongoDB_64.wixproj SERVER-10830 msi builder as an scons target 2013-10-09 13:59:08 -04:00
MongoDB.wixproj SERVER-10830 msi builder as an scons target 2013-10-09 13:59:08 -04:00
MongoDBMsi.sln SERVER-10822 - Include generated C++ driver header files folder 2013-09-26 10:20:44 -07:00
README.md

Prerequisites

WiX Toolset v3.7.1224.0 from http://wixtoolset.org/

Features

The following are the installer features with the executables they install. Each of these features can be installed independently using msiexec /ADDLOCAL or using the Installer GUI * Server * mongod.exe * mongod.pdb * Client * mongo.exe * MonitoringTools * mongostat.exe * mongotop.exe * ImportExportTools * mongodump.exe * mongorestore.exe * mongoexport.exe * mongoimport.exe * Router * mongos.exe * mongos.pdb * MiscellaneousTools * bsondump.exe * mongofiles.exe * mongooplog.exe * mongoperf.exe

Typical install

The typical (default) install, installs all except the Router and MiscellaneousTools features.

Configuring builds

The version, location of binaries and license file can be configured when building. Refer to build32bitmsi.bat or build64bitmsi.bat for example