[directx] Probleem met directx op windows 7

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
Beste tweakers,
ik zit met een probleem,
Ik heb call of duty black ops, en als ik deze wil opstarten zegt het spel dat het een directx bestand mist. Dat is allemaal prima totdat ik de directx installatie wil uitvoeren om het te updaten. Hij kan het niet installeren.
heb al gegoogled maar niks helpt....

Directx.log
poging 1:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
11/26/10 16:34:25: DXWSetup: ***** DXWSETUP *****
11/26/10 16:34:25: DXWSetup: WinMain()
11/26/10 16:34:25: DXWSetup: IsIA64(): not IA64.
11/26/10 16:34:25: DXWSetup: Unable to get Version on target file C:\Windows\system32\directx\websetup\dsetup.dll
11/26/10 16:34:25: DXWSetup: Installed file C:\Windows\system32\directx\websetup\dsetup.dll
11/26/10 16:34:25: DXWSetup: Unable to get Version on target file C:\Windows\system32\directx\websetup\dsetup32.dll
11/26/10 16:34:25: DXWSetup: Installed file C:\Windows\system32\directx\websetup\dsetup32.dll
11/26/10 16:34:25: DXWSetup: GetDXVersion(): Unable to get RC string from registry.
11/26/10 16:34:25: DXWSetup: DirectX Version: 4.09.00.0904.00
11/26/10 16:34:25: DXWSetup: Setup Version: 4.09.00.0904.00
11/26/10 16:34:25: DXWSetup: A newer version of DirectX have been installed already.
11/26/10 16:34:26: dsetup32: IsWow64(): running on Wow64.
11/26/10 16:34:26: dsetup32: GetLangCodePage(): VerQueryValue() failed, error = 1813.
11/26/10 16:34:26: dsetup32: GetLangCodePage(): Unable to get Translation valie.
11/26/10 16:34:26: dsetup32: GetLangCodePage(): VerQueryValue() failed, error = 1813.
11/26/10 16:34:26: dsetup32: GetLangCodePage(): Unable to get Translation valie.
11/26/10 16:34:39: DXWSetup: CDXWSetup::CDXWSetup()
11/26/10 16:34:39: DXWSetup: CDXWSetup::DownloadDXUpdate()
11/26/10 16:34:39: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x1, SubStatus = 0x0
11/26/10 16:34:39: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x3, SubStatus = 0x0
11/26/10 16:34:39: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x2, SubStatus = 0x0
11/26/10 16:34:39: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
11/26/10 16:34:39: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = %DirectX_Setup%
11/26/10 16:34:39: DXWSetup: OnComponentProgress(): Phase = 0, Progress = 0
11/26/10 16:34:41: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0x0, Phase = 9, str = %DirectX_Setup%, status = 0x0
11/26/10 16:34:41: DXWSetup: OnStopInstall(): hr = 0x0, str = (null), status = 0x0
11/26/10 16:34:41: DXWSetup: WM_APP_DOWNLOADDXUPDATE
ngineStatus = 0x3, SubStatus = 0x0
11/26/10 16:34:41: DXWSetup: CDXWSetup::InitInstallEngine()
11/26/10 16:34:41: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
11/26/10 16:34:41: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
11/26/10 16:34:41: DXWSetup: WM_APP_ENDDOWNLOAD
11/26/10 16:34:57: DXWSetup: CDXWSetup::~CDXWSetup()
11/26/10 16:35:17: DXWSetup: CreatePropertySheet() returns -9.
11/26/10 16:35:18: DXWSetup: Deleted file C:\Windows\system32\directx\websetup\dsetup.dll.
11/26/10 16:35:18: DXWSetup: Deleted file C:\Windows\system32\directx\websetup\dsetup32.dll.


