Day: June 15, 2015

  • Change Statuscode 3010 to 0

    @echo off msiexec /I vc_red.msi TRANSFORMS=vc_red.mst /qn ALLUSERS=1 /L*v %windir%\temp\TEST_SDS_Microsoft_VC++RedistSU_2008SP1_1.0_EN_x86_Inst.log REBOOT=REALLYSUPPRESS if %errorlevel% == 3010 (exit /b 0) else (exit /b %errorlevel%)