DirectX 9.0C Deployment Problems

Glitchwolf

Weaksauce
Joined
Nov 12, 2003
Messages
88
I've been trying to deploy DirectX 9.0C and have run in to quite an odd error to which I have found no solution to as of yet. Here is the error.

Code:
03/04/06 23:39:02: DXSetup: No command line switch
03/04/06 23:39:02: DXSetup: StartWizard()
03/04/06 23:39:02: dsetup32: IsWow64(): not Wow64 process.
03/04/06 23:39:04: DXSetup: CDXWSetup()
03/04/06 23:39:06: DXSetup: start installation
03/04/06 23:39:06: DSETUP: DirectXSetupA(): hWnd: 000C00D4 dwFlags: 02010098



03/04/06 23:39:06: dsetup32: === SetupForDirectX() start ===
03/04/06 23:39:06: dsetup32: Dec  5 2005 17:05:24
03/04/06 23:39:06: dsetup32: DXSetupCommand = 0.
03/04/06 23:39:06: DXSetup: DSetupCallback(): Phase = 0, Steps = 0
03/04/06 23:39:06: dsetup32: DirectXSetupIsJapanese == 0
03/04/06 23:39:06: dsetup32: DirectXSetupIsJapanNec == 0
03/04/06 23:39:06: dsetup32: Installing on WinXP
03/04/06 23:39:06: dsetup32: IsWow64(): not Wow64 process.
03/04/06 23:39:06: dsetup32: GetFileVersionInfoBlock(): Unable to get FileVersionInfoSize, file: C:\WINDOWS\System32\user.exe, reason: 1812.
03/04/06 23:39:06: DXSetup: DSetupCallback(): Phase = 0, Steps = 0
03/04/06 23:39:06: dsetup32: start finalizing: phase: 0 - 0, total: 0 - 0
03/04/06 23:39:06: DXSetup: DSetupCallback(): Phase = 3, Steps = 0
03/04/06 23:39:06: dsetup32: Installation ended with value -9 = Internal or unsupported error
03/04/06 23:39:15: DXSetup: WM_APP_ENDINSTALL
03/04/06 23:39:15: DXSetup: ~CDXWSetup()

Code:
--------------------
[03/04/06 23:41:57] module: DXSetup(Dec  5 2005), file: dxsetup.cpp, line: 934, function: FindDXSetupWindow

   Failed API:  GetWindowText()
   Error:  (183) - Cannot create a file when that file already exists.

Thanks for any assistance.
 
Back
Top