Question

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.)

Was it helpful?

Solution

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.

OTHER TIPS

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top