poging 2
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
11/26/10 16:50:05: DXWSetup: ***** DXWSETUP *****
11/26/10 16:50:05: DXWSetup: WinMain()
11/26/10 16:50:05: DXWSetup: IsIA64(): not IA64.
11/26/10 16:50:05: DXWSetup: Unable to get Version on target file C:\Windows\system32\directx\websetup\dsetup.dll
11/26/10 16:50:05: DXWSetup: Installed file C:\Windows\system32\directx\websetup\dsetup.dll
11/26/10 16:50:05: DXWSetup: Unable to get Version on target file C:\Windows\system32\directx\websetup\dsetup32.dll
11/26/10 16:50:05: DXWSetup: Installed file C:\Windows\system32\directx\websetup\dsetup32.dll
11/26/10 16:50:05: DXWSetup: GetDXVersion(): Unable to get RC string from registry.
11/26/10 16:50:05: DXWSetup: DirectX Version: 4.09.00.0904.00
11/26/10 16:50:05: DXWSetup: Setup Version: 4.09.00.0904.00
11/26/10 16:50:05: DXWSetup: A newer version of DirectX have been installed already.
11/26/10 16:50:05: dsetup32: IsWow64(): running on Wow64.
11/26/10 16:50:05: dsetup32: GetLangCodePage(): VerQueryValue() failed, error = 1813.
11/26/10 16:50:05: dsetup32: GetLangCodePage(): Unable to get Translation valie.
11/26/10 16:50:05: dsetup32: GetLangCodePage(): VerQueryValue() failed, error = 1813.
11/26/10 16:50:05: dsetup32: GetLangCodePage(): Unable to get Translation valie.
11/26/10 16:50:07: DXWSetup: CDXWSetup::CDXWSetup()
11/26/10 16:50:07: DXWSetup: CDXWSetup::DownloadDXUpdate()
11/26/10 16:50:07: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x1, SubStatus = 0x0
11/26/10 16:50:07: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x3, SubStatus = 0x0
11/26/10 16:50:07: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x2, SubStatus = 0x0
11/26/10 16:50:07: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
11/26/10 16:50:07: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = %DirectX_Setup%
11/26/10 16:50:07: DXWSetup: OnComponentProgress(): Phase = 0, Progress = 0
11/26/10 16:50:09: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0x0, Phase = 9, str = %DirectX_Setup%, status = 0x0
11/26/10 16:50:09: DXWSetup: OnStopInstall(): hr = 0x0, str = (null), status = 0x0
11/26/10 16:50:09: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x3, SubStatus = 0x0
11/26/10 16:50:09: DXWSetup: WM_APP_DOWNLOADDXUPDATE
11/26/10 16:50:09: DXWSetup: CDXWSetup::InitInstallEngine()
11/26/10 16:50:09: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
11/26/10 16:50:09: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
11/26/10 16:50:09: DXWSetup: WM_APP_ENDDOWNLOAD
11/26/10 16:50:12: DXWSetup: CDXWSetup::~CDXWSetup()
11/26/10 16:50:14: DXWSetup: CreatePropertySheet() returns -9.
11/26/10 16:50:14: DXWSetup: Deleted file C:\Windows\system32\directx\websetup\dsetup.dll.
11/26/10 16:50:14: DXWSetup: Deleted file C:\Windows\system32\directx\websetup\dsetup32.dll.

poging 3:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
11/26/10 16:50:35: DXWSetup: ***** DXWSETUP *****
11/26/10 16:50:35: DXWSetup: WinMain()
11/26/10 16:50:35: DXWSetup: IsIA64(): not IA64.
11/26/10 16:50:35: DXWSetup: Unable to get Version on target file C:\Windows\system32\directx\websetup\dsetup.dll
11/26/10 16:50:35: DXWSetup: Installed file C:\Windows\system32\directx\websetup\dsetup.dll
11/26/10 16:50:35: DXWSetup: Unable to get Version on target file C:\Windows\system32\directx\websetup\dsetup32.dll
11/26/10 16:50:35: DXWSetup: Installed file C:\Windows\system32\directx\websetup\dsetup32.dll
11/26/10 16:50:35: DXWSetup: GetDXVersion(): Unable to get RC string from registry.
11/26/10 16:50:35: DXWSetup: DirectX Version: 4.09.00.0904.00
11/26/10 16:50:35: DXWSetup: Setup Version: 4.09.00.0904.00
11/26/10 16:50:35: DXWSetup: A newer version of DirectX have been installed already.
11/26/10 16:50:35: dsetup32: IsWow64(): running on Wow64.
11/26/10 16:50:35: dsetup32: GetLangCodePage(): VerQueryValue() failed, error = 1813.
11/26/10 16:50:35: dsetup32: GetLangCodePage(): Unable to get Translation valie.
11/26/10 16:50:35: dsetup32: GetLangCodePage(): VerQueryValue() failed, error = 1813.
11/26/10 16:50:35: dsetup32: GetLangCodePage(): Unable to get Translation valie.
11/26/10 16:50:37: DXWSetup: CDXWSetup::CDXWSetup()
11/26/10 16:50:37: DXWSetup: CDXWSetup::DownloadDXUpdate()
11/26/10 16:50:37: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x1, SubStatus = 0x0
11/26/10 16:50:37: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x3, SubStatus = 0x0
11/26/10 16:50:37: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x2, SubStatus = 0x0
11/26/10 16:50:37: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
11/26/10 16:50:37: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = %DirectX_Setup%
11/26/10 16:50:37: DXWSetup: OnComponentProgress(): Phase = 0, Progress = 0
11/26/10 16:50:39: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0x0, Phase = 9, str = %DirectX_Setup%, status = 0x0
11/26/10 16:50:39: DXWSetup: OnStopInstall(): hr = 0x0, str = (null), status = 0x0
11/26/10 16:50:39: DXWSetup: OnEngineStatusChange(): EngineStatus = 0x3, SubStatus = 0x0
11/26/10 16:50:39: DXWSetup: WM_APP_DOWNLOADDXUPDATE
11/26/10 16:50:39: DXWSetup: CDXWSetup::InitInstallEngine()
11/26/10 16:50:39: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
11/26/10 16:50:39: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
11/26/10 16:50:39: DXWSetup: WM_APP_ENDDOWNLOAD
11/26/10 16:50:41: DXWSetup: CDXWSetup::~CDXWSetup()
11/26/10 16:51:01: DXWSetup: CreatePropertySheet() returns -9.
11/26/10 16:51:01: DXWSetup: Deleted file C:\Windows\system32\directx\websetup\dsetup.dll.
11/26/10 16:51:01: DXWSetup: Deleted file C:\Windows\system32\directx\websetup\dsetup32.dll.



