Commit 6bb264b5 authored by Umberto Baldi's avatar Umberto Baldi

add install for arduino gemma drivers: they are in another directory

parent ae4c7ecb
......@@ -8,4 +8,13 @@ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
drivers\dpinst-x86.exe %ARGS%
)
REM dpinst /PATH has problems with relative paths, so use absolute path.
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
drivers\dpinst-amd64.exe /PATH %cd%\drivers\gemma %ARGS%
) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
drivers\dpinst-amd64.exe /PATH %cd%\drivers\gemma %ARGS%
) ELSE (
drivers\dpinst-x86.exe /PATH %cd%\drivers\gemma %ARGS%
)
exit /b 0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment