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

  1. ; MSDXMINI.INF
  2. ;
  3. ; This is the Setup information file to install Minimal
  4. ; set of Microsoft DirectX.
  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%,DXMINI.CAB,0
  16.  
  17. [SourceDisksFiles]
  18. dsound.dll=1
  19. dsound.vxd=1
  20. ddraw.dll=1
  21. ddraw16.dll=1
  22. d3drm.dll=1
  23. d3dim.dll=1
  24. d3drgbf.dll=1
  25. d3drg16f.dll=1
  26. d3dxof.dll=1
  27. ddhelp.exe=1
  28. msdxmini.inf=1
  29.  
  30. [DestinationDirs]
  31. copy.inf   = 17           ; LDID_INF
  32. copy.files = 11           ; LDID_SYS
  33.  
  34. [DefaultInstall]
  35. CopyFiles=copy.files,copy.inf
  36. AddReg=add.reg
  37. SmartReboot=N
  38.  
  39. [copy.files]
  40. dsound.dll,,,33
  41. dsound.vxd,,,33
  42. ddraw.dll,,,33
  43. ddraw16.dll,,,33
  44. d3drm.dll,,,33
  45. d3dim.dll,,,33
  46. d3drgbf.dll,,,33
  47. d3drg16f.dll,,,33
  48. d3dxof.dll,,,33
  49. ddhelp.exe,,,33
  50.  
  51. [copy.inf]
  52. msdxmini.inf,,,33
  53.  
  54. [add.reg]
  55. HKCR,DirectDraw,,,"DirectDraw Object"
  56. HKCR,DirectDraw\CLSID,,,{D7B70EE0-4340-11CF-B063-0020AFC2CD35}
  57. HKCR,CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35},,,"DirectDraw Object"
  58. HKCR,CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32,,,ddraw.dll
  59. HKCR,CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32,"ThreadingModel",,"Both"
  60.  
  61. HKCR,DirectDrawClipper,,,"DirectDraw Clipper Object"
  62. HKCR,DirectDrawClipper\CLSID,,,{593817A0-7DB3-11CF-A2DE-00AA00B93356}
  63. HKCR,CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356},,,"DirectDraw Clipper Object"
  64. HKCR,CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32,,,ddraw.dll
  65. HKCR,CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32,"ThreadingModel",,"Both"
  66.  
  67. HKCR,DirectSound,,,"DirectSound Object"
  68. HKCR,DirectSound\CLSID,,,{47D4D946-62E8-11cf-93BC-444553540000}
  69. HKCR,CLSID\{47D4D946-62E8-11cf-93BC-444553540000},,,"DirectSound Object"
  70. HKCR,CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32,,,dsound.dll
  71. HKCR,CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32,"ThreadingModel",,"Both"
  72.  
  73. [Strings]
  74. DiskName = "Microsoft DirectX Mini Installation Disk"
  75. MSFT     = "Microsoft"
  76.