Skip to content

Commit

Permalink
Update install_windows.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Sep 27, 2024
1 parent c75c7d7 commit ca01b99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/scripts/install_windows.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@echo off
rem ============================================================================
rem Copyright contributors to the oneDAL project
rem
Expand Down Expand Up @@ -30,7 +29,7 @@ echo test
curl.exe --output %TEMP%\webimage.exe --url %URL% --retry 5 --retry-delay 5
start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log
del %TEMP%\webimage.exe
webimage_extracted\bootstrapper.exe -s --action install --components=%COMPONENTS% --eula=accept --install-dir=%DIRECTORY% -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
webimage_extracted\bootstrapper.exe -s --action install --components %COMPONENTS% --eula accept --install-dir %DIRECTORY% -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
set installer_exit_code=%ERRORLEVEL%
rd /s/q "webimage_extracted"
exit /b %installer_exit_code%

0 comments on commit ca01b99

Please sign in to comment.