Toon posts:

Directx Install / Deinstall

Pagina: 1
Acties:
  • 313 views sinds 30-01-2008
  • Reageer

Verwijderd

Topicstarter
Misschien kan iemand me hiermee helpen:
Ben vorige maand getroffen door een virus genaamd parite.b deze heeft ervoor gezorgt dat elke exe formaat wat bytes bij geschreven krijgt nog niet zon probleem.. maar de AV heeft alles toen gedeinfecteerd en sinds dien werkten alle exe's niet meer. ok meeste werken weer door reinstall maar directx valt wel te uninstallen (al geprobeert met various tools) maar dan krijg ik zelfde fout bij reinstall hier is de foutmelding:

---------------------------
DirectX Setup
---------------------------
Er is een interne systeemfout opgetreden.

Raadpleeg DXError.log en DirectX.log in de map Windows om vast te stellen wat het probleem is.

Kijk ik hierna dus in DXError.log en DirectX.log staat er dit:

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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
03/09/06 16:21:48: dsetup32: === SetupForDirectX() start ===
03/09/06 16:21:49: dsetup32: Dec  5 2005 17:05:24
03/09/06 16:21:49: dsetup32: DXSetupCommand = 0.
03/09/06 16:21:49: DXSetup: DSetupCallback(): Phase = 0, Steps = 0
03/09/06 16:21:50: dsetup32: DirectXSetupIsJapanese == 0
03/09/06 16:21:50: dsetup32: DirectXSetupIsJapanNec == 0
03/09/06 16:21:51: dsetup32: Installing on WinXP SP
03/09/06 16:21:51: dsetup32: IsWow64(): not Wow64 process.
03/09/06 16:21:52: dsetup32: CLR version number = 1.1.4322
03/09/06 16:21:52: dsetup32: Checking the version: HKLM\software\microsoft\directx\Version
03/09/06 16:21:52: dsetup32: Version in registry = 4.09.00.0902
03/09/06 16:21:53: dsetup32: Version in DLL      = 4.09.00.0904
03/09/06 16:21:53: dsetup32: DXCheckTrust(): C:\dx2\dxupdate.cab is trusted.
03/09/06 16:21:54: dsetup32: GetCDXUpdate(): Extracting dxupdate.dll from C:\dx2\dxupdate.cab.
03/09/06 16:21:54: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxupdate.inf from cab
03/09/06 16:21:55: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxupdate.cif from cab
03/09/06 16:21:55: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxupdate.dll from cab
03/09/06 16:21:56: dsetup32: GetCDXUpdate(): Loading dxupdate.dll in C:\WINDOWS\System32\DirectX\DXE.tmp\.
03/09/06 16:21:56: dsetup32: DirectXSetupIsJapanese == 0
03/09/06 16:21:57: dsetup32: DirectXSetupIsJapanNec == 0
03/09/06 16:21:57: dxupdate: -----
03/09/06 16:21:58: dxupdate: DirectXUpdateInstallPlugIn(): Checking for dxdllreg_x86.cab...
03/09/06 16:21:58: dxupdate: DXCheckTrust(): C:\dx2\dxdllreg_x86.cab is trusted.
03/09/06 16:21:59: dxupdate: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdllreg_x86.inf from cab
03/09/06 16:21:59: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:00: dxupdate: CheckDependency(): no dependency.
03/09/06 16:22:00: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
03/09/06 16:22:01: dxupdate: -----
03/09/06 16:22:01: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_1_x86.cab does not exist.
03/09/06 16:22:02: dxupdate: -----
03/09/06 16:22:02: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In RGB9Rast_1_x64.cab does not exist.
03/09/06 16:22:02: dxupdate: -----
03/09/06 16:22:03: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2902.0_x86.cab does not exist.
03/09/06 16:22:03: dxupdate: -----
03/09/06 16:22:04: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2903.0_x86.cab does not exist.
03/09/06 16:22:04: dxupdate: -----
03/09/06 16:22:05: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2904.0_x86.cab does not exist.
03/09/06 16:22:05: dxupdate: -----
03/09/06 16:22:05: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2905.0_x86.cab does not exist.
03/09/06 16:22:06: dxupdate: -----
03/09/06 16:22:06: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2906.0_x86.cab does not exist.
03/09/06 16:22:07: dxupdate: -----
03/09/06 16:22:07: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2907.0_x86.cab does not exist.
03/09/06 16:22:08: dxupdate: -----
03/09/06 16:22:08: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In MDX_1.0.2908.0_x86.cab does not exist.
03/09/06 16:22:09: dxupdate: -----
03/09/06 16:22:09: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Feb2005_d3dx9_24_x86.cab...
03/09/06 16:22:10: dxupdate: DXCheckTrust(): C:\dx2\Feb2005_d3dx9_24_x86.cab is trusted.
03/09/06 16:22:10: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:11: dxupdate: CheckDependency(): no dependency.
03/09/06 16:22:11: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP_Feb2005_d3dx9_24_x86.cab] is being installed.
03/09/06 16:22:12: dxupdate: -----
03/09/06 16:22:12: dxupdate: DirectXUpdateInstallPlugIn(): 64bit Plug-In [Feb2005_d3dx9_24_x64.cab] is skipped on this platform.
03/09/06 16:22:13: dxupdate: -----
03/09/06 16:22:13: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Feb2005_MDX_x86.MSI does not exist.
03/09/06 16:22:14: dxupdate: -----
03/09/06 16:22:14: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Apr2005_d3dx9_25_x86.cab...
03/09/06 16:22:15: dxupdate: DXCheckTrust(): C:\dx2\Apr2005_d3dx9_25_x86.cab is trusted.
03/09/06 16:22:15: dxupdate: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\apr2005_d3dx9_25_x86.inf from cab
03/09/06 16:22:16: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:16: dxupdate: CheckDependency(): no dependency.
03/09/06 16:22:17: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
03/09/06 16:22:17: dxupdate: -----
03/09/06 16:22:18: dxupdate: DirectXUpdateInstallPlugIn(): 64bit Plug-In [Apr2005_d3dx9_25_x64.cab] is skipped on this platform.
03/09/06 16:22:18: dxupdate: -----
03/09/06 16:22:19: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Apr2005_MDX_x86.cab does not exist.
03/09/06 16:22:19: dxupdate: -----
03/09/06 16:22:20: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Jun2005_d3dx9_26_x86.cab...
03/09/06 16:22:20: dxupdate: DXCheckTrust(): C:\dx2\Jun2005_d3dx9_26_x86.cab is trusted.
03/09/06 16:22:21: dxupdate: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\jun2005_d3dx9_26_x86.inf from cab
03/09/06 16:22:21: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:22: dxupdate: CheckDependency(): no dependency.
03/09/06 16:22:22: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
03/09/06 16:22:23: dxupdate: -----
03/09/06 16:22:23: dxupdate: DirectXUpdateInstallPlugIn(): 64bit Plug-In [Jun2005_d3dx9_26_x64.cab] is skipped on this platform.
03/09/06 16:22:24: dxupdate: -----
03/09/06 16:22:24: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Jun2005_MDX_x86.cab does not exist.
03/09/06 16:22:25: dxupdate: -----
03/09/06 16:22:25: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Aug2005_d3dx9_27_x86.cab...
03/09/06 16:22:26: dxupdate: DXCheckTrust(): C:\dx2\Aug2005_d3dx9_27_x86.cab is trusted.
03/09/06 16:22:26: dxupdate: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\aug2005_d3dx9_27_x86.inf from cab
03/09/06 16:22:27: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:27: dxupdate: CheckDependency(): no dependency.
03/09/06 16:22:28: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
03/09/06 16:22:28: dxupdate: -----
03/09/06 16:22:29: dxupdate: DirectXUpdateInstallPlugIn(): 64bit Plug-In [Aug2005_d3dx9_27_x64.cab] is skipped on this platform.
03/09/06 16:22:29: dxupdate: -----
03/09/06 16:22:30: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Aug2005_MDX_x86.cab does not exist.
03/09/06 16:22:30: dxupdate: -----
03/09/06 16:22:30: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Oct2005_d3dx9_27_x86.cab does not exist.
03/09/06 16:22:31: dxupdate: -----
03/09/06 16:22:31: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Oct2005_d3dx9_27_x64.cab does not exist.
03/09/06 16:22:32: dxupdate: -----
03/09/06 16:22:32: dxupdate: DirectXUpdateInstallPlugIn(): Plug-In Oct2005_MDX_x86.cab does not exist.
03/09/06 16:22:33: dxupdate: -----
03/09/06 16:22:33: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Oct2005_xinput_x86.cab...
03/09/06 16:22:34: dxupdate: DXCheckTrust(): C:\dx2\Oct2005_xinput_x86.cab is trusted.
03/09/06 16:22:34: dxupdate: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\oct2005_xinput_x86.inf from cab
03/09/06 16:22:35: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:35: dxupdate: CheckDependency(): no dependency.
03/09/06 16:22:36: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
03/09/06 16:22:36: dxupdate: -----
03/09/06 16:22:37: dxupdate: DirectXUpdateInstallPlugIn(): 64bit Plug-In [Oct2005_xinput_x64.cab] is skipped on this platform.
03/09/06 16:22:37: dxupdate: -----
03/09/06 16:22:38: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Dec2005_d3dx9_28_x86.cab...
03/09/06 16:22:38: dxupdate: DXCheckTrust(): C:\dx2\Dec2005_d3dx9_28_x86.cab is trusted.
03/09/06 16:22:39: dxupdate: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dec2005_d3dx9_28_x86.inf from cab
03/09/06 16:22:39: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:40: dxupdate: CheckDependency(): no dependency.
03/09/06 16:22:40: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
03/09/06 16:22:41: dxupdate: -----
03/09/06 16:22:41: dxupdate: DirectXUpdateInstallPlugIn(): 64bit Plug-In [Dec2005_d3dx9_28_x64.cab] is skipped on this platform.
03/09/06 16:22:42: dxupdate: -----
03/09/06 16:22:42: dxupdate: DirectXUpdateInstallPlugIn(): DXUPDATE_MANAGEDDX
03/09/06 16:22:43: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Dec2005_MDX1_x86_Archive.cab...
03/09/06 16:22:44: dxupdate: DXCheckTrust(): C:\dx2\Dec2005_MDX1_x86_Archive.cab is trusted.
03/09/06 16:22:44: dxupdate: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dec2005_mdx1_x86_archive.inf from cab
03/09/06 16:22:45: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:45: dxupdate: CheckDependency(): no dependency.
03/09/06 16:22:46: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
03/09/06 16:22:46: dxupdate: CLR version number = 1.1.4322
03/09/06 16:22:47: dxupdate: -----
03/09/06 16:22:47: dxupdate: DirectXUpdateInstallPlugIn(): DXUPDATE_MANAGEDDX
03/09/06 16:22:48: dxupdate: DirectXUpdateInstallPlugIn(): Checking for Dec2005_MDX1_x86.cab...
03/09/06 16:22:48: dxupdate: DXCheckTrust(): C:\dx2\Dec2005_MDX1_x86.cab is trusted.
03/09/06 16:22:49: dxupdate: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dec2005_mdx1_x86.inf from cab
03/09/06 16:22:49: dxupdate: DirectXUpdateGetSetupInformation(): DirectX Version: 4.09.00.0904.0
03/09/06 16:22:50: dxupdate: DirectXUpdateGetSetupInformation(): Section [4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
03/09/06 16:22:50: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Jun2005_xinput_x86.cab] is skipped.
03/09/06 16:22:51: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Jun2005_xinput_x64.cab] is skipped.
03/09/06 16:22:51: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Oct2005_XACT_x86.cab] is skipped.
03/09/06 16:22:52: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Oct2005_MDX_x86.cab] is skipped.
03/09/06 16:22:52: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_XACT_x86.cab] is skipped.
03/09/06 16:22:53: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_MDX2_x86.cab] is skipped.
03/09/06 16:22:53: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_MDX2_x64.cab] is skipped.
03/09/06 16:22:54: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_d3dx10_x86.cab] is skipped.
03/09/06 16:22:54: dxupdate: DirectXUpdateInstallPlugIn(): folder does not exist, [Beta_Dec2005_d3dx10_x64.cab] is skipped.
03/09/06 16:22:55: dxupdate: Total Files:   52
03/09/06 16:22:55: dxupdate: Total Size:    25447424
03/09/06 16:22:56: dxupdate: Total Progress:    55
03/09/06 16:22:56: dsetup32: Installation Started with language dut
03/09/06 16:22:58: dsetup32: DXCheckTrust(): C:\dx2\DXNT.cab is trusted.
03/09/06 16:22:59: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxnt.inf from cab
03/09/06 16:22:59: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxntunp.inf from cab
03/09/06 16:23:00: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxver.inf from cab
03/09/06 16:23:00: dsetup32: DirectXSetupIsJapanese == 0
03/09/06 16:23:01: dsetup32: DirectXSetupIsJapanNec == 0
03/09/06 16:23:01: dsetup32: DXCheckTrust(): C:\dx2\bdaxp.cab is trusted.
03/09/06 16:23:02: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxbda.inf from cab
03/09/06 16:23:02: dsetup32: DirectXSetupIsJapanese == 0
03/09/06 16:23:03: dsetup32: DirectXSetupIsJapanNec == 0
03/09/06 16:23:05: dsetup32: DoPrecopy: Root path = "null", flags = 0x2010098
03/09/06 16:23:05: dsetup32: RemoveHotfix(): SizeOfPendingFileRenameOperations : 0

