diff --git a/CMakeLists.txt b/CMakeLists.txt index 2356f35..146d75a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -637,8 +637,8 @@ IF (WIN32 AND BUILD_INSTALLER) set(CPACK_PACKAGE_EXECUTABLES CubicSDR "CubicSDR") IF (MSVC) - install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/external/msvc/${EX_PLATFORM_NAME}/vcredist_${EX_PLATFORM_NAME}.exe DESTINATION vc_redist) - set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "ExecWait '\\\"$INSTDIR\\\\vc_redist\\\\vcredist_${EX_PLATFORM_NAME}.exe\\\" /q:a'") + install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/external/msvc/${EX_PLATFORM_NAME}/vc_redist.${EX_PLATFORM_NAME}.exe DESTINATION vc_redist) + set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "ExecWait '\\\"$INSTDIR\\\\vc_redist\\\\vc_redist.${EX_PLATFORM_NAME}.exe\\\" /q:a'") ENDIF (MSVC) diff --git a/external/msvc/x64/vc_redist.x64.exe b/external/msvc/x64/vc_redist.x64.exe new file mode 100644 index 0000000..048fda2 Binary files /dev/null and b/external/msvc/x64/vc_redist.x64.exe differ diff --git a/external/msvc/x64/vcredist_x64.exe b/external/msvc/x64/vcredist_x64.exe deleted file mode 100644 index 5473640..0000000 Binary files a/external/msvc/x64/vcredist_x64.exe and /dev/null differ diff --git a/external/msvc/x86/vc_redist.x86.exe b/external/msvc/x86/vc_redist.x86.exe new file mode 100644 index 0000000..caea04a Binary files /dev/null and b/external/msvc/x86/vc_redist.x86.exe differ diff --git a/external/msvc/x86/vcredist_x86.exe b/external/msvc/x86/vcredist_x86.exe deleted file mode 100644 index b795578..0000000 Binary files a/external/msvc/x86/vcredist_x86.exe and /dev/null differ