Description
The documentation for unattended install on Windows which is here: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/#unattended-installation
Should include a new section that describes how to add the variables so that compass will not be installed with the server. That command is:
msiexec.exe /q /i mongodb-win32-x86_64-2008plus-ssl-3.6.3-signed.msi ^
|
INSTALLLOCATION="C:\Program Files\MongoDB\Server\3.6.3\" ^
|
ADDLOCAL="all" ^
|
SHOULD_INSTALL_COMPASS="0"
|
Attachments
Issue Links
- documents
-
SERVER-33926 Unattended installation fails when deselecting Compass
-
- Closed
-