Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit f42472e

Browse files
artynetsergiotomasello
authored andcommitted
now only the mBed drivers are installed
1 parent ace68fd commit f42472e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

post_install.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@echo off
22
set ARGS=/A /SE /SW /SA
33
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
4-
drivers\dpinst-amd64.exe %ARGS%
5-
drivers\x64\mbed_64.exe
4+
:: drivers\dpinst-amd64.exe %ARGS%
5+
drivers\dpinst-amd64.exe %ARGS% /path %CD%\drivers\x64
66
) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
7-
drivers\dpinst-amd64.exe %ARGS%
8-
drivers\x64\mbed_64.exe
7+
:: drivers\dpinst-amd64.exe %ARGS%
8+
drivers\dpinst-amd64.exe %ARGS% /path %CD%\drivers\x64
99
) ELSE (
10-
drivers\dpinst-x86.exe %ARGS%
11-
drivers\x86\mbed_32.exe
10+
:: drivers\dpinst-x86.exe %ARGS%
11+
drivers\dpinst-x86.exe %ARGS% /path %CD%\drivers\x86
1212
)
1313
exit /b 0

0 commit comments

Comments
 (0)