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
; if it isn't preseent it will be 0, otherwise it will be 0 or 1, depending if this is installed or not
177
+
${If}$0==0
178
+
; we have the C++ redist. not installed
179
+
180
+
DetailPrint"Visual Studio C++ Runtime NOT installed, launching installer"
181
+
182
+
SetOutPath"$INSTDIR"
183
+
; 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