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

Commit 4cea4f1

Browse files
committed
updating post_install.bat
1 parent 91e9ee8 commit 4cea4f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

post_install.bat

-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
set ARGS=/A /SE /SW /SA
33
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
44
drivers\dpinst-amd64.exe %ARGS%
5-
drivers\dpinst-amd64.exe %ARGS% /path %CD%\drivers\x64
65
) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
76
drivers\dpinst-amd64.exe %ARGS%
8-
drivers\dpinst-amd64.exe %ARGS% /path %CD%\drivers\x64
97
) ELSE (
108
drivers\dpinst-x86.exe %ARGS%
11-
drivers\dpinst-x86.exe %ARGS% /path %CD%\drivers\x86
129
)
1310
exit /b 0

0 commit comments

Comments
 (0)