Dxerror.log

poging 1:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--------------------
[11/26/10 16:34:26] module: dsetup32(Jun  2 2010), file: dsinline.h, line: 391, function: GetLangCodePage

    Failed API:     VerQueryValue()
    Error:      (1813) - Kan het opgegeven brontype niet vinden in het kopiebestand.



    Unable to get Translation valie.

--------------------
[11/26/10 16:34:26] module: dsetup32(Jun  2 2010), file: dsinline.h, line: 391, function: GetLangCodePage

    Failed API:     VerQueryValue()
    Error:      (1813) - Kan het opgegeven brontype niet vinden in het kopiebestand.



    Unable to get Translation valie.

--------------------
[11/26/10 16:34:41] module: DXWSetup(Jun  2 2010), file: dxwsetup.cpp, line: 219, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

--------------------
[11/26/10 16:34:41] module: DXWSetup(Jun  2 2010), file: psheets.cpp, line: 472, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

poging 2:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--------------------
[11/26/10 16:50:05] module: dsetup32(Jun  2 2010), file: dsinline.h, line: 391, function: GetLangCodePage

    Failed API:     VerQueryValue()
    Error:      (1813) - Kan het opgegeven brontype niet vinden in het kopiebestand.



    Unable to get Translation valie.

--------------------
[11/26/10 16:50:05] module: dsetup32(Jun  2 2010), file: dsinline.h, line: 391, function: GetLangCodePage

    Failed API:     VerQueryValue()
    Error:      (1813) - Kan het opgegeven brontype niet vinden in het kopiebestand.



    Unable to get Translation valie.

--------------------
[11/26/10 16:50:09] module: DXWSetup(Jun  2 2010), file: dxwsetup.cpp, line: 219, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

--------------------
[11/26/10 16:50:09] module: DXWSetup(Jun  2 2010), file: psheets.cpp, line: 472, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

poging 3:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--------------------
[11/26/10 16:50:35] module: dsetup32(Jun  2 2010), file: dsinline.h, line: 391, function: GetLangCodePage

    Failed API:     VerQueryValue()
    Error:      (1813) - Kan het opgegeven brontype niet vinden in het kopiebestand.



    Unable to get Translation valie.

--------------------
[11/26/10 16:50:35] module: dsetup32(Jun  2 2010), file: dsinline.h, line: 391, function: GetLangCodePage

    Failed API:     VerQueryValue()
    Error:      (1813) - Kan het opgegeven brontype niet vinden in het kopiebestand.



    Unable to get Translation valie.

--------------------
[11/26/10 16:50:39] module: DXWSetup(Jun  2 2010), file: dxwsetup.cpp, line: 219, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

--------------------
[11/26/10 16:50:39] module: DXWSetup(Jun  2 2010), file: psheets.cpp, line: 472, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.



heeft iemand een oplossing?

Gr
Bas de Jong

Hoi.


Acties:
  • 0 Henk 'm!

  • MegaTronics
  • Registratie: Januari 2004
  • Laatst online: 03-12-2021

MegaTronics

Chef WiFi Kabels

