Folks,
You have to hexedit the dxsetup.exe file and at offset 0x33e2 change 74 to EB:
I have included a jpeg of my hex.
Should then be able to install using:
CODE
ECHO.
ECHO Installing DirectX 9.0b
ECHO Please wait...
start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk
or you can use /windowsupdate as the switch
The Old Dude