summaryrefslogtreecommitdiff
path: root/src/mongo/installer/msi/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30995 Add Compass Installer to MongoDB packagingcompass-installerMathew Robinson2017-09-131-164/+164
* SERVER-27458 SERVER-28322 Remove outdated buildersAndrew Morrow2017-03-291-27/+7
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+1
* SERVER-27529 scons msi target is failing do to missing dependenciesMark Benvenuto2016-12-271-0/+5
* SERVER-27270 Create new upgrade codes for 3.5.x/3.6.xMark Benvenuto2016-12-031-9/+9
* SERVER-17368 Add openssl files to windows zip fileBrian Samek2016-11-221-1/+1
* SERVER-26128 Allow Side-By-Side Install of 3.4 MSIs with other versionsMark Benvenuto2016-09-201-5/+22
* SERVER-25705 Add mongoldap enterprise binary to Windows MSIMark Benvenuto2016-08-231-0/+1
* SERVER-23519 Change Windows Builders to VS2015, and require VS2015Mark Benvenuto2016-04-281-1/+9
* SERVER-21669: Add mongodecrypt.exe build-time dependency to Windows MSIMark Benvenuto2015-11-301-1/+4
* SERVER-21669: Add mongodecrypt.exe to Windows MSIMark Benvenuto2015-11-301-0/+2
* SERVER-17789 Do not use option values to configure the variant directoryAndrew Morrow2015-06-121-1/+1
* SERVER-17782 SERVER-17329 Improve versioning and add distsrc to SConsJonathan Reams2015-05-211-1/+1
* SERVER-17755 Remove legacy code from build systemJonathan Reams2015-04-161-8/+0
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-1/+0
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+1
* SERVER-17329 Interpolate new version.txt file into generated buildinfo filesAndrew Morrow2015-03-091-2/+1
* SERVER-9562 Add better detection of toolchain/archJonathan Reams2015-03-091-1/+1
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-16614: Allow Side-By-Side Install of 2.6 & 2.8 MSIsMark Benvenuto2015-01-021-5/+5
* SERVER-14266: Simplify MSI Installation OptionsMark Benvenuto2014-10-161-13/+15
* TOOLS-198 allow use-new-tools to switch MSI binary path locationsmike o'brien2014-09-301-0/+6
* SERVER-14440 Bundle openssl with SSL targeted Windows MSIJonathan Reams2014-09-051-4/+13
* Revert "SERVER-14440 Introduce support for OpenSSL in Windows Server 2008 R2+...Jonathan Reams2014-08-291-12/+4
* SERVER-14440 Introduce support for OpenSSL in Windows Server 2008 R2+ SSL MSIJonathan Reams2014-08-291-4/+12
* SERVER-12572 Informatively fail attempts to build C++ client driver targetsAndrew Morrow2014-03-041-1/+0
* SERVER-12903: Fix MSI UpgradeMark Benvenuto2014-02-281-2/+21
* SERVER-12897, SERVER-12894: Various MSI FixesMark Benvenuto2014-02-281-4/+7
* SERVER-11106 Detect non-enterprise MSI configurationsErnie Hershey2014-02-121-8/+42
* SERVER-12013: Do not ship C++ driver binary on Windows.Mark Benvenuto2014-01-291-13/+2
* SERVER-10830 Don't break on nonexistant MSI related environment variablesErnie Hershey2013-10-231-2/+2
* SERVER-10830 use 'enterprise' for enterprise module directory nameErnie Hershey2013-10-231-1/+1
* SERVER-10830 use $WIX and $MERGEMODULESBASEPATH for enterprise msiErnie Hershey2013-10-231-1/+6
* SERVER-10830 temporarily hardcode the WiX path because Cygwin doesn't work we...Eric Milkie2013-10-161-4/+4
* SERVER-10830 use WIX env variable to find WIXEric Milkie2013-10-111-1/+1
* SERVER-10830 msi builder as an scons targetEric Milkie2013-10-091-0/+91