Jump to content

Direct9.0c unattended


Recommended Posts


All i did was extract and run dxsetup.exe with the appropriate switches, which i think was /silent /noreboot and no issues were encountered.

Why the need to use a modified one when the original works perfectly well?

Link to comment
Share on other sites

Would this be the correct command to use to put in my install.cmd file?

ECHO.
ECHO Installing DirectX 9.0C
ECHO Please wait...
start /wait %systemdrive%\install\Applications\DirectX9c\dxsetup.exe /silent /noreboot

Link to comment
Share on other sites

wuschel,

That sounds to me like a mis-spelt switch as one works and the other doesn't.  Try using the switches as stated in the post by baza23 which works for eveybody else.

Hope that helps.

I just tried a new disc and it comes up with invalid switch when trying to install directx9c, is there a problem with the command I used.

ECHO.
ECHO Installing DirectX 9.0C
ECHO Please wait...
start /wait %systemdrive%\install\Applications\DirectX9c\dxsetup.exe /silent /noreboot

I'm pretty sure that the /noreboot switch doesn't work :(

Link to comment
Share on other sites

This works for me:

REG ADD %KEY%\010 /VE /D "DirectX 9.0c" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\DirectX\dxsetup.exe /silent" /f

But it executes very fast in XP SP2 so maybe it is already included in SP2? Anyone knows about this?

Link to comment
Share on other sites

  • 2 weeks later...

So, if i put the file directx_9c_redist.exe in the update subfolder of i386 folder of windows xp and add to the file svcpack.inf this line -> directx_9c_redist.exe /silent /noreboot , i'll get this working fine? tks in advance.

PS.: whats the noreboot switch?:)

Link to comment
Share on other sites

Aaron,

ECHO.

ECHO Installing DirectX 9.0C

ECHO Please wait...

start /wait %systemdrive%\install\Applications\DirectX9c\dxsetup.exe /silent /noreboot

this is posted on page4 of this topic, by baza23, thats why i said it.

i've unpacked it and i have several files, should i put them all on /update folder and add the line dxsetup.exe /silent to de svcpack.inf?

tks in advance Aaron.

P.S.: baza23 used a .cmd file, should i use it or svcpack for the directx is enough?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...