summaryrefslogtreecommitdiff
path: root/src/mongo/installer/msi/wxs/FeatureFragment.wxs
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2019-05-10 12:34:01 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2019-05-10 12:34:01 -0400
commit6e62efce6a5ff27ba593dcdda6cf5c4b3e61380b (patch)
tree590a85ec2fcacdbbfeb97f40d99ed14a4d344bac /src/mongo/installer/msi/wxs/FeatureFragment.wxs
parente06d151dcbe0aa26167add972f9249e57e654efa (diff)
downloadmongo-6e62efce6a5ff27ba593dcdda6cf5c4b3e61380b.tar.gz
SERVER-40853 Remove OpenSSL from Windows Packages
Diffstat (limited to 'src/mongo/installer/msi/wxs/FeatureFragment.wxs')
-rw-r--r--src/mongo/installer/msi/wxs/FeatureFragment.wxs25
1 files changed, 2 insertions, 23 deletions
diff --git a/src/mongo/installer/msi/wxs/FeatureFragment.wxs b/src/mongo/installer/msi/wxs/FeatureFragment.wxs
index d5454248ab7..1cda49bae1e 100644
--- a/src/mongo/installer/msi/wxs/FeatureFragment.wxs
+++ b/src/mongo/installer/msi/wxs/FeatureFragment.wxs
@@ -29,13 +29,10 @@
<ComponentRef Id="c_mongod"/>
<ComponentRef Id="c_mongodPdb"/>
<ComponentRef Id="c_mongodCfg"/>
-
+
<?if $(var.Edition) = Enterprise ?>
<ComponentGroupRef Id="cg_EnterpriseServer" />
<?endif ?>
- <?if $(var.Edition) = SSL ?>
- <ComponentGroupRef Id="cg_SSLBase" />
- <?endif ?>
</Feature>
<Feature Id="ServerService"
Title ="ServerService"
@@ -48,13 +45,10 @@
<ComponentRef Id="c_MONGO_LOG_PATH"/>
<ComponentRef Id="c_mongodPdb"/>
<ComponentRef Id="c_mongodCfg"/>
-
+
<?if $(var.Edition) = Enterprise ?>
<ComponentGroupRef Id="cg_EnterpriseServer" />
<?endif ?>
- <?if $(var.Edition) = SSL ?>
- <ComponentGroupRef Id="cg_SSLBase" />
- <?endif ?>
</Feature>
<Feature Id="Client"
Title ="Client"
@@ -64,9 +58,6 @@
<?if $(var.Edition) = Enterprise ?>
<ComponentGroupRef Id="cg_EnterpriseBase" />
<?endif ?>
- <?if $(var.Edition) = SSL ?>
- <ComponentGroupRef Id="cg_SSLBase" />
- <?endif ?>
</Feature>
<Feature Id="MonitoringTools"
Title ="Monitoring Tools"
@@ -77,9 +68,6 @@
<?if $(var.Edition) = Enterprise ?>
<ComponentGroupRef Id="cg_EnterpriseBase" />
<?endif ?>
- <?if $(var.Edition) = SSL ?>
- <ComponentGroupRef Id="cg_SSLBase" />
- <?endif ?>
</Feature>
<Feature Id="ImportExportTools"
Title ="Import/Export Tools"
@@ -92,9 +80,6 @@
<?if $(var.Edition) = Enterprise ?>
<ComponentGroupRef Id="cg_EnterpriseBase" />
<?endif ?>
- <?if $(var.Edition) = SSL ?>
- <ComponentGroupRef Id="cg_SSLBase" />
- <?endif ?>
</Feature>
<Feature Id="Router"
Title ="Router"
@@ -105,9 +90,6 @@
<?if $(var.Edition) = Enterprise ?>
<ComponentGroupRef Id="cg_EnterpriseBase" />
<?endif ?>
- <?if $(var.Edition) = SSL ?>
- <ComponentGroupRef Id="cg_SSLBase" />
- <?endif ?>
</Feature>
<Feature Id="MiscellaneousTools"
Title ="Miscellaneous Tools"
@@ -120,9 +102,6 @@
<ComponentRef Id="c_mongodecrypt"/>
<ComponentRef Id="c_mongoldap"/>
<?endif ?>
- <?if $(var.Edition) = SSL ?>
- <ComponentGroupRef Id="cg_SSLBase" />
- <?endif ?>
</Feature>
<?if $(var.Edition) = Enterprise ?>
<Feature Id="MongoCryptD"