home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / explorer / ie40en / ie4stw95.exe / RCDATA / CABINET / dxddex.cab / msdxddex.inf < prev   
Windows Setup INFormation  |  1997-05-30  |  2KB  |  58 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.  
  13. [SourceDisksNames]
  14. 1 = %DiskName%,DXDDEX.CAB,0
  15.  
  16. [SourceDisksFiles]
  17. ddrawex.dll=1
  18. msdxddex.inf=1
  19.  
  20. [DestinationDirs]
  21. copy.inf   = 17           ; LDID_INF
  22. copy.files = 11           ; LDID_SYS
  23.  
  24. [DefaultInstall]
  25. CopyFiles=copy.files,copy.inf
  26. DelReg=del.reg
  27. AddReg=add.reg
  28.  
  29. [Uninstall]
  30. DelReg=del.reg
  31. DelFiles=copy.files,copy.inf
  32.  
  33. [copy.files]
  34. ddrawex.dll,,,33
  35.  
  36. [copy.inf]
  37. msdxddex.inf,,,33
  38.  
  39. [del.reg]
  40. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx
  41. HKCR,DirectDrawEx
  42. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  43.  
  44. [add.reg]
  45. HKCR,DirectDrawEx,,,"DirectDrawEx Object"
  46. HKCR,DirectDrawEx\CLSID,,,{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  47. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D},,,"DirectDrawEx Object"
  48. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,,,ddrawex.dll
  49. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,"ThreadingModel",,"Both"
  50. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"DisplayName",,"Microsoft DirectDrawEx"
  51. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"UninstallString",,     "RunDll32 advpack.dll,LaunchINFSection %17%\MSDXDDEX.INF,Uninstall"
  52. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\MSDXDDEX.INF,Uninstall,5"
  53. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"RequiresIESysFile",,"4.71"
  54.  
  55. [String]
  56. DiskName = "Microsoft DirectDrawEx Installation Disk"
  57. MSFT     = "Microsoft"
  58.