home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 191 / dpcs0104.iso / Cafe / PathCopy / pathc400.exe / PATHCOPY.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2001-12-01  |  2.8 KB  |  83 lines

  1. ; Application: Ninotech Path Copy
  2. ; Version    : 4.0
  3. ; Copyright  : Copyright ⌐ 1998-2001 Ninotech
  4. ; ---------------------------------------------------------------------------
  5.  
  6. [Version]
  7. Signature=$Chicago$
  8. Provider=%Author%
  9. SetupClass=BASE
  10. Class=NoDriver
  11.  
  12. [ThisDll32.Add.Reg]
  13. HKCR,""CLSID\%CLSID%"",,,"%Desc%"
  14. HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll32%"
  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. [ThisDll32.Add.Reg.NT]
  21. HKCR,""CLSID\%CLSID%"",,,"%Desc%"
  22. HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll32%"
  23. HKCR,""CLSID\%CLSID%\InprocServer32"","ThreadingModel",,"Apartment"
  24. HKCR,""*\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  25. HKCR,""Directory\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  26. HKCR,""Drive\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  27.  
  28. [ThisDll32.Uninst.Reg]
  29. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
  30. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
  31. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
  32. HKCU,""Software\%Author%\%Product%\%Version%"",,,
  33.  
  34. [ThisDll32.Uninst.Reg.NT]
  35. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
  36. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
  37. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
  38. HKCU,""Software\%Author%\%Product%\%Version%"",,,
  39.  
  40. [SourceDisksNames]
  41. 1=%Desc_Ver%,,0
  42.  
  43. [SourceDisksFiles]
  44. PathCo32.dll=1
  45. PathCopy.hlp=1
  46.  
  47. [DestGrp32]
  48. PathCo32.dll
  49. PathCopy.hlp
  50. PathCopy.inf
  51.  
  52. [DestinationDirs]
  53. DestGrp32=11,%SubDir%
  54.  
  55. [DefaultInstall]
  56. CopyFiles=DestGrp32
  57. AddReg=ThisDll32.Add.Reg,ThisDll32.Uninst.Reg
  58.  
  59. [DefaultInstall.ntx86]
  60. CopyFiles=DestGrp32
  61. AddReg=ThisDll32.Add.Reg.NT,ThisDll32.Uninst.Reg.NT
  62.  
  63. [DefaultUninstall]
  64. DelFiles=DestGrp32
  65. DelReg=ThisDll32.Add.Reg,ThisDll32.Uninst.Reg
  66.  
  67. [DefaultUninstall.ntx86]
  68. DelFiles=DestGrp32
  69. DelReg=ThisDll32.Add.Reg.NT,ThisDll32.Uninst.Reg.NT
  70.  
  71. [Strings]
  72. Author    = "Ninotech"
  73. Product   = "Ninotech Path Copy"
  74. Version   = "4.0"
  75. Desc      = "Ninotech Path Copy Shell Extension"
  76. Desc_Ver  = "Ninotech Path Copy 4.0"
  77. Copyright = "Copyright ⌐ 1998-2001 Ninotech"
  78. ThisDll32 = "PathCo32.dll"
  79. ThisInf   = "PathCopy.inf"
  80. SubDir    = "ShellExt"
  81. LibName   = "Ninotech Path Copy"
  82. CLSID     = "{EECEEFEE-3DF7-11D0-9576-0000837A2FDE}"
  83.