03/09/06 16:23:06: dsetup32: RemoveHotfixLoop(): key SOFTWARE\Microsoft\Updates\DirectX\SP1 does not exist.

03/09/06 16:23:06: dsetup32: RemoveHotfix(): SizeOfPendingFileRenameOperations : 0
03/09/06 16:23:07: dsetup32: DoCopy()
03/09/06 16:23:07: dsetup32: Checking the version: HKLM\software\microsoft\directx\Version
03/09/06 16:23:08: dsetup32: Version in registry = 4.09.00.0902
03/09/06 16:23:09: dsetup32: Version in DLL      = 4.09.00.0904
03/09/06 16:23:09: DXSetup: DSetupCallback(): Phase = 1, Steps = 174
03/09/06 16:23:10: dsetup32: DoCopy(): Iterating through C:\dx2\DXNT.cab
03/09/06 16:23:10: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dim700.dll from cab
03/09/06 16:23:11: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ddraw.dll from cab
03/09/06 16:23:12: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ddrawex.dll from cab
03/09/06 16:23:12: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dinput.dll from cab
03/09/06 16:23:13: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dinput.xpg from cab
03/09/06 16:23:13: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dplaysvr.exe from cab
03/09/06 16:23:14: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dplayx.dll from cab
03/09/06 16:23:15: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpmodemx.dll from cab
03/09/06 16:23:15: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpwsockx.dll from cab
03/09/06 16:23:16: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dsound.dll from cab
03/09/06 16:23:16: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dsound3d.dll from cab
03/09/06 16:23:17: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dx7vb.dll from cab
03/09/06 16:23:18: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\gcdef.dll from cab
03/09/06 16:23:18: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\gcdef.xpg from cab
03/09/06 16:23:19: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\joy.xpg from cab
03/09/06 16:23:19: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\joy.w2k from cab
03/09/06 16:23:20: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\pid.dll from cab
03/09/06 16:23:20: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\pid.xpg from cab
03/09/06 16:23:21: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3d8thk.w2k from cab
03/09/06 16:23:21: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3d8thk.dll from cab
03/09/06 16:23:22: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dx8vb.dll from cab
03/09/06 16:23:22: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpnaddr.dll from cab
03/09/06 16:23:23: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpnhupnp.dll from cab
03/09/06 16:23:24: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpnhpast.dll from cab
03/09/06 16:23:24: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpnet.dll from cab
03/09/06 16:23:25: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpnlobby.dll from cab
03/09/06 16:23:25: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpnsvr.exe from cab
03/09/06 16:23:25: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dimap.dll from cab
03/09/06 16:23:26: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dimap.xpg from cab
03/09/06 16:23:27: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\diactfrm.dll from cab
03/09/06 16:23:27: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\diactfrm.xpg from cab
03/09/06 16:23:27: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoy.hlp from cab
03/09/06 16:23:28: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoybrz.hlp from cab
03/09/06 16:23:29: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoychs.hlp from cab
03/09/06 16:23:29: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoycht.hlp from cab
03/09/06 16:23:30: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoycze.hlp from cab
03/09/06 16:23:30: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoydut.hlp from cab
03/09/06 16:23:31: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoyfrn.hlp from cab
03/09/06 16:23:31: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoyger.hlp from cab
03/09/06 16:23:32: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoyitn.hlp from cab
03/09/06 16:23:32: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoyjpn.hlp from cab
03/09/06 16:23:33: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoykor.hlp from cab
03/09/06 16:23:33: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoypol.hlp from cab
03/09/06 16:23:34: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoyrus.hlp from cab
03/09/06 16:23:34: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoyspa.hlp from cab
03/09/06 16:23:35: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dijoyswe.hlp from cab
03/09/06 16:23:35: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpvacm.dll from cab
03/09/06 16:23:36: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpvoice.dll from cab
03/09/06 16:23:36: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpvsetup.exe from cab
03/09/06 16:23:37: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpvvox.dll from cab
03/09/06 16:23:37: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dsdmo.dll from cab
03/09/06 16:23:38: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dsdmoprp.dll from cab
03/09/06 16:23:38: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdllreg.inf from cab
03/09/06 16:23:39: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdllreg.exe from cab
03/09/06 16:23:39: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\diactfrm.inf from cab
03/09/06 16:23:40: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dinput.inf from cab
03/09/06 16:23:40: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dplay.inf from cab
03/09/06 16:23:41: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dpvoice.inf from cab
03/09/06 16:23:41: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxnetsrv.inf from cab
03/09/06 16:23:42: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxnt.inf from cab
03/09/06 16:23:42: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxntunp.inf from cab
03/09/06 16:23:43: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxxp.inf from cab
03/09/06 16:23:44: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxver.inf from cab
03/09/06 16:23:44: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmusic.inf from cab
03/09/06 16:23:45: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dsound.inf from cab
03/09/06 16:23:45: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ksreg.inf from cab
03/09/06 16:23:46: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dx9w2k.cat from cab
03/09/06 16:23:46: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxnetsrv.cat from cab
03/09/06 16:23:47: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxxp.cat from cab
03/09/06 16:23:47: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiag.exe from cab
03/09/06 16:23:48: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiagn.dll from cab
03/09/06 16:23:48: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiag.chm from cab
03/09/06 16:23:49: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiabrz.chm from cab
03/09/06 16:23:50: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiachs.chm from cab
03/09/06 16:23:50: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiacht.chm from cab
03/09/06 16:23:51: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiacze.chm from cab
03/09/06 16:23:51: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiadut.chm from cab
03/09/06 16:23:52: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiafrn.chm from cab
03/09/06 16:23:52: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiager.chm from cab
03/09/06 16:23:53: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiaitn.chm from cab
03/09/06 16:23:53: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiajpn.chm from cab
03/09/06 16:23:54: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiakor.chm from cab
03/09/06 16:23:54: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiapol.chm from cab
03/09/06 16:23:55: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiarus.chm from cab
03/09/06 16:23:55: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiaspa.chm from cab
03/09/06 16:23:56: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiaswe.chm from cab
03/09/06 16:23:57: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3d8.dll from cab
03/09/06 16:23:57: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3d9.dll from cab
03/09/06 16:23:58: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dinput8.dll from cab
03/09/06 16:23:59: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dinput8.xpg from cab
03/09/06 16:23:59: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmscript.dll from cab
03/09/06 16:24:00: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dswave.dll from cab
03/09/06 16:24:00: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmband.dll from cab
03/09/06 16:24:01: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmcompos.dll from cab
03/09/06 16:24:02: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmime.dll from cab
03/09/06 16:24:02: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmloader.dll from cab
03/09/06 16:24:03: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmstyle.dll from cab
03/09/06 16:24:03: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmsynth.dll from cab
03/09/06 16:24:04: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dmusic.dll from cab
03/09/06 16:24:04: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dim.dll from cab
03/09/06 16:24:05: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dpmesh.dll from cab
03/09/06 16:24:05: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dramp.dll from cab
03/09/06 16:24:06: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3drm.dll from cab
03/09/06 16:24:06: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dxof.dll from cab
03/09/06 16:24:07: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dim.xpg from cab
03/09/06 16:24:07: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dpmesh.xpg from cab
03/09/06 16:24:08: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dramp.xpg from cab
03/09/06 16:24:08: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3drm.xpg from cab
03/09/06 16:24:09: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\d3dxof.xpg from cab
03/09/06 16:24:09: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dsound.vxd from cab
03/09/06 16:24:10: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxapi.sys from cab
03/09/06 16:24:10: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxapi.xpg from cab
03/09/06 16:24:11: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\amstream.dll from cab
03/09/06 16:24:11: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\devenum.dll from cab
03/09/06 16:24:12: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\encapi.dll from cab
03/09/06 16:24:12: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mciqtz32.dll from cab
03/09/06 16:24:12: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mpg2splt.ax from cab
03/09/06 16:24:13: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\qcap.dll from cab
03/09/06 16:24:14: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\qdv.dll from cab
03/09/06 16:24:14: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\qdvd.dll from cab
03/09/06 16:24:15: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\quartz.w2k from cab
03/09/06 16:24:15: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\quartz.dll from cab
03/09/06 16:24:16: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\l3codecx.ax from cab
03/09/06 16:24:17: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\msdmo.dll from cab
03/09/06 16:24:17: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mswebdvd.dll from cab
03/09/06 16:24:18: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\qasf.dll from cab
03/09/06 16:24:18: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\qedit.dll from cab
03/09/06 16:24:19: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\qedwipes.dll from cab
03/09/06 16:24:19: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dimaps.inf from cab
03/09/06 16:24:20: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ks.inf from cab
03/09/06 16:24:20: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\kscaptur.inf from cab
03/09/06 16:24:21: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ksfilter.inf from cab
03/09/06 16:24:22: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ks.sys from cab
03/09/06 16:24:22: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ksproxy.ax from cab
03/09/06 16:24:23: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ksolay.ax from cab
03/09/06 16:24:23: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ksuser.dll from cab
03/09/06 16:24:24: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mskssrv.sys from cab
03/09/06 16:24:24: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mspclock.sys from cab
03/09/06 16:24:25: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mstee.sys from cab
03/09/06 16:24:25: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\stream.sys from cab
03/09/06 16:24:26: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\swenum.sys from cab
03/09/06 16:24:26: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mspqm.sys from cab
03/09/06 16:24:27: dsetup32: DirectXSetupIsJapanese == 0
03/09/06 16:24:27: dsetup32: DirectXSetupIsJapanNec == 0
03/09/06 16:24:27: dsetup32: IterateBDACabinet(): Iterating through C:\dx2\bdaxp.cab
03/09/06 16:24:28: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dxbda.inf from cab
03/09/06 16:24:28: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\kstvtune.ax from cab
03/09/06 16:24:29: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\kswdmcap.ax from cab
03/09/06 16:24:30: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\bdaplgin.ax from cab
03/09/06 16:24:30: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\BdaSup.sys from cab
03/09/06 16:24:31: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ccdecode.sys from cab
03/09/06 16:24:31: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ipsink.ax from cab
03/09/06 16:24:32: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ksxbar.ax from cab
03/09/06 16:24:32: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mpe.sys from cab
03/09/06 16:24:33: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\Mpeg2Data.ax from cab
03/09/06 16:24:33: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\msdv.sys from cab
03/09/06 16:24:34: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\MSDvbNP.ax from cab
03/09/06 16:24:34: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\MSVidCtl.dll from cab
03/09/06 16:24:34: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\msyuv.dll from cab
03/09/06 16:24:35: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\nabtsfec.sys from cab
03/09/06 16:24:36: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ndisip.sys from cab
03/09/06 16:24:36: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\psisdecd.dll from cab
03/09/06 16:24:37: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\psisrndr.ax from cab
03/09/06 16:24:38: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\slip.sys from cab
03/09/06 16:24:38: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\streamip.sys from cab
03/09/06 16:24:39: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\vbisurf.ax from cab
03/09/06 16:24:39: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\wstcodec.sys from cab
03/09/06 16:24:40: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\wstdecod.dll from cab
03/09/06 16:24:40: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\bda.inf from cab
03/09/06 16:24:41: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ccdecode.inf from cab
03/09/06 16:24:41: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\mpe.inf from cab
03/09/06 16:24:42: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\nabtsfec.inf from cab
03/09/06 16:24:42: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\ndisip.inf from cab
03/09/06 16:24:42: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\slip.inf from cab
03/09/06 16:24:43: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\streamip.inf from cab
03/09/06 16:24:44: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\wstcodec.inf from cab
03/09/06 16:24:44: dsetup32: Extracted file C:\WINDOWS\System32\DirectX\DXE.tmp\dx9bdaxp.cat from cab
03/09/06 16:24:45: dsetup32: Renamed C:\WINDOWS\System32\DirectX\DXE.tmp\dx9bdaxp.cat to C:\WINDOWS\System32\DirectX\DXE.tmp\dx9bda.cat
03/09/06 16:24:45: dsetup32: Renamed C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiadut.chm to C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiag.chm
03/09/06 16:24:46: dsetup32: Unable to find C:\WINDOWS\System32\DirectX\DXE.tmp\dxdiadut.chi to rename, use English version
03/09/06 16:24:46: dsetup32: Renamed C:\WINDOWS\System32\DirectX\DXE.tmp\dijoydut.hlp to C:\WINDOWS\System32\DirectX\DXE.tmp\dijoy.hlp
03/09/06 16:24:47: dsetup32: DoCopy(): Getting inf information C:\WINDOWS\System32\DirectX\DXE.tmp\dxxp.inf
03/09/06 16:24:47: dsetup32: start copying: phase: 174 - 174, total: 550 - 174
03/09/06 16:24:48: DXSetup: DSetupCallback(): Phase = 2, Steps = 376
03/09/06 16:24:48: dsetup32: DirectXSetupIsJapanese == 0
03/09/06 16:24:49: dsetup32: DirectXSetupIsJapanNec == 0
03/09/06 16:24:49: dsetup32: DoCopy(): Using section WINXP_INSTALL: flags = 0x144
03/09/06 16:24:50: dsetup32: UnRegisterDXDLL(): C:\WINDOWS\System32\dpnmodem.dll:DllUnregisterServer() returns 0x80004005.
03/09/06 16:24:50: dsetup32: UnRegisterDXDLL(): C:\WINDOWS\System32\dpnwsock.dll:DllUnregisterServer() returns 0x80004005.
03/09/06 16:24:51: dsetup32: UnRegisterDXDLL(): C:\WINDOWS\System32\dpnaddr.dll does not export DllUnregisterServer()
03/09/06 16:24:51: dsetup32: UnRegisterDXDLL(): C:\WINDOWS\System32\dpnlobby.dll does not export DllUnregisterServer()
03/09/06 16:24:57: dsetup32: Target file: 'C:\WINDOWS\System32\d3dim700.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.3.1.902
03/09/06 16:24:57: dsetup32: Installed file C:\WINDOWS\System32\d3dim700.dll
03/09/06 16:24:58: dsetup32: Target file: 'C:\WINDOWS\System32\ddraw.dll' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:24:59: dsetup32: Installed file C:\WINDOWS\System32\ddraw.dll
03/09/06 16:24:59: dsetup32: Target file: 'C:\WINDOWS\System32\ddrawex.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:00: dsetup32: Target file: 'C:\WINDOWS\System32\dinput.dll' 
    Target file is Version 5.1.2600.1106
    Source file is Version 5.1.2600.1106