Geen ervaring met Black Ops, maar DirectX via de webinstall wil nog wel eens mis gaan. Je kunt proberen de volledige installatie te downloaden en te installeren. Misschien werkt dat wel.

Vroeger, toen de Batavieren nog met zijn vijven waren.


Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
ja black ops was maar een voorbeeld, ik heb dit met meerdere spellen, maar ik ga nu even de volledige installatie proberen...

Hoi.


Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
geprobeerd maar weer mislukt
logs:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--------------------
[11/26/10 17:17:56] module: dsetup32(Jun  2 2010), file: dsinline.h, line: 391, function: GetLangCodePage

    Failed API:     VerQueryValue()
    Error:      (1813) - Kan het opgegeven brontype niet vinden in het kopiebestand.



    Unable to get Translation valie.

--------------------
[11/26/10 17:17:56] module: dsetup32(Jun  2 2010), file: dsinline.h, line: 391, function: GetLangCodePage

    Failed API:     VerQueryValue()
    Error:      (1813) - Kan het opgegeven brontype niet vinden in het kopiebestand.



    Unable to get Translation valie.

--------------------
[11/26/10 17:18:40] module: dxupdate(Jun  2 2010), file: dxupdate.cpp, line: 5725, function: DirectXUpdateInstallPlugIn

    Failed API:     SetupIterateCabinet()
    Error:      (5) - Toegang geweigerd.



    Unable to iterate through C:\Users\Bas\Desktop\dx\Jun2005_d3dx9_26_x64.cab. The file may be damaged.

--------------------
[11/26/10 17:18:40] module: dsetup32(Jun  2 2010), file: dxupdate.cpp, line: 280, function: CSetup::InstallPlugIn

    DirectXUpdateInstallPlugIn() failed.

--------------------
[11/26/10 17:18:40] module: dsetup32(Jun  2 2010), file: setup.cpp, line: 1723, function: CSetup::SetupForDirectX

    InstallPlugIn() failed.

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
11/26/10 17:17:56: DXSetup: No command line switch
11/26/10 17:17:56: DXSetup: StartWizard()
11/26/10 17:17:56: dsetup32: IsWow64(): running on Wow64.
11/26/10 17:17:56: dsetup32: GetLangCodePage(): VerQueryValue() failed, error = 1813.
11/26/10 17:17:56: dsetup32: GetLangCodePage(): Unable to get Translation valie.
11/26/10 17:17:56: dsetup32: GetLangCodePage(): VerQueryValue() failed, error = 1813.
11/26/10 17:17:56: dsetup32: GetLangCodePage(): Unable to get Translation valie.
11/26/10 17:17:58: DXSetup: CDXWSetup()
11/26/10 17:17:59: DXSetup: start installation
11/26/10 17:17:59: DSETUP: DirectXSetupA(): hWnd: 001309FE dwFlags: 02010098



