Jump to content

Recommended Posts

Posted

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


Posted

I know that one, but can't install it unattended... Or must it be repackaged some way?

Regards,

Wim

Posted

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

Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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