luckyrobots/_CommonRedist/vcredist/2019/Microsoft Visual C++ 2019 x64.cmd
Goran Lazarevski 997b97a113 first commit
2025-03-12 11:55:10 +01:00

5 lines
117 B
Batchfile

@ECHO OFF
start /w "" "%~dp0\VC_redist.x64.exe" /q /norestart
IF %ERRORLEVEL% == 3010 EXIT /B 0
EXIT /B %ERRORLEVEL%