home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2001 March / PCM_0103.iso / bin / msdxddex.inf < prev    next >
INI File  |  1999-12-02  |  2KB  |  75 lines

  1. ; Localized    12/02/1999 12:27  (GMT)    7:4.2.252     msdxddex.inf
  2. ; MSDXDDEX.INF
  3. ;
  4. ; This is the Setup information file to install 
  5. ; Microsoft DirectDrawEx.
  6. ;
  7. ; Copyright (c) 1997 Microsoft Corporation
  8. ;
  9. [version]
  10. Signature="$CHICAGO$"
  11. SetupClass=BASE
  12. Provider=%MSFT%
  13. AdvancedInf=2.5
  14.  
  15. [SourceDisksNames]
  16. 1 = %DiskName%,,0
  17.  
  18. [SourceDisksFiles]
  19. ddrawex.dll=1
  20. msdxddex.inf=1
  21. ddexinst.exe=1
  22.  
  23. [DestinationDirs]
  24. copy.inf   = 17           ; LDID_INF
  25. copy.files = 11           ; LDID_SYS
  26. copy.setup = 11           ; LDID_SYS
  27.  
  28. [DefaultInstall]
  29. RequiredEngine=setupapi
  30. RunPostSetupCommands=RPSC
  31. CopyFiles=copy.files,copy.inf,copy.setup
  32. DelReg=del.reg
  33. AddReg=add.reg
  34.  
  35. [Uninstall]
  36. DelReg=del.reg
  37. DelFiles=copy.files,copy.inf,copy.setup
  38.  
  39. [Uninstall.NT]
  40. DelReg=del.reg
  41. DelFiles=copy.files,copy.inf,copy.setup
  42.  
  43. [RPSC]
  44. ddexinst.exe +,LaunchINFSectionEx,ddrawex.dll,Uninstall,12,22d6f312-b0f6-11d0-94ab-0080c74c7e95,
  45.  
  46. [copy.files]
  47. ddrawex.dll,,,97
  48.  
  49. [copy.inf]
  50. msdxddex.inf,,,33
  51.  
  52. [copy.setup]
  53. ddexinst.exe,,,97
  54.  
  55. [del.reg]
  56. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx
  57. HKCR,DirectDrawEx
  58. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  59. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F}"
  60.  
  61. [add.reg]
  62. HKCR,DirectDrawEx,,,"DirectDrawEx Object"
  63. HKCR,DirectDrawEx\CLSID,,,{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  64. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D},,,"DirectDrawEx Object"
  65. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,,,ddrawex.dll
  66. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,"ThreadingModel",,"Both"
  67. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"QuietDisplayName",,"Microsoft DirectDrawEx"
  68. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"UninstallString",,     "%11%\ddexinst.exe -,LaunchINFSectionEx,ddrawex.dll,Uninstall,1,22d6f312-b0f6-11d0-94ab-0080c74c7e95,"
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"QuietUninstallString",,"%11%\ddexinst.exe -,LaunchINFSectionEx,ddrawex.dll,Uninstall,12,22d6f312-b0f6-11d0-94ab-0080c74c7e95,"
  70. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"RequiresIESysFile",,"4.71"
  71.  
  72. [Strings]
  73. DiskName = "Namestitveni disk za Microsoft DirectDrawEx"
  74. MSFT = "Microsoft"
  75.