summaryrefslogtreecommitdiff
path: root/src/mongo/installer/msi/wxs/FeatureFragment.wxs
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2021-08-16 14:45:11 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-16 15:15:20 +0000
commitb7ea2cf24aacb0ac13b6dbae95990b5900a08fe7 (patch)
treeefeaf5983fcb6e023fd5ab3f72b97bf8112462b5 /src/mongo/installer/msi/wxs/FeatureFragment.wxs
parent0d9c8e78185156a008f5c4557188fa9ecbbdc36b (diff)
downloadmongo-b7ea2cf24aacb0ac13b6dbae95990b5900a08fe7.tar.gz
SERVER-59135 Make mongocryptd targets in MSIs depend on libsasl2
Diffstat (limited to 'src/mongo/installer/msi/wxs/FeatureFragment.wxs')
-rw-r--r--src/mongo/installer/msi/wxs/FeatureFragment.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/installer/msi/wxs/FeatureFragment.wxs b/src/mongo/installer/msi/wxs/FeatureFragment.wxs
index 1bdbd95d20f..f1cfcadcbe2 100644
--- a/src/mongo/installer/msi/wxs/FeatureFragment.wxs
+++ b/src/mongo/installer/msi/wxs/FeatureFragment.wxs
@@ -87,6 +87,7 @@
Level ="1">
<ComponentRef Id="c_mongocryptd"/>
<ComponentRef Id="c_mongocryptdPdb"/>
+ <ComponentGroupRef Id="cg_EnterpriseBase" />
</Feature>
<?endif ?>
</Feature>