Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1001 B

  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. [DestinationDirs]
  14. DirectX.files = 11 ; LDID_SYS
  15. DirectX.inf = 17 ; LDID_INF
  16. [BaseWinOptions]
  17. DirectX.Base
  18. [DirectX.Base]
  19. CopyFiles = DirectX.files, DirectX.inf
  20. DelReg = DirectX.delreg
  21. AddReg = DirectX.addreg
  22. [DirectX.files]
  23. ddrawex.dll,,,33
  24. [DirectX.inf]
  25. msdxddex.inf,,,33
  26. [DirectX.addreg]
  27. HKCR,DirectDrawEx,,,"DirectDrawEx Object"
  28. HKCR,DirectDrawEx\CLSID,,,{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  29. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D},,,"DirectDrawEx Object"
  30. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,,,ddrawex.dll
  31. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,"ThreadingModel",,"Both"
  32. [String]
  33. MSFT = "Microsoft"