Skip to content

Commit 38bf4aa

Browse files
committed
fix(yolo-coral-tpu): wait for msiexec to finish in Windows deployment
1 parent f53d250 commit 38bf4aa

File tree

1 file changed

+1
-1
lines changed
  • skills/detection/yolo-detection-2026-coral-tpu

1 file changed

+1
-1
lines changed

skills/detection/yolo-detection-2026-coral-tpu/deploy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if exist "%SKILL_DIR%driver\UsbDk_1.0.22_x64.msi" (
104104
set "TMP_DIR=%TEMP%\coral_drv_%RANDOM%"
105105
mkdir "%TMP_DIR%"
106106
echo @echo off > "%TMP_DIR%\install_coral_driver.bat"
107-
echo msiexec /i "%SKILL_DIR%driver\UsbDk_1.0.22_x64.msi" /qn /norestart >> "%TMP_DIR%\install_coral_driver.bat"
107+
echo start /wait "" msiexec /i "%SKILL_DIR%driver\UsbDk_1.0.22_x64.msi" /qn /norestart >> "%TMP_DIR%\install_coral_driver.bat"
108108

109109
echo %LOG_PREFIX% Prompting for Administrator rights to install Coral UsbDk driver... 1>&2
110110
echo {"event": "progress", "stage": "platform", "message": "A UAC prompt will appear. Approve it to install the Coral USB driver (UsbDk)."}

0 commit comments

Comments
 (0)