03/09/06 16:25:01: dsetup32: Currently C:\WINDOWS\System32\dinput.dll is newer than the one being installed
03/09/06 16:25:02: dsetup32: Target file: 'C:\WINDOWS\System32\dplaysvr.exe' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:02: dsetup32: Target file: 'C:\WINDOWS\System32\dplayx.dll' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:25:03: dsetup32: Target file: 'C:\WINDOWS\System32\dpmodemx.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:04: dsetup32: Installed file C:\WINDOWS\System32\dpmodemx.dll
03/09/06 16:25:04: dsetup32: Target file: 'C:\WINDOWS\System32\dpwsockx.dll' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:25:05: dsetup32: Installed file C:\WINDOWS\System32\dpwsockx.dll
03/09/06 16:25:06: dsetup32: Target file: 'C:\WINDOWS\System32\dsound.dll' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:25:06: dsetup32: In use: C:\WINDOWS\System32\dsound.dll.
03/09/06 16:25:07: dsetup32: Notification: SPFILENOTIFY_FILEOPDELAYED
03/09/06 16:25:08: dsetup32: Installed file C:\WINDOWS\System32\dsound.dll
03/09/06 16:25:09: dsetup32: Target file: 'C:\WINDOWS\System32\dsound3d.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:10: dsetup32: Target file: 'C:\WINDOWS\System32\dx7vb.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:10: dsetup32: Target file: 'C:\WINDOWS\System32\gcdef.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:11: dsetup32: Currently C:\WINDOWS\System32\gcdef.dll is newer than the one being installed
03/09/06 16:25:12: dsetup32: Target file: 'C:\WINDOWS\System32\d3d8thk.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.3.0.900
03/09/06 16:25:12: dsetup32: Installed file C:\WINDOWS\System32\d3d8thk.dll
03/09/06 16:25:13: dsetup32: Target file: 'C:\WINDOWS\System32\dx8vb.dll' 
    Target file is Version 5.3.1.902
    Source file is Version 5.3.1.902