11/26/10 17:17:59: dsetup32: === SetupForDirectX() start ===
11/26/10 17:17:59: dsetup32: Jun  2 2010 04:33:05
11/26/10 17:17:59: dsetup32: DXSetupCommand = 0.
11/26/10 17:17:59: DXSetup: DSetupCallback(): Phase = 0, Steps = 0
11/26/10 17:17:59: dsetup32: Installing on Windows 6.1.7600
11/26/10 17:17:59: dsetup32: DirectXSetupIsJapanese == 0
11/26/10 17:17:59: dsetup32: DirectXSetupIsJapanNec == 0
11/26/10 17:18:19: dsetup32: IsIA64(): not IA64.
11/26/10 17:18:19: dsetup32: CLR version number = 2.0.50727
11/26/10 17:18:19: dsetup32: DXCheckTrust(): C:\Users\Bas\Desktop\dx\dxupdate.cab is trusted.
11/26/10 17:18:19: dsetup32: GetCDXUpdate(): Extracting dxupdate.dll from C:\Users\Bas\Desktop\dx\dxupdate.cab.
11/26/10 17:18:19: dsetup32: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\dxupdate.dll from cab
11/26/10 17:18:19: dsetup32: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\dxupdate.inf from cab
11/26/10 17:18:19: dsetup32: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\dxupdate.cif from cab
11/26/10 17:18:19: dsetup32: GetCDXUpdate(): Loading dxupdate.dll in C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\.
11/26/10 17:18:19: dsetup32: DirectXSetupIsJapanese == 0
11/26/10 17:18:19: dsetup32: DirectXSetupIsJapanNec == 0
11/26/10 17:18:19: dsetup32: IsWow64(): running on Wow64.
11/26/10 17:18:19: dxupdate: -----
11/26/10 17:18:19: dxupdate: DirectXUpdateInstallPlugIn(): Checking for dxdllreg_x86.cab...
11/26/10 17:18:19: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\dxdllreg_x86.cab is trusted.
11/26/10 17:18:19: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\dxdllreg_x86.inf from cab
11/26/10 17:18:20: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_1_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_1_x64.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_2_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_2_x64.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2902.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2903.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2904.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2905.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2906.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2907.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2908.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2909.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
11/26/10 17:18:20: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2910.0_x86.cab does not exist.
11/26/10 17:18:20: dxupdate: -----
---- knip ----- 
11/26/10 17:18:23: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\apr2006_mdx1_x86_archive.inf from cab
11/26/10 17:18:23: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:23: dxupdate: CheckDependency(): no dependency.
11/26/10 17:18:23: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinNT@64] is being installed.
11/26/10 17:18:24: dxupdate: CLR version number = 2.0.50727
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.AudioVideoPlayback:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Diagnostics:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3D:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3DX:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3DX:1.0.2903.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3DX:1.0.2904.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3DX:1.0.2905.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3DX:1.0.2906.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3DX:1.0.2907.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3DX:1.0.2908.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.Direct3DX:1.0.2909.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.DirectDraw:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.DirectInput:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.DirectPlay:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX.DirectSound:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: CMDXCheck::IsAssemblyInUse(): Microsoft.DirectX:1.0.2902.0:31bf3856ad364e35 is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.AudioVideoPlayback.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.AudioVideoPlayback.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Diagnostics.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Diagnostics.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Direct3D.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Direct3D.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Direct3DX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Direct3DX.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectDraw.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectDraw.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectInput.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectInput.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectPlay.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectPlay.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectSound.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectSound.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2903.0\Microsoft.DirectX.Direct3DX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2903.0\Microsoft.DirectX.Direct3DX.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2904.0\Microsoft.DirectX.Direct3DX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2904.0\Microsoft.DirectX.Direct3DX.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2905.0\Microsoft.DirectX.Direct3DX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2905.0\Microsoft.DirectX.Direct3DX.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2906.0\Microsoft.DirectX.Direct3DX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2906.0\Microsoft.DirectX.Direct3DX.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2907.0\Microsoft.DirectX.Direct3DX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2907.0\Microsoft.DirectX.Direct3DX.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2908.0\Microsoft.DirectX.Direct3DX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2908.0\Microsoft.DirectX.Direct3DX.xml is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2909.0\Microsoft.DirectX.Direct3DX.dll is not locked.
11/26/10 17:18:24: dxupdate: IsTargetFileInUse(): C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2909.0\Microsoft.DirectX.Direct3DX.xml is not locked.
11/26/10 17:18:24: dxupdate: -----
11/26/10 17:18:24: dxupdate: DirectXUpdateInstallPlugIn(): DXUPDATE_MANAGEDDX
11/26/10 17:18:24: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Apr2006_MDX1_x86.cab...
11/26/10 17:18:24: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\Apr2006_MDX1_x86.cab is trusted.
11/26/10 17:18:24: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\apr2006_mdx1_x86.inf from cab



----- knip ------- 


