Skip to content

DOCSP-13616 deemphasize alternate windows install method crosslinks #4781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ MongoDB Version
Installation Method
~~~~~~~~~~~~~~~~~~~

This tutorial installs MongoDB on Windows in an unattended fashion using
``msiexec.exe``. Alternatively, you may chose to install MongoDB on
Windows using the default installation wizard.

|arrow| See :doc:`/tutorial/install-mongodb-enterprise-on-windows` for
instructions.
This tutorial installs MongoDB on Windows using the command-line tool
``msiexec.exe``. To install MongoDB using the graphical MSI Installer
instead, see :doc:`Install MongoDB using the MSI Installer
</tutorial/install-mongodb-enterprise-on-windows>`.

Considerations
--------------
Expand Down
14 changes: 6 additions & 8 deletions source/tutorial/install-mongodb-enterprise-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ MongoDB Version
Installation Method
~~~~~~~~~~~~~~~~~~~

This tutorial installs MongoDB on Windows using the default installation
wizard. Alternatively, you may chose to install MongoDB on Windows in an
unattended fashion, using ``msiexec.exe`` from the command line
(``cmd.exe``). This is useful for system administrators who wish to
deploy MongoDB using automation.

|arrow| See :doc:`/tutorial/install-mongodb-enterprise-on-windows-unattended`
for instructions.
This tutorial installs MongoDB on Windows using the default MSI
installation wizard. To install MongoDB using the ``msiexec.exe``
command-line tool instead, see :doc:`Install MongoDB using msiexec.exe
</tutorial/install-mongodb-enterprise-on-windows-unattended>`. The
``msiexec.exe`` tool is useful for system administrators who wish to
deploy MongoDB in an unattended fashion using automation.

Considerations
--------------
Expand Down
10 changes: 4 additions & 6 deletions source/tutorial/install-mongodb-on-windows-unattended.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ MongoDB Version
Installation Method
~~~~~~~~~~~~~~~~~~~

This tutorial installs MongoDB on Windows in an unattended fashion using
``msiexec.exe``. Alternatively, you may chose to install MongoDB on
Windows using the default installation wizard.

|arrow| See :doc:`/tutorial/install-mongodb-on-windows` for
instructions.
This tutorial installs MongoDB on Windows using the command-line tool
``msiexec.exe``. To install MongoDB using the graphical MSI Installer
instead, see :doc:`Install MongoDB using the MSI Installer
</tutorial/install-mongodb-on-windows>`.

Considerations
--------------
Expand Down
14 changes: 6 additions & 8 deletions source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ MongoDB Version
Installation Method
~~~~~~~~~~~~~~~~~~~

This tutorial installs MongoDB on Windows using the default installation
wizard. Alternatively, you may chose to install MongoDB on Windows in an
unattended fashion, using ``msiexec.exe`` from the command line
(``cmd.exe``). This is useful for system administrators who wish to
deploy MongoDB using automation.

|arrow| See :doc:`/tutorial/install-mongodb-on-windows-unattended` for
instructions.
This tutorial installs MongoDB on Windows using the default MSI
installation wizard. To install MongoDB using the ``msiexec.exe``
command-line tool instead, see :doc:`Install MongoDB using msiexec.exe
</tutorial/install-mongodb-on-windows-unattended>`. The
``msiexec.exe`` tool is useful for system administrators who wish to
deploy MongoDB in an unattended fashion using automation.

Considerations
--------------
Expand Down