Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

install not complete mongodb on windows 7 64 bit

when install mongo database on windows 7 is not complete instillation

image of the problem

how to solve this problem

like image 552
Hassan Khaled Avatar asked Jan 19 '18 23:01

Hassan Khaled


People also ask

Is MongoDB available for Windows 7 32 bit?

MongoDB is available in both the versions which support their respective 32-bit & 64-bit windows. For instance, 32-bit windows users have got the advantage of having qualitative development and testing environments.


1 Answers

I too have the same issue while installing mongodb-win32-x86_64-2008plus-ssl-3.6.3-signed.msi

Follow the below steps to resolve the problem

  1. Run the installer with a double-click.
  2. Click next.
  3. Accept the License Agreement.
  4. Select the Complete installation type and click Install
  5. Uncheck the Install Compass option (by default this checked and Compass requires the Microsoft .NET Framework version 4.5 or later)
  6. With in a minute time installation will get complete and you can see the exe files under C:\Program Files\MongoDB\Server\3.6\bin

You can follow the url https://docs.mongodb.com/compass/master/install/ for installing Compass (The GUI for MongoDB) later.

like image 55
Baiju Chandran Avatar answered Oct 25 '22 22:10

Baiju Chandran