home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.10 / 1999-04_Disc_4.10.bin / WCWDEMO / dxmedia.exe / BINARY / 110 / RCDATA / CABINET / exx86.inf < prev    next >
Windows Setup INFormation  |  1998-03-22  |  1KB  |  57 lines

  1. ; MSDXDDEX.INF
  2. ;
  3. ; This is the Setup information file to install 
  4. ; Microsoft DirectDrawEx.
  5. ;
  6. ; Copyright (c) 1997 Microsoft Corporation
  7. ;
  8. [version]
  9. Signature="$CHICAGO$"
  10. SetupClass=BASE
  11. Provider=%MSFT%
  12. AdvancedINF=2.5
  13.  
  14. [SourceDisksNames]
  15. 1 = %DiskName%,DXDDEX.CAB,0
  16.  
  17. [SourceDisksFiles]
  18. ddrawex.dll=1
  19. msdxddex.inf=1
  20.  
  21. [DestinationDirs]
  22. copy.inf   = 17           ; LDID_INF
  23. copy.files = 11           ; LDID_SYS
  24.  
  25. [DefaultInstall]
  26. CopyFiles=copy.files,copy.inf
  27. DelReg=del.reg
  28. AddReg=add.reg
  29. SmartReboot=N
  30.  
  31. [Uninstall]
  32. DelReg=del.reg
  33. DelFiles=copy.files,copy.inf
  34.  
  35. [copy.files]
  36. ddrawex.dll,,,33
  37.  
  38. [copy.inf]
  39. msdxddex.inf,,,33
  40.  
  41. [del.reg]
  42. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx\UninstallString
  43. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx\DisplayName
  44. HKCR,DirectDrawEx
  45. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  46.  
  47. [add.reg]
  48. HKCR,DirectDrawEx,,,"DirectDrawEx Object"
  49. HKCR,DirectDrawEx\CLSID,,,{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  50. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D},,,"DirectDrawEx Object"
  51. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,,,ddrawex.dll
  52. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,"ThreadingModel",,"Both"
  53.  
  54. [String]
  55. DiskName = "Microsoft DirectDrawEx Installation Disk"
  56. MSFT     = "Microsoft"
  57.