summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2019-04-01 16:35:06 -0400
committerSpencer Jackson <spencer.jackson@mongodb.com>2019-06-14 13:32:10 -0400
commitc493c73b24cee4dc202fd972e951ab3dbd67e284 (patch)
tree3c586228b10b8d8fbc53c2eee22c2e65b2bb173d
parent1e02fdb576d8167562587cd18c5c7132e9675639 (diff)
downloadmongo-c493c73b24cee4dc202fd972e951ab3dbd67e284.tar.gz
SERVER-41743 Add banner to MSI
(cherry picked from commit 9f973418a578bf0b4643908f5af2af972a086c92) (cherry picked from commit b080c0eb93a62ffed80a964d5a39766c85c2a41c)
-rw-r--r--src/mongo/installer/msi/wxs/LicensingFragment.wxs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/installer/msi/wxs/LicensingFragment.wxs b/src/mongo/installer/msi/wxs/LicensingFragment.wxs
index 2b522d06e70..103e0ce91ba 100644
--- a/src/mongo/installer/msi/wxs/LicensingFragment.wxs
+++ b/src/mongo/installer/msi/wxs/LicensingFragment.wxs
@@ -22,6 +22,10 @@
DiskId ="1" />
</Component>
<?endif?>
+ <Component Id="c_ThirdpartyGotools" Guid="7A83B4DF-0D78-4594-8912-30310A3BAEEB">
+ <File Id="f_ThirdpartyGotools" Name="THIRD-PARTY-NOTICES.gotools" Source="$(var.ToolBinarySource)\distsrc\THIRD-PARTY-NOTICES.gotools"
+ DiskId ="1" KeyPath="yes" />
+ </Component>
<Component Id="c_Readme" Guid="12C17EA1-075C-4A1D-9554-F3B5A2A94874">
<File Id="f_Readme" Name="README" Source="$(var.LicenseSource)\README"
DiskId ="1" />
@@ -41,6 +45,7 @@
<ComponentGroup Id="cg_License">
<ComponentRef Id="c_Readme"/>
<ComponentRef Id="c_Thirdparty"/>
+ <ComponentRef Id="c_ThirdpartyGotools"/>
<ComponentRef Id="c_License"/>
<ComponentRef Id="c_InstallKey"/>
<ComponentRef Id="c_MPL2"/>