Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install MongoDB on Windows 7 32 bit?

I'm new to MongoDB. How can I install MongoDB on Windows 32 bit? I have Windows 7 Ultimate 32 bit installed. I downloaded the 32 bit version .msi setup. But it returned an error when I opened it. "This installation package is not supported by this processor type. Contact your product vendor."

Thanks for suggestions.

like image 946
ramian Avatar asked Oct 22 '25 16:10

ramian


1 Answers

According to the Supported Platforms Documentation:

Changed in version 3.4: MongoDB no longer supports 32-bit x86 platforms.

Meaning you will need a MongoDB version older than 3.4. You can select the older version on the downloads page on the MongoDB website. In your example you may select something like the following:

MONGODB download form

Which links too: https://fastdl.mongodb.org/win32/mongodb-win32-i386-3.2.21-signed.msi

like image 52
SyntaxRules Avatar answered Oct 25 '25 11:10

SyntaxRules