home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / msdxmini.inf < prev    next >
Windows Setup INFormation  |  1997-04-11  |  2KB  |  74 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.  
  13. [SourceDisksNames]
  14. 1 = %DiskName%,DXMINI.CAB,0
  15.  
  16. [SourceDisksFiles]
  17. dsound.dll=1
  18. dsound.vxd=1
  19. ddraw.dll=1
  20. ddraw16.dll=1
  21. d3drm.dll=1
  22. d3dim.dll=1
  23. d3drgbf.dll=1
  24. d3drg16f.dll=1
  25. d3dxof.dll=1
  26. ddhelp.exe=1
  27. msdxmini.inf=1
  28.  
  29. [DestinationDirs]
  30. copy.inf   = 17           ; LDID_INF
  31. copy.files = 11           ; LDID_SYS
  32.  
  33. [DefaultInstall]
  34. CopyFiles=copy.files,copy.inf
  35. AddReg=add.reg
  36.  
  37. [copy.files]
  38. dsound.dll,,,33
  39. dsound.vxd,,,33
  40. ddraw.dll,,,33
  41. ddraw16.dll,,,33
  42. d3drm.dll,,,33
  43. d3dim.dll,,,33
  44. d3drgbf.dll,,,33
  45. d3drg16f.dll,,,33
  46. d3dxof.dll,,,33
  47. ddhelp.exe,,,33
  48.  
  49. [copy.inf]
  50. msdxmini.inf,,,33
  51.  
  52. [add.reg]
  53. HKCR,DirectDraw,,,"DirectDraw Object"
  54. HKCR,DirectDraw\CLSID,,,{D7B70EE0-4340-11CF-B063-0020AFC2CD35}
  55. HKCR,CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35},,,"DirectDraw Object"
  56. HKCR,CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32,,,ddraw.dll
  57. HKCR,CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32,"ThreadingModel",,"Both"
  58.  
  59. HKCR,DirectDrawClipper,,,"DirectDraw Clipper Object"
  60. HKCR,DirectDrawClipper\CLSID,,,{593817A0-7DB3-11CF-A2DE-00AA00B93356}
  61. HKCR,CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356},,,"DirectDraw Clipper Object"
  62. HKCR,CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32,,,ddraw.dll
  63. HKCR,CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32,"ThreadingModel",,"Both"
  64.  
  65. HKCR,DirectSound,,,"DirectSound Object"
  66. HKCR,DirectSound\CLSID,,,{47D4D946-62E8-11cf-93BC-444553540000}
  67. HKCR,CLSID\{47D4D946-62E8-11cf-93BC-444553540000},,,"DirectSound Object"
  68. HKCR,CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32,,,dsound.dll
  69. HKCR,CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32,"ThreadingModel",,"Both"
  70.  
  71. [Strings]
  72. DiskName = "Microsoft DirectX Mini Installation Disk"
  73. MSFT     = "Microsoft"
  74.