03/09/06 16:25:14: dsetup32: Target file: 'C:\WINDOWS\System32\dpnaddr.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:14: dsetup32: Target file: 'C:\WINDOWS\System32\dpnet.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:15: dsetup32: Installed file C:\WINDOWS\System32\dpnet.dll
03/09/06 16:25:16: dsetup32: Target file: 'C:\WINDOWS\System32\dpnhpast.dll' 
    Target file is Version 5.3.0.901
    Source file is Version 5.3.0.901
03/09/06 16:25:17: dsetup32: Target file: 'C:\WINDOWS\System32\dpnhupnp.dll' 
    Target file is Version 5.3.0.901
    Source file is Version 5.3.0.901
03/09/06 16:25:17: dsetup32: Target file: 'C:\WINDOWS\System32\dpnlobby.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:18: dsetup32: Target file: 'C:\WINDOWS\System32\dpnsvr.exe' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:18: dsetup32: Target file: 'C:\WINDOWS\System32\dimap.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:19: dsetup32: Currently C:\WINDOWS\System32\dimap.dll is newer than the one being installed
03/09/06 16:25:20: dsetup32: Target file: 'C:\WINDOWS\System32\diactfrm.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:20: dsetup32: Currently C:\WINDOWS\System32\diactfrm.dll is newer than the one being installed
03/09/06 16:25:21: dsetup32: Target file: 'C:\WINDOWS\System32\dpvacm.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:22: dsetup32: Target file: 'C:\WINDOWS\System32\dpvoice.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:22: dsetup32: Installed file C:\WINDOWS\System32\dpvoice.dll
03/09/06 16:25:23: dsetup32: Target file: 'C:\WINDOWS\System32\dpvsetup.exe' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:24: dsetup32: Target file: 'C:\WINDOWS\System32\dpvvox.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:24: dsetup32: Target file: 'C:\WINDOWS\System32\dsdmo.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:25: dsetup32: Target file: 'C:\WINDOWS\System32\dsdmoprp.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:26: dsetup32: Installed file C:\WINDOWS\System32\dsdmoprp.dll
03/09/06 16:25:27: dsetup32: Target file: 'C:\WINDOWS\System32\d3dim.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:27: dsetup32: Currently C:\WINDOWS\System32\d3dim.dll is newer than the one being installed
03/09/06 16:25:28: dsetup32: Target file: 'C:\WINDOWS\System32\d3dpmesh.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:28: dsetup32: Currently C:\WINDOWS\System32\d3dpmesh.dll is newer than the one being installed
03/09/06 16:25:29: dsetup32: Target file: 'C:\WINDOWS\System32\d3dramp.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:30: dsetup32: Currently C:\WINDOWS\System32\d3dramp.dll is newer than the one being installed
03/09/06 16:25:30: dsetup32: Target file: 'C:\WINDOWS\System32\d3drm.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:31: dsetup32: Currently C:\WINDOWS\System32\d3drm.dll is newer than the one being installed
03/09/06 16:25:32: dsetup32: Target file: 'C:\WINDOWS\System32\d3dxof.dll' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:32: dsetup32: Currently C:\WINDOWS\System32\d3dxof.dll is newer than the one being installed
03/09/06 16:25:33: dsetup32: Target file: 'C:\WINDOWS\System32\dxdiag.exe' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:25:35: dsetup32: Installed file C:\WINDOWS\System32\dxdiag.exe
03/09/06 16:25:36: dsetup32: Target file: 'C:\WINDOWS\System32\amstream.dll' 
    Target file is Version 6.4.2600.0
    Source file is Version 6.5.1.900
