summaryrefslogtreecommitdiff
path: root/buildscripts/packaging
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-04-16 16:22:56 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-04-16 16:24:36 -0400
commita64b7af35ab0463276645e8d4637569c0ccdfd73 (patch)
tree7563570e32b85ef4f800afe7a60233ea0e73b5ee /buildscripts/packaging
parent0cb8dc2a3cefd3be1df6742516e92c330a4e4789 (diff)
downloadmongo-a64b7af35ab0463276645e8d4637569c0ccdfd73.tar.gz
SERVER-17755 Remove legacy code from build system
Diffstat (limited to 'buildscripts/packaging')
-rwxr-xr-xbuildscripts/packaging/msi/MongoDB.wixproj60
-rwxr-xr-xbuildscripts/packaging/msi/MongoDBMsi.sln51
-rwxr-xr-xbuildscripts/packaging/msi/MongoDB_64.wixproj70
-rwxr-xr-xbuildscripts/packaging/msi/README.md36
-rwxr-xr-xbuildscripts/packaging/msi/build32bitmsi.bat100
-rw-r--r--buildscripts/packaging/msi/build64bit2008R2msi.bat37
-rwxr-xr-xbuildscripts/packaging/msi/build64bitmsi.bat37
-rw-r--r--buildscripts/packaging/msi/buildenterprisemsi.bat63
8 files changed, 0 insertions, 454 deletions
diff --git a/buildscripts/packaging/msi/MongoDB.wixproj b/buildscripts/packaging/msi/MongoDB.wixproj
deleted file mode 100755
index 3149b72d1f8..00000000000
--- a/buildscripts/packaging/msi/MongoDB.wixproj
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>3.5</ProductVersion>
- <ProjectGuid>{fc40ea06-5d8c-4edf-9e19-a0bdd9a3a7d5}</ProjectGuid>
- <SchemaVersion>2.0</SchemaVersion>
- <OutputName>MongoDB_$(Version)_x86_Standard</OutputName>
- <OutputType>Package</OutputType>
- <DefineSolutionProperties>false</DefineSolutionProperties>
- <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
- <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
- <ProductId Condition=" '$(ProductId)' == '' ">*</ProductId>
- <UpgradeCode Condition=" '$(UpgradeCode)' == '' ">867C1D1D-2040-4E90-B04E-1158F9CBDE96</UpgradeCode>
- <Name>MongoDB</Name>
- <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
- <IntermediateOutputPath>obj\$(Configuration)\$(Platform)\</IntermediateOutputPath>
- <TreatWarningsAsErrors>True</TreatWarningsAsErrors>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <VerboseOutput>True</VerboseOutput>
- </PropertyGroup>
- <PropertyGroup>
- <ClientSource Condition=" '$(ClientSource)' == '' ">..\..\..\build\win32\normal\clientlib</ClientSource>
- <License Condition=" '$(License)' == '' ">..\..\..\distsrc</License>
- <Source Condition=" '$(Source)' == '' ">..\..\..\build\win32\normal\mongo</Source>
- <Version Condition=" '$(Version)' == '' ">2.4.0</Version>
- <ClientHeaderSource Condition=" '$(ClientHeaderSource)' == '' ">..\..\..\build\win32\normal\clientlib\include</ClientHeaderSource>
- <DefineConstants>MongoDBVersion=$(Version);LicenseSource=$(License);BinarySource=$(Source);Edition=Standard;ProductId=$(ProductId);UpgradeCode=$(UpgradeCode);ClientSource=$(ClientSource);ClientHeaderSource=$(ClientHeaderSource)</DefineConstants>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="..\..\..\src\mongo\installer\msi\wxs\BinaryFragment.wxs" />
- <Compile Include="..\..\..\src\mongo\installer\msi\wxs\FeatureFragment.wxs" />
- <Compile Include="..\..\..\src\mongo\installer\msi\wxs\LicensingFragment.wxs" />
- <Compile Include="..\..\..\src\mongo\installer\msi\wxs\Installer.wxs" />
- <Compile Include="$(OutputPath)DriverInclude.wxs" />
- </ItemGroup>
- <ItemGroup>
- <WixExtension Include="WixUIExtension">
- <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
- <Name>WixUIExtension</Name>
- </WixExtension>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="wxs\" />
- </ItemGroup>
- <Import Project="$(WixTargetsPath)" />
- <PropertyGroup>
- <PreBuildEvent>"%WIX%\bin\heat.exe" dir $(ClientHeaderSource) -gg -g1 -frag -cg cg_DriverHeaders -nologo -directoryid -out DriverInclude.wxs -dr Header -srd -var var.ClientHeaderSource</PreBuildEvent>
- </PropertyGroup>
- <!--
- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Wix.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
-</Project>
diff --git a/buildscripts/packaging/msi/MongoDBMsi.sln b/buildscripts/packaging/msi/MongoDBMsi.sln
deleted file mode 100755
index a029e91ce5b..00000000000
--- a/buildscripts/packaging/msi/MongoDBMsi.sln
+++ /dev/null
@@ -1,51 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "MongoDB", "MongoDB.wixproj", "{FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}"
-EndProject
-Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "MongoDB_64", "MongoDB_64.wixproj", "{FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E84BEF1-F2D9-4A6B-B102-EC941AF313AF}"
- ProjectSection(SolutionItems) = preProject
- build32bitmsi.bat = build32bitmsi.bat
- build64bit2008R2msi.bat = build64bit2008R2msi.bat
- build64bitmsi.bat = build64bitmsi.bat
- buildenterprisemsi.bat = buildenterprisemsi.bat
- README.md = README.md
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Mixed Platforms = Debug|Mixed Platforms
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|Mixed Platforms = Release|Mixed Platforms
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Debug|Mixed Platforms.Build.0 = Debug|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Debug|x64.ActiveCfg = Debug|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Debug|x86.ActiveCfg = Debug|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Debug|x86.Build.0 = Debug|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Release|Mixed Platforms.ActiveCfg = Release|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Release|Mixed Platforms.Build.0 = Release|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Release|x64.ActiveCfg = Release|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Release|x86.ActiveCfg = Release|x86
- {FC40EA06-5D8C-4EDF-9E19-A0BDD9A3A7D5}.Release|x86.Build.0 = Release|x86
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Debug|Mixed Platforms.Build.0 = Debug|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Debug|x64.ActiveCfg = Debug|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Debug|x64.Build.0 = Debug|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Debug|x86.ActiveCfg = Debug|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Release|Mixed Platforms.ActiveCfg = Release|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Release|Mixed Platforms.Build.0 = Release|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Release|x64.ActiveCfg = Release|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Release|x64.Build.0 = Release|x64
- {FA9DF7FC-A283-4EB8-B0C6-F9FA31E22CBC}.Release|x86.ActiveCfg = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/buildscripts/packaging/msi/MongoDB_64.wixproj b/buildscripts/packaging/msi/MongoDB_64.wixproj
deleted file mode 100755
index d3c3be6dcae..00000000000
--- a/buildscripts/packaging/msi/MongoDB_64.wixproj
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x64</Platform>
- <ProductVersion>3.5</ProductVersion>
- <ProjectGuid>{fa9df7fc-a283-4eb8-b0c6-f9fa31e22cbc}</ProjectGuid>
- <SchemaVersion>2.0</SchemaVersion>
- <OutputName>MongoDB_$(Version)_x64_$(Flavor)_$(Edition)</OutputName>
- <OutputType>Package</OutputType>
- <DefineSolutionProperties>false</DefineSolutionProperties>
- <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
- <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
- <Name>MongoDB</Name>
- <OutputPath>bin\$(Configuration)\$(Platform)\$(Flavor)\$(Edition)\</OutputPath>
- <IntermediateOutputPath>obj\$(Configuration)\$(Platform)\$(Flavor)\$(Edition)\</IntermediateOutputPath>
- <TreatWarningsAsErrors>True</TreatWarningsAsErrors>
- <ProductId Condition=" '$(ProductId)' == '' ">*</ProductId>
- <UpgradeCode Condition=" '$(UpgradeCode)' == '' ">FCF901F6-E963-40B1-9A17-978242068587</UpgradeCode>
- </PropertyGroup>
- <PropertyGroup>
- <ClientSource Condition=" '$(ClientSource)' == '' ">..\..\..\build\win32\64\client_build</ClientSource>
- <Edition Condition=" '$(Edition)' == '' ">Standard</Edition>
- <Flavor Condition=" '$(Flavor)' == '' ">2008R2Plus</Flavor>
- <License Condition=" '$(License)' == '' ">..\..\..\distsrc</License>
- <EnterpriseBase Condition=" '$(EnterpriseBase)' == '' ">..\..\..\src\mongo\db\modules\subscription</EnterpriseBase>
- <SaslSource Condition=" '$(SaslSource)' == '' ">..\..\..\build\win32\64\mongo</SaslSource>
- <SnmpSource Condition=" '$(SnmpSource)' == '' ">..\..\..\build\win32\64\mongo</SnmpSource>
- <Source Condition=" '$(Source)' == '' ">..\..\..\build\win32\64\mongo</Source>
- <SslSource Condition=" '$(SslSource)' == '' ">..\..\..\build\win32\64\mongo</SslSource>
- <Version Condition=" '$(Version)' == '' ">2.4.0</Version>
- <MergeModulesBasePath Condition=" '$(MergeModulesBasePath)' == '' ">C:\Program Files (x86)\Common Files\Merge Modules</MergeModulesBasePath>
- <ClientHeaderSource Condition=" '$(ClientHeaderSource)' == '' ">..\..\..\build\win32\normal\clientlib\include</ClientHeaderSource>
- <DefineConstants>MongoDBVersion=$(Version);LicenseSource=$(License);BinarySource=$(Source);Edition=$(Edition);SaslSource=$(SaslSource);SslSource=$(SslSource);SnmpSource=$(SnmpSource);ProductId=$(ProductId);UpgradeCode=$(UpgradeCode);Flavor=$(Flavor);ClientSource=$(ClientSource);EnterpriseBase=$(EnterpriseBase);ClientHeaderSource=$(ClientHeaderSource);MergeModulesBasePath=$(MergeModulesBasePath)</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
- <VerboseOutput>True</VerboseOutput>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Edition)' == 'Enterprise' ">
- <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="..\..\..\src\mongo\installer\msi\wxs\BinaryFragment.wxs" />
- <Compile Include="..\..\..\src\mongo\installer\msi\wxs\FeatureFragment.wxs" />
- <Compile Include="..\..\..\src\mongo\installer\msi\wxs\Installer_64.wxs" />
- <Compile Include="..\..\..\src\mongo\installer\msi\wxs\LicensingFragment.wxs" />
- <Compile Include="$(OutputPath)DriverInclude.wxs" />
- </ItemGroup>
- <ItemGroup>
- <WixExtension Include="WixUIExtension">
- <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
- <Name>WixUIExtension</Name>
- </WixExtension>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="wxs\" />
- </ItemGroup>
- <Import Project="$(WixTargetsPath)" />
- <PropertyGroup>
- <PreBuildEvent>"%WIX%\bin\heat.exe" dir "$(ClientHeaderSource)" -gg -g1 -frag -cg cg_DriverHeaders -nologo -directoryid -out DriverInclude.wxs -dr Header -srd -var var.ClientHeaderSource</PreBuildEvent>
- </PropertyGroup>
- <!--
- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Wix.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
-</Project>
diff --git a/buildscripts/packaging/msi/README.md b/buildscripts/packaging/msi/README.md
deleted file mode 100755
index 93e6a593114..00000000000
--- a/buildscripts/packaging/msi/README.md
+++ /dev/null
@@ -1,36 +0,0 @@
-## 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
diff --git a/buildscripts/packaging/msi/build32bitmsi.bat b/buildscripts/packaging/msi/build32bitmsi.bat
deleted file mode 100755
index 7fdf970eb7e..00000000000
--- a/buildscripts/packaging/msi/build32bitmsi.bat
+++ /dev/null
@@ -1,100 +0,0 @@
-@ECHO OFF
-
-SET VERSION=2.4.0
-SET BINDIR=..\..\..\build\win32\normal\mongo
-SET CLIENTLIBDIR=..\..\..\build\win32\normal\client_build
-SET LICENSEDIR=..\..\..\distsrc
-SET CLIENTHEADERDIR=..\..\..\build\win32\normal\client_build\include
-SET WIXBINDIR=C:\Program Files (x86)\WiX Toolset v3.7\bin
-
-SET PLATFORM=x86
-SET GENERATEDWXSDIR=.\wxs
-SET EDITION=Standard
-SET CONFIGURATION=Release
-SET OUTPUTOBJDIR=obj\%CONFIGURATION%\%PLATFORM%\
-SET OUTPUTBINDIR=bin\%CONFIGURATION%\%PLATFORM%\
-SET PROJECTDIR=C:\git\sridharn\mongo\buildscripts\packaging\msi\
-SET TARGETNAME=MongoDB_%VERSION%_%PLATFORM%_%EDITION%
-
-:loop
-IF NOT "%1"=="" (
- IF "%1"=="-version" (
- SET VERSION=%2
- SHIFT
- )
- IF "%1"=="-bindir" (
- SET BINDIR=%2
- SHIFT
- )
- IF "%1"=="-licensedir" (
- SET LICENSEDIR=%2
- SHIFT
- )
- IF "%1"=="-clientlibdir" (
- SET CLIENTLIBDIR=%2
- SHIFT
- )
- IF "%1"=="-clientheaderdir" (
- SET CLIENTHEADERDIR=%2
- SHIFT
- )
- IF "%1"=="-wixbindir" (
- SET WIXBINDIR=%2
- SHIFT
- )
- IF "%1"=="-generatedwxsdir" (
- SET GENERATEDWXSDIR=%2
- SHIFT
- )
- SHIFT
- GOTO :loop
-)
-
-REM ECHO Building msi for version %VERSION% with binaries from %BINDIR% and license files from %LICENSEDIR%
-REM %WINDIR%\Microsoft.NET\Framework64\v4.0.30319\msbuild /p:Configuration=Release;Version=%VERSION%;License=%LICENSEDIR%;
-REM Source=%BINDIR%;ClientSource=%CLIENTLIBDIR%;ClientHeaderSource=%CLIENTHEADERDIR% MongoDB.wixproj
-
-ECHO Generating %GENERATEDWXSDIR%\DriverInclude.wxs from sources at %CLIENTHEADERDIR%
-"%WIXBINDIR%\heat.exe" dir %CLIENTHEADERDIR% -gg -g1 -frag -cg cg_DriverHeaders -nologo -directoryid -out %GENERATEDWXSDIR%\DriverInclude.wxs -dr Header -srd -var var.ClientHeaderSource
-
-ECHO Compiling wxs files to obj
-"%WIXBINDIR%\candle.exe" -wx^
- -dMongoDBVersion=%VERSION%^
- -dLicenseSource=%LICENSEDIR%^
- -dBinarySource=%BINDIR%^
- -dEdition=%EDITION%^
- -d"ProductId=*"^
- -dUpgradeCode=867C1D1D-2040-4E90-B04E-1158F9CBDE96^
- -dClientSource=%CLIENTLIBDIR%^
- -dClientHeaderSource=%CLIENTHEADERDIR%^
- -dConfiguration=%CONFIGURATION%^
- -dOutDir=%OUTPUTBINDIR%^
- -dPlatform=%PLATFORM%^
- -dProjectDir=%PROJECTDIR%^
- -dProjectExt=.wixproj^
- -dProjectFileName=MongoDB.wixproj^
- -dProjectName=MongoDB^
- -dProjectPath=%PROJECTDIR%\MongoDB.wixproj^
- -dTargetDir=%OUTPUTBINDIR%^
- -dTargetExt=.msi^
- -dTargetFileName=%TARGETNAME%.msi^
- -dTargetName=%TARGETNAME%^
- -dTargetPath=%OUTPUTBINDIR%\%TARGETNAME%.msi^
- -out %OUTPUTOBJDIR%^
- -arch %PLATFORM%^
- -ext "%WIXBINDIR%\WixUIExtension.dll"^
- wxs\BinaryFragment.wxs wxs\FeatureFragment.wxs wxs\LicensingFragment.wxs wxs\Installer.wxs %GENERATEDWXSDIR%\DriverInclude.wxs
-
-ECHO Linking to msi
-"%WIXBINDIR%\Light.exe"^
- -out %OUTPUTBINDIR%\%TARGETNAME%.msi^
- -pdbout %OUTPUTBINDIR%\%TARGETNAME%.wixpdb^
- -wx -cultures:null^
- -ext "%WIXBINDIR%\WixUIExtension.dll"^
- -contentsfile %OUTPUTOBJDIR%\MongoDB.wixproj.BindContentsFileListnull.txt^
- -outputsfile %OUTPUTOBJDIR%\MongoDB.wixproj.BindOutputsFileListnull.txt^
- -builtoutputsfile %OUTPUTOBJDIR%\MongoDB.wixproj.BindBuiltOutputsFileListnull.txt^
- -wixprojectfile %PROJECTDIR%\MongoDB.wixproj^
- %OUTPUTOBJDIR%\BinaryFragment.wixobj %OUTPUTOBJDIR%\FeatureFragment.wixobj^
- %OUTPUTOBJDIR%\\LicensingFragment.wixobj %OUTPUTOBJDIR%\Installer.wixobj^
- %OUTPUTOBJDIR%\DriverInclude.wixobj
diff --git a/buildscripts/packaging/msi/build64bit2008R2msi.bat b/buildscripts/packaging/msi/build64bit2008R2msi.bat
deleted file mode 100644
index 1dc0938ea94..00000000000
--- a/buildscripts/packaging/msi/build64bit2008R2msi.bat
+++ /dev/null
@@ -1,37 +0,0 @@
-@ECHO OFF
-SET VERSION=2.4.0
-SET BINDIR=..\..\..\build\win32\64\mongo
-SET CLIENTLIBDIR=..\..\..\build\win32\64\client_build
-SET LICENSEDIR=..\..\..\distsrc
-SET EDITION=Standard
-SET FLAVOR=2008R2Plus
-SET CLIENTHEADERDIR=..\..\..\build\win32\normal\client_build\include
-
-:loop
-IF NOT "%1"=="" (
- IF "%1"=="-version" (
- SET VERSION=%2
- SHIFT
- )
- IF "%1"=="-bindir" (
- SET BINDIR=%2
- SHIFT
- )
- IF "%1"=="-licensedir" (
- SET LICENSEDIR=%2
- SHIFT
- )
- IF "%1"=="-clientlibdir" (
- SET CLIENTLIBDIR=%2
- SHIFT
- )
- IF "%1"=="-clientheaderdir" (
- SET CLIENTHEADERDIR=%2
- SHIFT
- )
- SHIFT
- GOTO :loop
-)
-
-ECHO Building msi for version %VERSION% with binaries from %BINDIR% and license files from %LICENSEDIR%
-%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\msbuild /p:Configuration=Release;Version=%VERSION%;License=%LICENSEDIR%;Source=%BINDIR%;Edition=%EDITION%;Flavor=%FLAVOR%;ClientSource=%CLIENTLIBDIR%;ClientHeaderSource=%CLIENTHEADERDIR% MongoDB_64.wixproj \ No newline at end of file
diff --git a/buildscripts/packaging/msi/build64bitmsi.bat b/buildscripts/packaging/msi/build64bitmsi.bat
deleted file mode 100755
index ccc6f83f9fa..00000000000
--- a/buildscripts/packaging/msi/build64bitmsi.bat
+++ /dev/null
@@ -1,37 +0,0 @@
-@ECHO OFF
-SET VERSION=2.4.0
-SET BINDIR=..\..\..\build\win32\64\mongo
-SET CLIENTLIBDIR=..\..\..\build\win32\64\client_build
-SET LICENSEDIR=..\..\..\distsrc
-SET EDITION=Standard
-SET FLAVOR=2008
-SET CLIENTHEADERDIR=..\..\..\build\win32\normal\client_build\include
-
-:loop
-IF NOT "%1"=="" (
- IF "%1"=="-version" (
- SET VERSION=%2
- SHIFT
- )
- IF "%1"=="-bindir" (
- SET BINDIR=%2
- SHIFT
- )
- IF "%1"=="-licensedir" (
- SET LICENSEDIR=%2
- SHIFT
- )
- IF "%1"=="-clientlibdir" (
- SET CLIENTLIBDIR=%2
- SHIFT
- )
- IF "%1"=="-clientheaderdir" (
- SET CLIENTHEADERDIR=%2
- SHIFT
- )
- SHIFT
- GOTO :loop
-)
-
-ECHO Building msi for version %VERSION% with binaries from %BINDIR% and license files from %LICENSEDIR%
-%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\msbuild /p:Configuration=Release;Version=%VERSION%;License=%LICENSEDIR%;Source=%BINDIR%;Edition=%EDITION%;Flavor=%FLAVOR%;ClientSource=%CLIENTLIBDIR%;ClientHeaderSource=%CLIENTHEADERDIR% MongoDB_64.wixproj \ No newline at end of file
diff --git a/buildscripts/packaging/msi/buildenterprisemsi.bat b/buildscripts/packaging/msi/buildenterprisemsi.bat
deleted file mode 100644
index c9bba5bf73d..00000000000
--- a/buildscripts/packaging/msi/buildenterprisemsi.bat
+++ /dev/null
@@ -1,63 +0,0 @@
-@ECHO OFF
-SET VERSION=2.6.0
-SET BINDIR=..\..\..\build\win32\64\dynamic-windows\extrapathdyn_c__Utils_sasl_c__Utils_snmp_c__Utils_ssl\release\ssl\mongo
-SET CLIENTLIBDIR=..\..\..\build\win32\64\dynamic-windows\extrapathdyn_c__Utils_sasl_c__Utils_snmp_c__Utils_ssl\release\ssl\client_build
-SET LICENSEDIR=..\..\..\distsrc
-SET ENTERPRISEBASEDIR=..\..\..\src\mongo\db\modules\subscription
-SET EDITION=Enterprise
-SET FLAVOR=2008R2Plus
-SET SASLDIR=..\..\..\..\..\..\Utils\sasl\bin
-SET OPENSSLDIR=..\..\..\..\..\..\Utils\openssl\bin
-SET SNMPDIR=..\..\..\..\..\..\Utils\snmp\bin
-SET CLIENTHEADERDIR=..\..\..\build\win32\normal\client_build\include
-SET MERGEMODULESBASEPATH="C:\Program Files (x86)\Common Files\Merge Modules"
-
-:loop
-IF NOT "%1"=="" (
- IF "%1"=="-version" (
- SET VERSION=%2
- SHIFT
- )
- IF "%1"=="-bindir" (
- SET BINDIR=%2
- SHIFT
- )
- IF "%1"=="-licensedir" (
- SET LICENSEDIR=%2
- SHIFT
- )
- IF "%1"=="-sasldir" (
- SET SASLDIR=%2
- SHIFT
- )
- IF "%1"=="-openssldir" (
- SET OPENSSLDIR=%2
- SHIFT
- )
- IF "%1"=="-snmpdir" (
- SET SNMPDIR=%2
- SHIFT
- )
- IF "%1"=="-clientlibdir" (
- SET CLIENTLIBDIR=%2
- SHIFT
- )
- IF "%1"=="-enterprisebasedir" (
- SET ENTERPRISEBASEDIR=%2
- SHIFT
- )
- IF "%1"=="-clientheaderdir" (
- SET CLIENTHEADERDIR=%2
- SHIFT
- )
- IF "%1"=="-mergemodulesbasepath" (
- SET MERGEMODULESBASEPATH=%2
- SHIFT
- )
- SHIFT
- GOTO :loop
-)
-
-ECHO Building enterprise msi for version %VERSION% with binaries from %BINDIR%, sasl from %SASLDIR%, ssl from %OPENSSLDIR%, snmp from %SNMPDIR% and license files from %LICENSEDIR%
-
-%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\msbuild /p:Configuration=Release;Version=%VERSION%;License=%LICENSEDIR%;Source=%BINDIR%;SaslSource=%SASLDIR%;SnmpSource=%SNMPDIR%;SslSource=%OPENSSLDIR%;Edition=%EDITION%;Flavor=%FLAVOR%;ClientSource=%CLIENTLIBDIR%;EnterpriseBase=%ENTERPRISEBASEDIR%;ClientHeaderSource=%CLIENTHEADERDIR%;MergeModulesBasePath=%MERGEMODULESBASEPATH% MongoDB_64.wixproj