Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB error as setup Wizard ended prematurely, while installing it on windows 10

I have downloaded MongoDB from the official site as an .msi file and during installation it stops and freezes and after half an hour, and gives an error as the setup wizard ended prematurely.

screenshot of error screen link

I have a fresh installation of Windows 10 Pro (64-bit) installed just today, and there are no other applications which should be interfering with MongoDB.

I have NodeJS (v8.10.0), npm(5.6.0) installed properly Windows firewall is turned off and there is no antivirus running.

Is this problem of any missing drivers or any change in BIOS settings?

like image 567
GD- Ganesh Deshmukh Avatar asked Mar 11 '18 12:03

GD- Ganesh Deshmukh


People also ask

Can I install MongoDB on Windows 10?

MongoDB 5.0 Community Edition supports the following 64-bit versions of Windows on x86_64 architecture: Windows Server 2019. Windows 10 / Windows Server 2016.

Why Setup Wizard ended prematurely?

The "installation stopped prematurely" error can result from an issue with your current Windows account. If this is the case, consider switching to a new Windows account to solve the problem.


2 Answers

For me unchecking Install Compass helped ...

like image 94
Pascal Avatar answered Sep 26 '22 00:09

Pascal


I disabled installing the router (mongos) and bundeled software client (MongoDB Compass) and installer ran fine after that. Hope this helps.

like image 26
abitwise Avatar answered Sep 26 '22 00:09

abitwise