03/09/06 16:25:36: dsetup32: Installed file C:\WINDOWS\System32\amstream.dll
03/09/06 16:25:37: dsetup32: Target file: 'C:\WINDOWS\System32\devenum.dll' 
    Target file is Version 6.5.1.902
    Source file is Version 6.5.1.902
03/09/06 16:25:38: dsetup32: In use: C:\WINDOWS\System32\devenum.dll.
03/09/06 16:25:38: dsetup32: Notification: SPFILENOTIFY_FILEOPDELAYED
03/09/06 16:25:39: dsetup32: Installed file C:\WINDOWS\System32\devenum.dll
03/09/06 16:25:39: dsetup32: Target file: 'C:\WINDOWS\System32\encapi.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:25:40: dsetup32: Target file: 'C:\WINDOWS\System32\mciqtz32.dll' 
    Target file is Version 6.5.1.900
    Source file is Version 6.5.1.900
03/09/06 16:25:41: dsetup32: Target file: 'C:\WINDOWS\System32\mpg2splt.ax' 
    Target file is Version 6.5.1.900
    Source file is Version 6.5.1.900
03/09/06 16:25:41: dsetup32: Target file: 'C:\WINDOWS\System32\qcap.dll' 
    Target file is Version 6.5.1.900
    Source file is Version 6.5.1.900