11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Jun2010_XAudio_x64.cab...
11/26/10 17:18:34: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\Jun2010_XAudio_x64.cab is trusted.
11/26/10 17:18:34: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\JUN2010_XAudio_x64.inf from cab
11/26/10 17:18:34: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:34: dxupdate: CheckDependency(): no dependency.
11/26/10 17:18:34: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinNT@64] is being installed.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Jun2005_xinput_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Jun2005_xinput_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Oct2005_XACT_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Oct2005_MDX_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_XACT_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_MDX2_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_MDX2_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_d3dx10_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_d3dx10_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Feb2006_MDX2_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Feb2006_MDX2_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Feb2006_d3dx10_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Feb2006_d3dx10_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Apr2006_MDX2_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Apr2006_MDX2_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Apr2006_d3dx10_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Apr2006_d3dx10_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Jun2006_d3dx10_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Jun2006_d3dx10_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Aug2006_d3dx10_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Aug2006_d3dx10_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Oct2006_d3dx10_x86.cab] is skipped.
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Oct2006_d3dx10_x64.cab] is skipped.
11/26/10 17:18:34: dxupdate: Total Files:   824
11/26/10 17:18:34: dxupdate: Total Size:    213195776
11/26/10 17:18:34: dxupdate: Total Progress:    256
11/26/10 17:18:34: dsetup32: GetCDXUpdate(): Loading dxupdate.dll in C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\.
11/26/10 17:18:34: DXSetup: DSetupCallback(): Phase = 2, Steps = 256
11/26/10 17:18:34: dsetup32: DirectXSetupIsJapanese == 0
11/26/10 17:18:34: dsetup32: DirectXSetupIsJapanNec == 0
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Installing dxdllreg_x86.cab...
11/26/10 17:18:34: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\dxdllreg_x86.cab is trusted.
11/26/10 17:18:34: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\dxdllreg_x86.inf from cab
11/26/10 17:18:34: dxupdate: GetDXVersion(): Unable to get RC string from registry, now RC is 0.
11/26/10 17:18:34: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_1_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_1_x64.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_2_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_2_x64.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2902.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2903.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2904.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2905.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2906.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2907.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2908.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2909.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2910.0_x86.cab does not exist.
11/26/10 17:18:34: dxupdate: -----
11/26/10 17:18:34: dxupdate: DirectXUpdateInstallPlugIn(): Installing Feb2005_d3dx9_24_x86.cab...
11/26/10 17:18:34: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\Feb2005_d3dx9_24_x86.cab is trusted.
11/26/10 17:18:34: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:34: dxupdate: CheckDependency(): no dependency.
11/26/10 17:18:34: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinNT@64_Feb2005_d3dx9_24_x86.cab] is being installed.
11/26/10 17:18:34: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_24_x86.cat from cab
11/26/10 17:18:34: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_24.dll from cab
11/26/10 17:18:35: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_24_w9x.inf from cab
11/26/10 17:18:35: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_24_x86.inf from cab
11/26/10 17:18:35: dxupdate: Files: 4
11/26/10 17:18:35: dxupdate: Size:  2230272
11/26/10 17:18:35: dxupdate: DirectXUpdateInstallPlugIn(): Installing: d3dx9_24_x86.inf - [x64_install]
11/26/10 17:18:35: dxupdate: Target file: 'C:\Windows\SysWOW64\d3dx9_24.dll' 
    Target file is Version 9.5.132.0
    Source file is Version 9.5.132.0
11/26/10 17:18:35: dxupdate: C:\Windows\SysWOW64\d3dx9_24.dll have been installed already.
11/26/10 17:18:35: dxupdate: -----
11/26/10 17:18:35: dxupdate: DirectXUpdateInstallPlugIn(): Installing Feb2005_d3dx9_24_x64.cab...
11/26/10 17:18:35: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\Feb2005_d3dx9_24_x64.cab is trusted.
11/26/10 17:18:35: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:35: dxupdate: CheckDependency(): no dependency.
11/26/10 17:18:35: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinNT@64_Feb2005_d3dx9_24_x64.cab] is being installed.
11/26/10 17:18:35: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_24_x64.cat from cab
11/26/10 17:18:35: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_24.dll from cab
11/26/10 17:18:35: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\infinst.exe from cab
11/26/10 17:18:35: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_24_x64.inf from cab
11/26/10 17:18:35: dxupdate: Files: 3
11/26/10 17:18:35: dxupdate: Size:  3545088
11/26/10 17:18:35: dxupdate: InstallEXE(): Command: infinst.exe d3dx9_24_x64.inf
11/26/10 17:18:36: dxupdate: InstallEXE(): infinst.exe returned 0.
11/26/10 17:18:36: dxupdate: -----
11/26/10 17:18:36: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Feb2005_MDX_x86.MSI does not exist.
11/26/10 17:18:36: dxupdate: -----
11/26/10 17:18:36: dxupdate: DirectXUpdateInstallPlugIn(): Installing Apr2005_d3dx9_25_x86.cab...
11/26/10 17:18:36: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\Apr2005_d3dx9_25_x86.cab is trusted.
11/26/10 17:18:36: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\apr2005_d3dx9_25_x86.inf from cab
11/26/10 17:18:36: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:36: dxupdate: CheckDependency(): no dependency.
11/26/10 17:18:36: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinNT@64] is being installed.
11/26/10 17:18:36: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_25_x86.cat from cab
11/26/10 17:18:36: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_25.dll from cab
11/26/10 17:18:36: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_25_w9x.inf from cab
11/26/10 17:18:36: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_25_x86.inf from cab
11/26/10 17:18:36: dxupdate: Files: 4
11/26/10 17:18:36: dxupdate: Size:  2230272
11/26/10 17:18:36: dxupdate: DirectXUpdateInstallPlugIn(): Installing: d3dx9_25_x86.inf - [x64_install]
11/26/10 17:18:36: dxupdate: Target file: 'C:\Windows\SysWOW64\d3dx9_25.dll' 
    Target file is Version 9.6.168.0
    Source file is Version 9.6.168.0
