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
- is duplicated by
-
SERVER-39111 msiexec installation fails with any ADDLOCAL values during UpdateMongoYAML
- Closed