A question about VC_redist

If I install a 32 bit application on a 64 bit OS, which EXE must I use?

VC_redist.x86.exe or VC_redist.x64.exe?

[quote=259717:@Ramon SASTRE]If I install a 32 bit application on a 64 bit OS, which EXE must I use?

VC_redist.x86.exe or VC_redist.x64.exe?[/quote]

If your_App = 32Bits Then use VC_redist.x86.exe Else use VC_redist.x64.exe End If