11/26/10 17:18:36: dxupdate: C:\Windows\SysWOW64\d3dx9_25.dll have been installed already.
11/26/10 17:18:36: dxupdate: -----
11/26/10 17:18:36: dxupdate: DirectXUpdateInstallPlugIn(): Installing Apr2005_d3dx9_25_x64.cab...
11/26/10 17:18:36: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\Apr2005_d3dx9_25_x64.cab is trusted.
11/26/10 17:18:36: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\apr2005_d3dx9_25_x64.inf from cab
11/26/10 17:18:36: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:36: dxupdate: CheckDependency(): no dependency.
11/26/10 17:18:36: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinNT@64] is being installed.
11/26/10 17:18:36: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_25_x64.cat from cab
11/26/10 17:18:37: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_25.dll from cab
11/26/10 17:18:38: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\infinst.exe from cab
11/26/10 17:18:38: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_25_x64.inf from cab
11/26/10 17:18:38: dxupdate: Files: 3
11/26/10 17:18:38: dxupdate: Size:  3545088
11/26/10 17:18:38: dxupdate: InstallEXE(): Command: infinst.exe d3dx9_25_x64.inf
11/26/10 17:18:39: dxupdate: InstallEXE(): infinst.exe returned 0.
11/26/10 17:18:39: dxupdate: -----
11/26/10 17:18:39: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Apr2005_MDX_x86.cab does not exist.
11/26/10 17:18:39: dxupdate: -----
11/26/10 17:18:39: dxupdate: DirectXUpdateInstallPlugIn(): Installing Jun2005_d3dx9_26_x86.cab...
11/26/10 17:18:39: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\Jun2005_d3dx9_26_x86.cab is trusted.
11/26/10 17:18:39: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\jun2005_d3dx9_26_x86.inf from cab
11/26/10 17:18:39: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:39: dxupdate: CheckDependency(): no dependency.
11/26/10 17:18:39: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinNT@64] is being installed.
11/26/10 17:18:39: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_26_x86.cat from cab
11/26/10 17:18:39: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_26.dll from cab
11/26/10 17:18:39: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_26_w9x.inf from cab
11/26/10 17:18:39: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_26_x86.inf from cab
11/26/10 17:18:39: dxupdate: Files: 4
11/26/10 17:18:39: dxupdate: Size:  2230272
11/26/10 17:18:39: dxupdate: DirectXUpdateInstallPlugIn(): Installing: d3dx9_26_x86.inf - [x64_install]
11/26/10 17:18:39: dxupdate: Target file: 'C:\Windows\SysWOW64\d3dx9_26.dll' 
    Target file is Version 9.7.239.0
    Source file is Version 9.7.239.0
11/26/10 17:18:40: dxupdate: Installed file C:\Windows\SysWOW64\d3dx9_26.dll
11/26/10 17:18:40: dxupdate: -----
11/26/10 17:18:40: dxupdate: DirectXUpdateInstallPlugIn(): Installing Jun2005_d3dx9_26_x64.cab...
11/26/10 17:18:40: dxupdate: DXCheckTrust(): C:\Users\Bas\Desktop\dx\Jun2005_d3dx9_26_x64.cab is trusted.
11/26/10 17:18:40: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\jun2005_d3dx9_26_x64.inf from cab
11/26/10 17:18:40: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
11/26/10 17:18:40: dxupdate: CheckDependency(): no dependency.
11/26/10 17:18:40: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinNT@64] is being installed.
11/26/10 17:18:40: dxupdate: Extracted file C:\Users\Bas\AppData\Local\Temp\DX1DDE.tmp\d3dx9_26_x64.cat from cab
11/26/10 17:18:40: dxupdate: DirectXUpdateInstallPlugIn(): SetupIterateCabinet() failed, error = 5.
11/26/10 17:18:40: dxupdate: DirectXUpdateInstallPlugIn(): Unable to iterate through C:\Users\Bas\Desktop\dx\Jun2005_d3dx9_26_x64.cab. The file may be damaged.
11/26/10 17:18:40: dsetup32: CSetup::InstallPlugIn(): DirectXUpdateInstallPlugIn() failed.
11/26/10 17:18:40: dsetup32: CSetup::SetupForDirectX(): InstallPlugIn() failed.
11/26/10 17:18:40: dsetup32: start finalizing: phase: 256 - 256, total: 0 - 7
11/26/10 17:18:40: DXSetup: DSetupCallback(): Phase = 3, Steps = 0
11/26/10 17:18:40: dsetup32: Installation ended with value -9 = Internal or unsupported error
11/26/10 17:18:43: DXSetup: WM_APP_ENDINSTALL
11/26/10 17:18:43: DXSetup: ~CDXWSetup()

