summaryrefslogtreecommitdiff
path: root/src/mongo/installer
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-16614: Allow Side-By-Side Install of 2.6 & 2.8 MSIsMark Benvenuto2015-01-021-5/+5
|
* SERVER-15336: Reduce Sku Complexity - limit one variation of mongodb per versionMark Benvenuto2014-10-163-15/+57
|
* SERVER-14266: Simplify MSI Installation OptionsMark Benvenuto2014-10-165-20/+70
|
* TOOLS-198 allow use-new-tools to switch MSI binary path locationsmike o'brien2014-09-302-9/+15
|
* SERVER-14440 Bundle openssl with SSL targeted Windows MSIJonathan Reams2014-09-053-17/+53
|
* Revert "SERVER-14440 Introduce support for OpenSSL in Windows Server 2008 ↵Jonathan Reams2014-08-293-52/+17
| | | | | | R2+ SSL MSI" This reverts commit 9144f84e621f5e1ffde55579851180be5f8653ab.
* SERVER-14440 Introduce support for OpenSSL in Windows Server 2008 R2+ SSL MSIJonathan Reams2014-08-293-17/+52
| | | | | | Closes #762 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-14821 Update Merge Module for building MSI's in VS2013Ernie Hershey2014-08-071-1/+1
|
* SERVER-12572 Informatively fail attempts to build C++ client driver targetsAndrew Morrow2014-03-041-1/+0
| | | | | | | The MongoDB C++ client driver now resides in a separate repo and is maintained independently of the server. The targets in this repo that used to build or test the driver will now print an error message explaining the change and referring users to the relevant documentation.
* SERVER-12903: Fix MSI UpgradeMark Benvenuto2014-02-283-5/+31
| | | | | | | 1. Each version of mongo is installed to a unique directory, ie 2.6.0, and 2.6.1, changed it to be the major version instead 2.6 2. Added a MajorUpgrade element to prevent downgrade, and do the proper thing on upgrade Minor: The Wix uses the same upgrade code for each MSI, these should be unique per flavor
* SERVER-12897, SERVER-12894: Various MSI FixesMark Benvenuto2014-02-283-8/+23
| | | | | 1. Fix icon in Add/Remove Programs 2. Community = Install directory is wrong - it includes the word "Legacy"
* SERVER-12030 Only reference SNMP directory for enterprise MSI'sErnie Hershey2014-02-271-4/+4
| | | | | This fixes the recent windows-32 build failure. I verified it with a patch build against all the windows builders.
* SERVER-12030 Have MSI put SNMP docs in snmp directoryErnie Hershey2014-02-262-0/+10
|
* SERVER-11106 Detect non-enterprise MSI configurationsErnie Hershey2014-02-123-14/+48
|
* SERVER-12487 install new MIB files in Enterprise Windows installerEric Milkie2014-02-051-7/+12
|
* SERVER-12013: Do not ship C++ driver binary on Windows.Mark Benvenuto2014-01-293-82/+3
|
* SERVER-11945 - Ensure c++ driver header files are installed into ↵Sridhar Nanjundeswaran2013-12-061-1/+3
| | | | Driver/include/mongo. include/mongo is now created as part of the installer as opposed to relying on the scons generated DriverInclude.wxs to include the directory structure.
* SERVER-10900 - When building MSI for enterprise edition use third party ↵Sridhar Nanjundeswaran2013-12-051-11/+11
| | | | notices file from enterprise repository
* SERVER-11459 - Renamed driver header files directory to includeSridhar Nanjundeswaran2013-11-041-1/+1
|
* SERVER-10870 - Replaced reference to mongod.conf with references to ↵Sridhar Nanjundeswaran2013-10-281-3/+8
| | | | mongodb.conf.master and mongodb.conf.subagent
* 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-232-2/+7
|
* SERVER-10830 temporarily hardcode the WiX path because Cygwin doesn't work ↵Eric Milkie2013-10-161-4/+4
| | | | well with environment vars
* SERVER-11108 - non enterprise builds are not workingSridhar Nanjundeswaran2013-10-113-12/+10
|
* SERVER-10830 use WIX env variable to find WIXEric Milkie2013-10-111-1/+1
|
* SERVER-10883 - different install directories for 2008R2+ and non 2008R2 buildsSridhar Nanjundeswaran2013-10-101-1/+5
|
* SERVER-10830 msi builder as an scons targetEric Milkie2013-10-096-0/+499