You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; and https://gist.github.com/mattiasghodsian/a30f50568792939e35e93e6bc2084c2a
193
193
194
-
!defineVC_REDITS_NAME"vc_redist.x64.exe"
194
+
!defineVC_REDIST_NAME"vc_redist.x64.exe"
195
195
196
196
Section"-hidden Visual Studio C++ Runtime"
197
197
; install the MSVC C++ Redistributable (Runtime libraries needed by C++ and C), only if not already installed
@@ -204,12 +204,26 @@ Section "-hidden Visual Studio C++ Runtime"
204
204
DetailPrint"Visual Studio C++ Runtime NOT installed, launching installer"
205
205
206
206
SetOutPath"$INSTDIR"
207
-
; this dir is specifiy to github runners, locally it would be: "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\v143\${VC_REDITS_NAME}"
0 commit comments