summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neben <alexander.neben@mongodb.com>2022-05-11 14:42:01 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-11 16:32:01 +0000
commitca933f3c06998bd68a792a372305e98ea6402cdc (patch)
treefd68d05d158d213b6394e35d8a0356aab1364545
parent08362ea0dc60bb3c6420f8573cebfb56cadc546b (diff)
downloadmongo-ca933f3c06998bd68a792a372305e98ea6402cdc.tar.gz
SERVER-66113 Add link to mongo shell in enterprise install
(cherry picked from commit 5f5b619e60fd42e286a68e0e98740c269ec7db12)
-rw-r--r--src/mongo/installer/msi/wxs/UIFragment.wxs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/installer/msi/wxs/UIFragment.wxs b/src/mongo/installer/msi/wxs/UIFragment.wxs
index 6775c80cb78..f80c64861b4 100644
--- a/src/mongo/installer/msi/wxs/UIFragment.wxs
+++ b/src/mongo/installer/msi/wxs/UIFragment.wxs
@@ -39,6 +39,9 @@
<Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" TabSkip="yes" Disabled="yes" />
<Control Id="TypicalText" Type="Text" X="60" Y="85" Width="280" Height="20" Text="All program features will be installed. Requires the most disk space. Recommended for most users." TabSkip="yes" />
<Control Id="CustomText" Type="Text" X="60" Y="138" Width="280" Height="30" Text="Allows users to choose which program features will be installed and where they will be installed. Recommended for advanced users." TabSkip="yes" />
+ <Control Id="MongoShellLink" Type="Hyperlink" X="40" Y="171" Width="300" Height="30" ToolTip="https://www.mongodb.com/try/download/shell">
+ <Text>The Mongo Shell must be installed separately for Windows installations. <![CDATA[<a href="https://www.mongodb.com/try/download/shell">Download Now</a>]]></Text>
+ </Control>
</Dialog>
<!-- A custom dialog box to warn the user about an invalid service logon. -->