Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
Description
Description
Description:
The "Server" feature set should never be used and should be removed from the documentation. The valid two options are "ServerService" and "ServerNoService" depending on if mongod.exe should be installed as a service or not.
Engineering Ticket Description:
The installation tutorial for unattended windows installation: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows-unattended/#install-mdb-edition states:
To install specific MongoDB component sets, you can specify them in the ADDLOCAL argument using a comma-separated list including one or more of the following component sets:
with Server as the component that includes mongod.exe binary.
After downloading mongodb-win32-x86_64-2008plus-ssl-4.0.5-signed.msi, executing this via msiexec:
msiexec /qb /i mongodb-win32-x86_64-2008plus-ssl-4.0.5-signed.msi ADDLOCAL="Server"
Resulting in missing mongod.exe in C:\Program Files\MongoDB\Server\4.0\bin
C:\Program Files\MongoDB\Server\4.0>dir bin
Volume in drive C has no label.
Volume Serial Number is 544D-E427
Directory of C:\Program Files\MongoDB\Server\4.0\bin
16/01/2019 02:38 PM <DIR> .
16/01/2019 02:38 PM <DIR> ..
03/04/2018 06:58 PM 2,462,720 libeay32.dll
16/01/2019 02:38 PM 616 mongod.cfg
19/12/2018 07:20 PM 357,355,520 mongod.pdb
03/04/2018 06:58 PM 357,888 ssleay32.dll
4 File(s) 360,176,744 bytes
2 Dir(s) 38,985,547,776 bytes free
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
Attachments
Issue Links
- documents
-
SERVER-39025 Windows MSI unattended installation missing mongod.exe with ADDLOCAL
-
- Closed
-