summaryrefslogtreecommitdiff
path: root/src/mongo/installer/msi/wxs/FeatureFragment.wxs
diff options
context:
space:
mode:
authorAdam Cooper <adam.cooper@mongodb.com>2020-11-03 13:59:29 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-04 18:55:11 +0000
commit3970e75445ca03958e86b71b6a2145486526c350 (patch)
treed0a2c26fa15c2b5f80cd7df8504e2b76ecd340ea /src/mongo/installer/msi/wxs/FeatureFragment.wxs
parent3509b1b58532dd7134c4d0610bba8867f60622d9 (diff)
downloadmongo-3970e75445ca03958e86b71b6a2145486526c350.tar.gz
SERVER-50576 mongokerberos utility is missing in the MSI installer
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 16c51fe3149..1bdbd95d20f 100644
--- a/src/mongo/installer/msi/wxs/FeatureFragment.wxs
+++ b/src/mongo/installer/msi/wxs/FeatureFragment.wxs
@@ -76,6 +76,7 @@
<?if $(var.Edition) = Enterprise ?>
<ComponentGroupRef Id="cg_EnterpriseBase" />
<ComponentRef Id="c_mongodecrypt"/>
+ <ComponentRef Id="c_mongokerberos"/>
<ComponentRef Id="c_mongoldap"/>
<?endif ?>
</Feature>