home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / msdxddex.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-20  |  1001 b   |  41 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. LayoutFile = layout.inf, layout1.inf
  12. Provider   = %MSFT%
  13.  
  14. [DestinationDirs]
  15. DirectX.files = 11           ; LDID_SYS
  16. DirectX.inf   = 17           ; LDID_INF
  17.  
  18. [BaseWinOptions]
  19. DirectX.Base
  20.  
  21. [DirectX.Base]
  22. CopyFiles = DirectX.files, DirectX.inf
  23. DelReg    = DirectX.delreg
  24. AddReg    = DirectX.addreg
  25.  
  26. [DirectX.files]
  27. ddrawex.dll,,,33
  28.  
  29. [DirectX.inf]
  30. msdxddex.inf,,,33
  31.  
  32. [DirectX.addreg]
  33. HKCR,DirectDrawEx,,,"DirectDrawEx Object"
  34. HKCR,DirectDrawEx\CLSID,,,{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  35. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D},,,"DirectDrawEx Object"
  36. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,,,ddrawex.dll
  37. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,"ThreadingModel",,"Both"
  38.  
  39. [String]
  40. MSFT          = "Microsoft"
  41.