Jump to content

DirectX v9.0c unattended? anyone?


couzin2000

Recommended Posts

It's funny, but nowhere in this forum is there mention of anyone wanting to install DirectX v9.0c. There's gotta be a silent switch for it, as I've been able to download the complete program. I can't be the only one wanting to use this, right? Even the unattended.msfn.org website doesn't have anything on this!

If anyone has the switch, please post it, I'm sure this will be very practical for everyone!

Link to comment
Share on other sites


Unattended = SP2 ??? :o NOT TRUE

If you want to install DirectX 9.0c you will need to download the full version:

http://www.microsoft.com/downloads/details...a1-914185249413

Then Extract using this command:

directx_9c_redist.exe /Q /T:"<WHERE YOU WANT>CDROOT\I386\SVCPACK" /C

Then install silently using:

dxsetup.exe /silent

Link to comment
Share on other sites

Sorry, thought you had to because of :

http://unattended.msfn.org/xp/gettingstarted.htm

What you will need to get started:

    * Windows XP CD with Service Pack 2 Slipstreamed

    * XP SP2 Deployment Tools

    * CDImage for Windows XP Professional Edition / Home Edition

    * A suitable CD Burning application

If you haven't made a slipstreamed SP2 CD yet then I'd suggest you do one now. You can follow MSFN's Universal Slipstreaming and Bootable CD Guide to do this.

Link to comment
Share on other sites

I want to ask if i want to put the directx 9.0c into the Windows XP Pro, (whichever is original, sp1 or sp2) unattended, I need to extract to the svcpack folder at (drive name):\(winxp pro folder)\i386\svcpack, then in the RunOnceEx.cmd, I add this:

REG ADD %KEY%\001 /VE /D "Directx 9.0c" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\i386\svcpack\dxsetup.exe /silent" /f

is it the correct syntax of the Previous code?

Thanks for answering my questions

Link to comment
Share on other sites

Your code won't work.

You have to decide if you want to install via svcpack.inf (and put the files in the svcpack folder)

[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\svcpack" (or \i386\Update as outlined in the guide)

[SetupHotFixesToRun]
dxsetup.exe /silent

OR

If you want to run from RunOnceEx.cmd (and put the files in $OEM$\$1\install\Applications\DirectX folder)

REG ADD %KEY%\001 /VE /D "Directx 9.0c" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Applications\DirectX\dxsetup.exe /silent" /f

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