home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Fichiers / DateEdit / DATEEDIT.INF < prev    next >
INI File  |  1998-07-09  |  2KB  |  74 lines

  1. ; Application: Date Edit
  2. ; Version    : 1.0
  3. ; Copyright  : Copyright ⌐ 1998 Ninotech Software
  4. ; ---------------------------------------------------------------------------
  5.  
  6. [Version]
  7. Signature=$Chicago$
  8. Provider=%Author%
  9. SetupClass=BASE
  10. Class=NoDriver
  11.  
  12. [ThisDll.Add.Reg]
  13. HKCR,""CLSID\%CLSID%"",,,"%Desc%"
  14. HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll%"
  15. HKCR,""CLSID\%CLSID%\InprocServer32"","ThreadingModel",,"Apartment"
  16. HKCR,""*\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  17.  
  18. [ThisDll.Add.Reg.NT]
  19. HKCR,""CLSID\%CLSID%"",,,"%Desc%"
  20. HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll%"
  21. HKCR,""CLSID\%CLSID%\InprocServer32"","ThreadingModel",,"Apartment"
  22. HKCR,""*\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  23. HKCR,""Directory\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  24.  
  25. [ThisDll.Uninst.Reg]
  26. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
  27. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
  28. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
  29.  
  30. [ThisDll.Uninst.Reg.NT]
  31. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
  32. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
  33. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
  34.  
  35. [SourceDisksNames]
  36. 1=%Desc_Ver%,,0
  37.  
  38. [SourceDisksFiles]
  39. DateEdit.dll=1
  40. DateEdit.hlp=1
  41.  
  42. [DestGrp]
  43. DateEdit.dll
  44. DateEdit.hlp
  45. DateEdit.inf
  46.  
  47. [DestinationDirs]
  48. DestGrp=11,%SubDir%
  49.  
  50. [DefaultInstall]
  51. CopyFiles=DestGrp
  52. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  53.  
  54. [DefaultInstall.ntx86]
  55. CopyFiles=DestGrp
  56. AddReg=ThisDll.Add.Reg.NT,ThisDll.Uninst.Reg.NT
  57.  
  58. [DefaultUninstall]
  59. DelFiles=DestGrp
  60. DelReg=ThisDll.Add.Reg.NT,ThisDll.Uninst.Reg.NT
  61.  
  62. [Strings]
  63. Author    = "Ninotech Software"
  64. Product   = "Date Edit"
  65. Version   = "1.0"
  66. Desc      = "Date Edit Shell Extension"
  67. Desc_Ver  = "Date Edit 1.0"
  68. Copyright = "Copyright ⌐ 1998 Ninotech Software"
  69. ThisDll   = "DateEdit.dll"
  70. ThisInf   = "DateEdit.inf"
  71. SubDir    = "ShellExt"
  72. LibName   = "Date Edit"
  73. CLSID     = "{EECEEFEE-3DF7-11D0-9576-0000837A2FDD}"
  74.