summaryrefslogtreecommitdiff
path: root/src/mongo/installer
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 15:26:11 +0000
commit5f5b619e60fd42e286a68e0e98740c269ec7db12 (patch)
tree92fc85c8019acaa338d54790ba74584efba51405 /src/mongo/installer
parent2102f99116f9c8a4409ef2376abf7f2f1c9590c4 (diff)
downloadmongo-5f5b619e60fd42e286a68e0e98740c269ec7db12.tar.gz
SERVER-66113 Add link to mongo shell in enterprise install
Diffstat (limited to 'src/mongo/installer')
-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. -->