Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

Deploying MFC app using 2013 (v120) toolset on VS2022

$
0
0
Hey All,

I have recently ported my VS 2013 solution to VS 2022, the projects in my solution (18 of them) are all using the VS 2013 toolset.
I have created an installer in VS 2022 (Microsoft Visual C Installer Projects 2022 extension) so I can deploy my project to other systems.

My issue is with the version of vcredist_x86.exe that is being used.

When I add the Prerequisite to the installer, the only option I have is to use Visual C++ v14 runtime, but, because these are using the 2013 toolset, I need v12 (I am assuming?).

I can't find a way of getting the installer to use the vcredist for v12.

Would anyone be able to help me with this please?

Thanks heaps,

Steve Q.

Viewing all articles
Browse latest Browse all 3046

Trending Articles