Jump to content

DX9NTopk & DirectX9.0C


Recommended Posts

For the installation of Windows XP sp1 I would like to use the latest DirectX9.0C. I can only find DX9NTOPK which is version 9.0B. Is there a newer DX9NTopk around or can I update DirectX in another way to 9.0C?

TIA

Wim

Link to comment
Share on other sites


Extract the files from the executable. Run a silent setup with the /silent option...

@ECHO OFF
TITLE DirectX 9C Installation
ECHO Installing Microsoft DirectX 9C
ECHO Please wait...
START "directx" /wait ".\dxsetup.exe" /silent
EXIT

Link to comment
Share on other sites

Im trying to make a win2K SP4 unattended disk. Im a little confused over the hotfixes. Some of the hotfixes apply to IE6 and directX but those arnt packaged with SP4. Am i able to add the following to the svcpack.inf file?

dxsetup.exe /silent

ie6setup.exe /Q

similar to

MPSetup9.exe /Q

And then apply the hotfixes to DX9 and ie6 further down the [hotfixestoapply] list?

Does anyone have an example of the unattended files required for a fully hotfixed win2K sp4 install? Im in a bit of a hurry with this. And the guide refers to XP, its a little confusing.

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