Skip to content

Commit 0cbc68f

Browse files
committed
Remove /A flag from post-install
The flag means "install everything or nothing", not really useful in our case.
1 parent 761d616 commit 0cbc68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post_install.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set ARGS=/A /SE /SW /SA
2+
set ARGS=/SE /SW /SA
33
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
44
drivers\dpinst-amd64.exe %ARGS%
55
) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" (

0 commit comments

Comments
 (0)