summaryrefslogtreecommitdiff
path: root/buildscripts/packaging
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-14263 Install MongoDB as service on WindowsMark Benvenuto2017-12-111-0/+41
|
* SERVER-17755 Remove legacy code from build systemJonathan Reams2015-04-168-454/+0
|
* SERVER-10881 Re-imported AGPL RTF to fix formatting in MSIErnie Hershey2013-12-091-824/+241
|
* SERVER-10900 - When building MSI for enterprise edition use third party ↵Sridhar Nanjundeswaran2013-12-052-2/+2
| | | | notices file from enterprise repository
* SERVER-11341 - Added merge module as a variable to wixproj and ↵Sridhar Nanjundeswaran2013-10-282-2/+8
| | | | buildenterprisemsi.bat
* SERVER-11108 - non enterprise builds are not workingSridhar Nanjundeswaran2013-10-111-0/+3
|
* SERVER-10830 msi builder as an scons targetEric Milkie2013-10-0911-407/+11
|
* SERVER-10870 - Include SNMP configuration files for mongod.Sridhar Nanjundeswaran2013-10-024-15/+23
| | | | Also removed snmp dlls getting installed for non mongod components
* SERVER-10822 - Include generated C++ driver header files folderSridhar Nanjundeswaran2013-09-269-12/+113
| | | | Build directly using heat, candle and light
* SERVER-10730 - Allow user specified install directorySridhar Nanjundeswaran2013-09-243-5/+6
|
* SERVER-10814 - Install enterprise dlls with c++ driverSridhar Nanjundeswaran2013-09-192-5/+39
|
* SERVER-10792 - Account for enterprise license in enterprise buildSridhar Nanjundeswaran2013-09-194-8/+39
|
* SERVER-9956 - Installer changes for enterprise edition for WindowsSridhar Nanjundeswaran2013-09-1310-55/+239
| | | | | | | | 1) Changed default install directory 2) C++ driver is now an optional feature that can be installed 3) Enterprise dlls are now installed for enterprise builds Note: Enterprise is only supported for x64 2008R2+ builds
* SERVER-4099, SERVER-4100. MSI for mongodb binaries that allows selective ↵Sridhar Nanjundeswaran2013-03-1017-0/+1308
installation of various binaries. Separate 32 and 64 bit msi's.