luckyrobots/_CommonRedist/vcredist/2019/Microsoft Visual C++ 2019 x86.cmd

5 lines
117 B
Batchfile
Raw Normal View History

2025-03-12 11:55:10 +01:00
@ECHO OFF
start /w "" "%~dp0\VC_redist.x86.exe" /q /norestart
IF %ERRORLEVEL% == 3010 EXIT /B 0
EXIT /B %ERRORLEVEL%