0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/buildscripts/packaging/msi
2013-12-09 19:41:25 -05:00
..
.gitignore
Banner.bmp
build32bitmsi.bat
build64bit2008R2msi.bat
build64bitmsi.bat
buildenterprisemsi.bat SERVER-10900 - When building MSI for enterprise edition use third party notices file from enterprise repository 2013-12-05 10:01:10 -08:00
Dialog.bmp
GNU-AGPL-3.0.rtf SERVER-10881 Re-imported AGPL RTF to fix formatting in MSI 2013-12-09 19:41:25 -05:00
Installer_Icon_16x16.ico
Installer_Icon_32x32.ico
MongoDB_64.wixproj SERVER-10900 - When building MSI for enterprise edition use third party notices file from enterprise repository 2013-12-05 10:01:10 -08:00
MongoDB.wixproj
MongoDBMsi.sln
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