I am building an application using Visual Studio 2013 in Windows 10. I want to deploy that application on a Windows 7 Machine which is running as a default install. I have tried to add
Visual C++ 12.0 CRT (x86)
as a dependency in my Install Shield project. There is no option for (Visual C++ 13.0). However, when I go to run the program in Windows 7 I get an error message that states:
The program can't start because MSVCR120.dll is missing from your computer. Try reinstalling the program to fix this problem.
The C++ code I am using, uses features in the language that are not supported by the MSVC10 compiler, so rebuilding in Visual Studio 2010 is not an option. What option in install shield do I need to select to make the program run in Windows 7?
Aucun commentaire:
Enregistrer un commentaire