03/09/06 16:25:42: dsetup32: Installed file C:\WINDOWS\System32\qcap.dll
03/09/06 16:25:43: dsetup32: Target file: 'C:\WINDOWS\System32\qdv.dll' 
    Target file is Version 6.5.1.904
    Source file is Version 6.5.1.904
03/09/06 16:25:44: dsetup32: Installed file C:\WINDOWS\System32\qdv.dll
03/09/06 16:25:44: dsetup32: Target file: 'C:\WINDOWS\System32\qdvd.dll' 
    Target file is Version 6.5.1.904
    Source file is Version 6.5.1.904
03/09/06 16:25:45: dsetup32: Installed file C:\WINDOWS\System32\qdvd.dll
03/09/06 16:25:46: dsetup32: Target file: 'C:\WINDOWS\System32\quartz.dll' 
    Target file is Version 6.5.1.902
    Source file is Version 6.5.1.902
03/09/06 16:25:47: dsetup32: Installed file C:\WINDOWS\System32\quartz.dll
03/09/06 16:25:47: dsetup32: Target file: 'C:\WINDOWS\System32\msdmo.dll' 
    Target file is Version 6.5.1.900
    Source file is Version 6.5.1.900
03/09/06 16:25:48: dsetup32: Target file: 'C:\WINDOWS\System32\mswebdvd.dll' 
    Target file is Version 6.5.1.900
    Source file is Version 6.5.1.900
