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

Commit c4dfd41

Browse files
artynetsergiotomasello
authored andcommitted
leaving just one installation entry in post_install.bat
1 parent e3d162d commit c4dfd41

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

post_install.bat

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

0 commit comments

Comments
 (0)