Hoi.


Acties:
  • 0 Henk 'm!

Verwijderd

Hmmm, geen idee. Maar met mn (legale) Win7-64 ging/gaat eea automagisch :?

Welke grafische kaart heb je, ik heb een HD5770. Win7 deed automagis dus DX11 installeren, zelfs als ik naar de site van MS gaa ziet ie automagisch dat ik naar de DX11 pagina moet worden verwezen.

[ Voor 57% gewijzigd door Verwijderd op 26-11-2010 17:28 ]


Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
ik heb een 8800 GTS 640 mb

Hoi.


Acties:
  • 0 Henk 'm!

  • MegaTronics
  • Registratie: Januari 2004
  • Laatst online: 03-12-2021

MegaTronics

Chef WiFi Kabels

Die laatste DirectX installeerd hier op mijn Windows 7 x64 ook zonder problemen. Zou het misschien een driver issue kunnen zijn dat daar geen DirectX onderdelen in bekend zijn?

Vroeger, toen de Batavieren nog met zijn vijven waren.


Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
oke en hoe kan ik dat checken?

Hoi.


Acties:
  • 0 Henk 'm!

  • MegaTronics
  • Registratie: Januari 2004
  • Laatst online: 03-12-2021

MegaTronics

Chef WiFi Kabels

dxdiag draaien en kijken of er wat vreemds is te zien.

Vroeger, toen de Batavieren nog met zijn vijven waren.


Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
bij dxdiag is niks vreemds te zien.... hij zegt dat er geen problemen zijn met elk apparaat.

Hoi.


Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
iemand nog een andere suggestie?

Hoi.


Acties:
  • 0 Henk 'm!

Verwijderd

Ik stel voor dat we eerst terug gaan naar je oorspronkelijke vraag, want uit de antwoorden hierboven komt naar voren dat DX op Win7 weinig problemen lijkt te veroorzaken.
Beste tweakers,
ik zit met een probleem,
Ik heb call of duty black ops, en als ik deze wil opstarten zegt het spel dat het een directx bestand mist. Dat is allemaal prima totdat ik de directx installatie wil uitvoeren om het te updaten. Hij kan het niet installeren.
heb al gegoogled maar niks helpt....
Het is dus call of duty black ops wat een probleem ziet. Is daar iets over bekend ? Zegt de foutmelding ook meer, bijvoorbeeld welk bestand er precies mist of waarvoor het is ?

Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
hij zegt dat hij dit bestand mist: d3dx_43.dll

Hoi.


Acties:
  • 0 Henk 'm!

Verwijderd

basdej schreef op maandag 29 november 2010 @ 06:41:
hij zegt dat hij dit bestand mist: d3dx_43.dll
Goed, heb je al geprobeerd dit bestand uit de DX installatie pakket te halen, en het met de hand in de windows/system32/ map te zetten ?

(Want een rondje google laat mij weten dat er meer CoD spelers zijn met dit probleem).

Acties:
  • 0 Henk 'm!

Verwijderd

Overigens, nu ik thuis ben, weet je weker dat je een goede versie hebt van dat spel ? Ééntje die 64-bits is / ondersteunt ? Want die versie van jou zoekt DX bestanden op de lokatie waar die bij een 32-bits versie van Windows zouden staan. Bij mij staat dat bestand in SYSWOW64, bij jou wss ook.

Acties:
  • 0 Henk 'm!

Verwijderd

Niks meer gelezen, is het probleem nu opgelost oid ?

Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
ik ga even proberen of het werkt om de dll handmatig te plaatsen.

e: heeft niet gewerkt, ik ga windows maar is opnieuw installeren....

[ Voor 73% gewijzigd door basdej op 03-12-2010 17:07 ]

Hoi.


Acties:
  • 0 Henk 'm!

  • basdej
  • Registratie: Augustus 2010
  • Laatst online: 10-09 09:53

basdej

OutSystems Consultant

Topicstarter
probleem opgelost door windows opnieuw te installeren, topic mag op slot :_)

Hoi.

Pagina: 1