03/09/06 16:25:49: dsetup32: Installed file C:\WINDOWS\System32\mswebdvd.dll
03/09/06 16:25:50: dsetup32: Target file: 'C:\WINDOWS\System32\qasf.dll' 
    Target file is Version 6.5.1.900
    Source file is Version 6.5.1.900
03/09/06 16:25:50: dsetup32: Installed file C:\WINDOWS\System32\qasf.dll
03/09/06 16:25:51: dsetup32: Target file: 'C:\WINDOWS\System32\qedit.dll' 
    Target file is Version 6.5.1.900
    Source file is Version 6.5.1.900
03/09/06 16:25:52: dsetup32: Installed file C:\WINDOWS\System32\qedit.dll
03/09/06 16:25:53: dsetup32: Target file: 'C:\WINDOWS\System32\qedwipes.dll' 
    Target file is Version 6.5.1.900
    Source file is Version 6.5.1.900
03/09/06 16:25:54: dsetup32: Target file: 'C:\WINDOWS\System32\joy.cpl' 
    Target file is Version 5.1.2600.1106
    Source file is Version 5.1.2600.1106
03/09/06 16:25:54: dsetup32: Currently C:\WINDOWS\System32\joy.cpl is newer than the one being installed
03/09/06 16:25:55: dsetup32: Target file: 'C:\WINDOWS\System32\pid.dll' 
    Target file is Version 5.1.2600.1106
    Source file is Version 5.1.2600.1106
03/09/06 16:25:55: dsetup32: Currently C:\WINDOWS\System32\pid.dll is newer than the one being installed
03/09/06 16:25:56: dsetup32: Target file: 'C:\WINDOWS\System32\drivers\dxapi.sys' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:57: dsetup32: Currently C:\WINDOWS\System32\drivers\dxapi.sys is newer than the one being installed
03/09/06 16:25:57: dsetup32: Target file: 'C:\WINDOWS\System32\drivers\mspqm.sys' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:58: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\pid.dll' 
    Target file is Version 5.1.2600.1106
    Source file is Version 5.1.2600.1106
03/09/06 16:25:58: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\mspqm.sys' 
    Target file is Version 5.1.2600.0
    Source file is Version 5.1.2600.0
03/09/06 16:25:59: dsetup32: Target file: 'C:\WINDOWS\System32\d3d8.dll' 
    Target file is Version 5.1.2600.1106
    Source file is Version 5.3.1.904
03/09/06 16:26:00: dsetup32: Installed file C:\WINDOWS\System32\d3d8.dll
03/09/06 16:26:01: dsetup32: Target file: 'C:\WINDOWS\System32\dinput8.dll' 
    Target file is Version 5.1.2600.1106
    Source file is Version 5.1.2600.1106
03/09/06 16:26:01: dsetup32: Currently C:\WINDOWS\System32\dinput8.dll is newer than the one being installed
03/09/06 16:26:02: dsetup32: Target file: 'C:\WINDOWS\System32\dmscript.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:03: dsetup32: Target file: 'C:\WINDOWS\System32\dswave.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:03: dsetup32: Target file: 'C:\WINDOWS\System32\dmband.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:04: dsetup32: Target file: 'C:\WINDOWS\System32\dmcompos.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:05: dsetup32: Target file: 'C:\WINDOWS\System32\dmime.dll' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:26:05: dsetup32: Target file: 'C:\WINDOWS\System32\dmloader.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:06: dsetup32: Target file: 'C:\WINDOWS\System32\dmstyle.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:07: dsetup32: Target file: 'C:\WINDOWS\System32\dmsynth.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:07: dsetup32: Target file: 'C:\WINDOWS\System32\dmusic.dll' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:26:08: dsetup32: Installed file C:\WINDOWS\System32\dmusic.dll
03/09/06 16:26:09: dsetup32: Target file: 'C:\WINDOWS\System32\ksproxy.ax' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:10: dsetup32: Target file: 'C:\WINDOWS\System32\ksolay.ax' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:10: dsetup32: Target file: 'C:\WINDOWS\System32\ksuser.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:11: dsetup32: Target file: 'C:\WINDOWS\System32\drivers\ks.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:12: dsetup32: Target file: 'C:\WINDOWS\System32\drivers\mskssrv.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:12: dsetup32: Target file: 'C:\WINDOWS\System32\drivers\mspclock.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:13: dsetup32: Target file: 'C:\WINDOWS\System32\drivers\mstee.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:14: dsetup32: Target file: 'C:\WINDOWS\System32\drivers\stream.sys' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:26:14: dsetup32: Target file: 'C:\WINDOWS\System32\drivers\swenum.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:15: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\ksproxy.ax' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:16: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\ksolay.ax' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:16: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\ksuser.dll' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:17: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\ks.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:17: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\mskssrv.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:18: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\mspclock.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:19: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\mstee.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:19: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\stream.sys' 
    Target file is Version 5.3.1.904
    Source file is Version 5.3.1.904
