문제

I want to install the DirectX 9c user package in quiet mode. Is there any option like /quiet /q /qb etc. None of these worked.

Note:

With this file DXSETUP.exe /q

not the extractor file directx_9c_redist.exe /q ( this works fine.)

도움이 되었습니까?

해결책

Try this (taken from MSDN):

Set up silently. Launch setup in silent mode so that users do not accidentally skip updating the DirectX runtime. You can do this by launching dxsetup.exe with the following command: path-to-redistributable\dxsetup.exe /silent or by calling DirectSetup and not showing any UI.

다른 팁

Yeah, it works fine as you launch the DXSETUP.exe in the windows command prompt (>cmd).

If I give it something like this:

>call "C:\Users\John\Desktop\DirectX_11\DXSETUP.exe" /silent
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top