summaryrefslogtreecommitdiff
path: root/src/mongo/installer
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2014-02-27 12:43:23 -0500
committerErnie Hershey <ernie.hershey@10gen.com>2014-02-27 12:43:23 -0500
commit61fd3312022a49e44c9a2abd97554a941891d437 (patch)
tree43a6864013f0da39499b434dbcfba63422f505b6 /src/mongo/installer
parentd9c5f2c2c0872519c68ec9200df9ff5ee7e7b071 (diff)
downloadmongo-61fd3312022a49e44c9a2abd97554a941891d437.tar.gz
SERVER-12030 Only reference SNMP directory for enterprise MSI's
This fixes the recent windows-32 build failure. I verified it with a patch build against all the windows builders.
Diffstat (limited to 'src/mongo/installer')
-rw-r--r--src/mongo/installer/msi/wxs/BinaryFragment.wxs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/installer/msi/wxs/BinaryFragment.wxs b/src/mongo/installer/msi/wxs/BinaryFragment.wxs
index 3d4d8fcb504..ccb3b3a7bc5 100644
--- a/src/mongo/installer/msi/wxs/BinaryFragment.wxs
+++ b/src/mongo/installer/msi/wxs/BinaryFragment.wxs
@@ -89,8 +89,8 @@
</Component>
<?endif ?>
</DirectoryRef>
- <DirectoryRef Id="SNMP">
- <?if $(var.Edition) = Enterprise ?>
+ <?if $(var.Edition) = Enterprise ?>
+ <DirectoryRef Id="SNMP">
<Component Id="c_snmpReadme" Guid="B968FBAC-1813-4039-9FED-A607A0E4CBB3">
<File Id="f_snmpReadme" Name="README-snmp.txt" Source="$(var.EnterpriseBase)\docs\README-snmp.txt"
DiskId="1" KeyPath="yes" />
@@ -111,8 +111,8 @@
<File Id="f_snmpMongodbincMib" Name="MONGODBINC-MIB.txt" Source="$(var.EnterpriseBase)\docs\MONGODBINC-MIB.txt"
DiskId="1" KeyPath="yes" />
</Component>
- <?endif ?>
- </DirectoryRef>
+ </DirectoryRef>
+ <?endif ?>
<!--
Only use VC redistributable on builds with /MD - for now, just Enterprise