The MSI installer has a custom screen on which the user can enter the path to data files and logs. The mongod.cfg file is produced based on the settings on this screen.
If the user selects a shorter path of the log file or data directory than defaults, an incorrect config file is produced.
I have provided a [PR #1355 on GitHub|https://github.com/mongodb/mongo/pull/1355] that should fix the issue (I wasn't able to build and test the installer, but I hope I fixed it correctly).
- is duplicated by
-
SERVER-47259 Windows MSI Installer "Service Failed to Start" Error
- Closed
- links to