visual-c++runtime32bit-64bitredistributable

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


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?


Solution

  • It is enough to install the 32bit redistributable.