home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / Msdxddex.inf < prev    next >
Windows Setup INFormation  |  1999-01-08  |  2KB  |  72 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. AdvancedInf=2.5
  13.  
  14. [SourceDisksNames]
  15. 1 = %DiskName%,DXDDEX.CAB,0
  16.  
  17. [SourceDisksFiles]
  18. ddrawex.dll=1
  19. msdxddex.inf=1
  20. ddexinst.exe=1
  21.  
  22. [DestinationDirs]
  23. copy.inf   = 17           ; LDID_INF
  24. copy.files = 11           ; LDID_SYS
  25. copy.setup = 11           ; LDID_SYS
  26.  
  27. [DefaultInstall]
  28. RunPostSetupCommands=RPSC
  29. CopyFiles=copy.files,copy.inf,copy.setup
  30. DelReg=del.reg
  31. AddReg=add.reg
  32.  
  33. [Uninstall]
  34. DelReg=del.reg
  35. DelFiles=copy.files,copy.inf,copy.setup
  36.  
  37. [Uninstall.NT]
  38. DelReg=del.reg
  39. DelFiles=copy.files,copy.inf,copy.setup
  40.  
  41. [RPSC]
  42. ddexinst.exe +,LaunchINFSectionEx,ddrawex.dll,Uninstall,12,44BBA855-CC51-11CF-AAFA-00AA00B6015F,
  43.  
  44. [copy.files]
  45. ddrawex.dll,,,33
  46.  
  47. [copy.inf]
  48. msdxddex.inf,,,33
  49.  
  50. [copy.setup]
  51. ddexinst.exe,,,33
  52.  
  53. [del.reg]
  54. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx
  55. HKCR,DirectDrawEx
  56. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  57. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F}"
  58.  
  59. [add.reg]
  60. HKCR,DirectDrawEx,,,"DirectDrawEx Object"
  61. HKCR,DirectDrawEx\CLSID,,,{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  62. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D},,,"DirectDrawEx Object"
  63. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,,,ddrawex.dll
  64. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,"ThreadingModel",,"Both"
  65. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"QuietDisplayName",,"Microsoft DirectDrawEx"
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"QuietUninstallString",,"%11%\ddexinst.exe -,LaunchINFSectionEx,ddrawex.dll,Uninstall,12,44BBA855-CC51-11CF-AAFA-00AA00B6015F,"
  67. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"RequiresIESysFile",,"4.70.0.1155"
  68.  
  69. [String]
  70. DiskName = "Microsoft DirectDrawEx Installation Disk"
  71. MSFT     = "Microsoft"
  72.