home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / text / ClipFile.zip / clipfile.inf < prev    next >
INI File  |  1996-06-16  |  2KB  |  53 lines

  1. ; Original Author: GeorgeP.
  2. ; cribbed from and modified by RJ
  3.  
  4. [version]
  5. signature="$CHICAGO$"
  6. SetupClass=BASE
  7.  
  8. [DefaultInstall]
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  11.  
  12. [DefaultUninstall]
  13. DelFiles=ThisDll.sys.install
  14. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  15.  
  16. [ThisDll.Add.Reg]
  17. HKCR,CLSID\{1624a660-fc10-11ce-ae63-02608c6c6380},,,"%Target_DESC%"
  18.  
  19. HKCR,CLSID\{1624a660-fc10-11ce-ae63-02608c6c6380}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  20. HKCR,CLSID\{1624a660-fc10-11ce-ae63-02608c6c6380}\InProcServer32,ThreadingModel,,"Apartment"
  21.  
  22. HKCR,*\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
  23. HKCR,Folder\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
  24. HKCR,lnkfile\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
  25. HKCR,piffile\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
  26. HKCR,InternetShortcut\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
  27.  
  28. [ThisDll.Uninst.Reg]
  29. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipCopyPath,,,
  30. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipCopyPath,"DisplayName",,"Copy Paths to Clipboard"
  31. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipCopyPath,"UninstallString",,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\clipfile.inf"
  32.  
  33. [ThisDll.sys.install]
  34. Clipfile.inf
  35. Clipfile.dll
  36. CFAdvDlg.dll
  37. CFAdvDlg.cnt
  38. CFAdvDlg.hlp
  39.  
  40. [DestinationDirs]
  41. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  42.  
  43. [SourceDisksNames]
  44. 55="Copy Paths 1.0","",1
  45.  
  46. [SourceDisksFiles]
  47. %ThisDll%=55
  48.  
  49. [Strings]
  50. Target_DESC = "Copy Paths to Clipboard"
  51. SubDir = "ShellExt"
  52. ThisDll = "clipfile.dll"
  53.