home *** CD-ROM | disk | FTP | other *** search
- ; Application: Ninotech Path Copy
- ; Version : 4.0
- ; Copyright : Copyright ⌐ 1998-2001 Ninotech
- ; ---------------------------------------------------------------------------
-
- [Version]
- Signature=$Chicago$
- Provider=%Author%
- SetupClass=BASE
- Class=NoDriver
-
- [ThisDll32.Add.Reg]
- HKCR,""CLSID\%CLSID%"",,,"%Desc%"
- HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll32%"
- HKCR,""CLSID\%CLSID%\InprocServer32"","ThreadingModel",,"Apartment"
- HKCR,""*\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
- HKCR,""Directory\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
- HKCR,""Drive\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
-
- [ThisDll32.Add.Reg.NT]
- HKCR,""CLSID\%CLSID%"",,,"%Desc%"
- HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll32%"
- HKCR,""CLSID\%CLSID%\InprocServer32"","ThreadingModel",,"Apartment"
- HKCR,""*\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
- HKCR,""Directory\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
- HKCR,""Drive\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
-
- [ThisDll32.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%"",,,
-
- [ThisDll32.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]
- PathCo32.dll=1
- PathCopy.hlp=1
-
- [DestGrp32]
- PathCo32.dll
- PathCopy.hlp
- PathCopy.inf
-
- [DestinationDirs]
- DestGrp32=11,%SubDir%
-
- [DefaultInstall]
- CopyFiles=DestGrp32
- AddReg=ThisDll32.Add.Reg,ThisDll32.Uninst.Reg
-
- [DefaultInstall.ntx86]
- CopyFiles=DestGrp32
- AddReg=ThisDll32.Add.Reg.NT,ThisDll32.Uninst.Reg.NT
-
- [DefaultUninstall]
- DelFiles=DestGrp32
- DelReg=ThisDll32.Add.Reg,ThisDll32.Uninst.Reg
-
- [DefaultUninstall.ntx86]
- DelFiles=DestGrp32
- DelReg=ThisDll32.Add.Reg.NT,ThisDll32.Uninst.Reg.NT
-
- [Strings]
- Author = "Ninotech"
- Product = "Ninotech Path Copy"
- Version = "4.0"
- Desc = "Ninotech Path Copy Shell Extension"
- Desc_Ver = "Ninotech Path Copy 4.0"
- Copyright = "Copyright ⌐ 1998-2001 Ninotech"
- ThisDll32 = "PathCo32.dll"
- ThisInf = "PathCopy.inf"
- SubDir = "ShellExt"
- LibName = "Ninotech Path Copy"
- CLSID = "{EECEEFEE-3DF7-11D0-9576-0000837A2FDE}"
-