home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Logs / Fichiers / PathCopy / PATHCOPY.INF < prev    next >
INI File  |  1998-07-09  |  2KB  |  67 lines

  1. ; Application: Path Copy
  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. HKCR,""Directory\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  18. HKCR,""Drive\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  19.  
  20. [ThisDll.Uninst.Reg]
  21. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
  22. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
  23. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
  24.  
  25. [ThisDll.Uninst.Reg.NT]
  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",,"RunDll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
  29.  
  30. [SourceDisksNames]
  31. 1=%Desc_Ver%,,0
  32.  
  33. [SourceDisksFiles]
  34. PathCopy.dll=1
  35.  
  36. [DestGrp]
  37. PathCopy.dll
  38. PathCopy.inf
  39.  
  40. [DestinationDirs]
  41. DestGrp=11,%SubDir%
  42.  
  43. [DefaultInstall]
  44. CopyFiles=DestGrp
  45. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  46.  
  47. [DefaultInstall.ntx86]
  48. CopyFiles=DestGrp
  49. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
  50.  
  51. [DefaultUninstall]
  52. DelFiles=DestGrp
  53. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  54.  
  55. [Strings]
  56. Author    = "Ninotech Software"
  57. Product   = "Path Copy"
  58. Version   = "1.0"
  59. Desc      = "Path Copy Shell Extension"
  60. Desc_Ver  = "Path Copy 1.0"
  61. Copyright = "Copyright ⌐ 1998 Ninotech Software"
  62. ThisDll   = "PathCopy.dll"
  63. ThisInf   = "PathCopy.inf"
  64. SubDir    = "ShellExt"
  65. LibName   = "Path Copy"
  66. CLSID     = "{EECEEFEE-3DF7-11D0-9576-0000837A2FDE}"
  67.