32-bit VC++ redistributable on 64 bit OS?

martinnitram picture martinnitram · Sep 27, 2010 · Viewed 10k times · Source

Using Visual Studio, I have built an C++ application running in 32bit. It will be deployed both to 32-bit and 64-bit Windows servers. It won't be run in 64-bit mode (but rather under WoW).

Should I include both the 32-bit and 64-bit Visual C++ redistributable, and install 32bit on 32bit Windows and 64bit on 64 bit Windows, or is it enough to just install the 32bit redistributable?

Answer

Karel Petranek picture Karel Petranek · Sep 27, 2010

It is enough to install the 32bit redistributable.