home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 June / PCWorld_2001-06_cd.bin / Software / Vyzkuste / pathc / PATHC300.INF < prev    next >
Windows Setup INFormation  |  2000-04-15  |  2KB  |  71 lines

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