home *** CD-ROM | disk | FTP | other *** search
- ; Application: Path Copy
- ; Version : 3.0
- ; Copyright : Copyright ⌐ 1998-2000 Ninotech Software
- ; ---------------------------------------------------------------------------
-
- [Version]
- Signature=$Chicago$
- Provider=%Author%
- SetupClass=BASE
- Class=NoDriver
-
- [ThisDll.Add.Reg]
- HKCR,""CLSID\%CLSID%"",,,"%Desc%"
- HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll%"
- HKCR,""CLSID\%CLSID%\InprocServer32"","ThreadingModel",,"Apartment"
- HKCR,""*\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
- HKCR,""Directory\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
- HKCR,""Drive\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
-
- [ThisDll.Uninst.Reg]
- HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
- HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
- HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
- HKCU,""Software\%Author%\%Product%\%Version%"",,,
-
- [ThisDll.Uninst.Reg.NT]
- HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
- HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
- HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
- HKCU,""Software\%Author%\%Product%\%Version%"",,,
-
- [SourceDisksNames]
- 1=%Desc_Ver%,,0
-
- [SourceDisksFiles]
- PathC300.dll=1
- PathC300.hlp=1
-
- [DestGrp]
- PathC300.dll
- PathC300.hlp
- PathC300.inf
-
- [DestinationDirs]
- DestGrp=11,%SubDir%
-
- [DefaultInstall]
- CopyFiles=DestGrp
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [DefaultInstall.ntx86]
- CopyFiles=DestGrp
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
-
- [DefaultUninstall]
- DelFiles=DestGrp
- DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [Strings]
- Author = "Ninotech Software"
- Product = "Path Copy"
- Version = "3.0"
- Desc = "Path Copy Shell Extension"
- Desc_Ver = "Path Copy 3.0"
- Copyright = "Copyright ⌐ 1998-2000 Ninotech Software"
- ThisDll = "PathC300.dll"
- ThisInf = "PathC300.inf"
- SubDir = "ShellExt"
- LibName = "Path Copy"
- CLSID = "{EECEEFEE-3DF7-11D0-9576-0000837A2FDE}"
-