03/09/06 16:26:20: dsetup32: Target file: 'C:\WINDOWS\Driver Cache\i386\swenum.sys' 
    Target file is Version 5.3.0.900
    Source file is Version 5.3.0.900
03/09/06 16:26:21: dsetup32: Installed file C:\WINDOWS\INF\ks.inf
03/09/06 16:26:22: dsetup32: Installed file C:\WINDOWS\INF\kscaptur.inf
03/09/06 16:26:22: dsetup32: Installed file C:\WINDOWS\INF\ksfilter.inf
03/09/06 16:26:23: dsetup32: DirectXSetupIsJapanese == 0
03/09/06 16:26:24: dsetup32: DirectXSetupIsJapanNec == 0
03/09/06 16:26:24: dsetup32: Checking the version: HKLM\software\microsoft\directx\Version
03/09/06 16:26:25: dsetup32: Version in registry = 4.09.00.0902
03/09/06 16:26:25: dsetup32: Version in DLL      = 4.09.00.0904
03/09/06 16:26:26: dsetup32: Use string section : [Strings.dut]
03/09/06 16:26:27: dsetup32: DirectXSetupIsJapanese == 0
03/09/06 16:26:27: dsetup32: DirectXSetupIsJapanNec == 0
03/09/06 16:26:28: dsetup32: Target file: 'C:\WINDOWS\System32\d3d9.dll' 
    Target file is Version 5.3.1.902
    Source file is Version 5.3.1.904
03/09/06 16:26:29: dsetup32: Installed file C:\WINDOWS\System32\d3d9.dll
03/09/06 16:26:30: dsetup32: Target file: 'C:\WINDOWS\System32\dxdiagn.dll' 
    Target file is Version 5.3.1.902
    Source file is Version 5.3.1.904
03/09/06 16:26:31: dsetup32: Installed file C:\WINDOWS\System32\dxdiagn.dll
03/09/06 16:26:32: dsetup32: CSetup::ExecuteInf(): SetupInstallFromInfSection() failed, error = 995.
03/09/06 16:26:33: dsetup32: CSetup::ExecuteInf(): Unable to proceed C:\WINDOWS\System32\DirectX\DXE.tmp\dxntunp.inf:[WINXP_INSTALL]. The file may be damaged.
03/09/06 16:26:34: dsetup32: CSetup::InstallDirectXInfsFromInfSection(): Installation of 'C:\WINDOWS\System32\DirectX\DXE.tmp\dxntunp.inf - [WINXP_INSTALL]' failed.
03/09/06 16:26:34: dsetup32: SetupForDirectX: Restoring Backups
03/09/06 16:26:35: dsetup32: start finalizing: phase: 376 - 376, total: 550 - 262
03/09/06 16:26:35: DXSetup: DSetupCallback(): Phase = 3, Steps = 0
03/09/06 16:26:36: dsetup32: Installation ended with value -9 = Internal or unsupported error


en in DxError.log ofzow:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--------------------
[03/09/06 16:26:32] module: dsetup32(Dec  5 2005), file: setup.cpp, line: 6663, function: CSetup::ExecuteInf

    Failed API:     SetupInstallFromInfSection()
    Error:      (995) - De I/O-bewerking is afgebroken vanwege het afsluiten van een thread of vanwege een opdracht van een toepassing.



    Unable to proceed C:\WINDOWS\System32\DirectX\DXE.tmp\dxntunp.inf:[WINXP_INSTALL]. The file may be damaged.

--------------------
[03/09/06 16:26:33] module: dsetup32(Dec  5 2005), file: setup.cpp, line: 6462, function: CSetup::InstallDirectXInfsFromInfSection

    Installation of 'C:\WINDOWS\System32\DirectX\DXE.tmp\dxntunp.inf - [WINXP_INSTALL]' failed.


Weet iemand hier hoe ik dit probleem op zou kunnen lossen?
Het ligt niet aan de download 2 verschillende mirrors gebruikt en ook vanaf COD2 DVD.

Erwin :>

  • RedPixel
  • Registratie: Januari 2004
  • Laatst online: 13:49
Je deïnstaleert hier, of probeer je te updaten? Ben je wel administrator? Waarmee de/herinstaleer je precies?

I see red pixels.


Verwijderd

Topicstarter
wwwhizz schreef op donderdag 09 maart 2006 @ 16:47:
Je deïnstaleert hier, of probeer je te updaten? Ben je wel administrator? Waarmee de/herinstaleer je precies?
hier ben ik aan het installeren
Ik ben uiteraad admin
met de direct x installer

:)

  • MrDummy
  • Registratie: April 2000
  • Laatst online: 25-07-2025

MrDummy

Nog steeds gek op anime...

Dx files taal zal wel goed zijn.
Hopelijk is geheugen 100% zonder defecte bits. Deels beschadigde geheugen heeft altijd installatie ellende.

En meestal is veiligst om destributeerbaar pakket te downloaden in plaats via installer. Het is weliswaar groter, maar kans op fouten is veel kleiner.

Ik heb zelf nooit problemen met Dx installaties, dus ik vraag me af wat bij jouw mis gegaan is.

  • the_stickie
  • Registratie: Juli 2001
  • Laatst online: 14-09-2025
Als werkelijk alle executables in je installatie geïnfecteerd zijn (geweest), is er vast meer aan de hand dan wat programma's die niet starten. Een massa services etc zijn ook gewoon exe's ;)
Imho kan je best opnieuw installeren, maar miosshcien kan je het wel fixen met een windows repair of zelfs system restore?

* the_stickie zou niet kunnen leven met een machine die zo erg "beschadigd" raakte