home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / explorer-addons / cpto200.exe / cptoshex.inf < prev    next >
INI File  |  1998-06-01  |  2KB  |  67 lines

  1. ; Copyto Install
  2. [version]
  3. signature="$CHICAGO$"
  4. SetupClass=BASE
  5.  
  6. [DefaultInstall]
  7. DelFiles=ThisDll.sys.delete
  8. CopyFiles=ThisDll.win.install,ThisDll.sys.install
  9. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  10. UpdateInis=ThisDll.Links
  11.  
  12. [ThisDll.Add.Reg]
  13. HKCR,CLSID\%GUID%,,,"%NAME%"
  14. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  15. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  16. HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  17. HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  18. HKCR,folder\ShellEx\DragDropHandlers\%NAME%,,,%GUID%
  19.  
  20. [ThisDll.Uninst.Reg]
  21. HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
  22. HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\cptsetup.exe /uninstall"
  23.  
  24. [ThisDll.win.install]
  25. copyto.exe
  26. copyto.hlp
  27. copyto.cnt
  28.  
  29. [ThisDll.sys.install]
  30. cptoshex.dll
  31. cptsetup.exe
  32.  
  33. [ThisDll.sys.delete]
  34. copytoun.exe
  35.  
  36. [DestinationDirs]
  37. ThisDll.win.install=10
  38. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  39. ThisDll.sys.delete =11,%SubDir% ; to System\%SubDir%
  40.  
  41. [SourceDisksNames]
  42. 55="Copyto","",1
  43.  
  44. [SourceDisksFiles]
  45. copyto.exe=55
  46. copyto.hlp=55
  47. copyto.cnt=55
  48. cptoshex.dll=55
  49. copytoun.exe=55
  50.  
  51. [Strings]
  52. SubDir = "ShellExt"
  53. NAME="Copyto"
  54. ThisDll = "cptoshex.dll"
  55. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\Copyto"
  56. GUID="{5095FFA0-2CFD-11d0-8C55-0080C7D71A86}"
  57. Uninst_DESC = "Copyto (Remove Only)"
  58. LinksPROG      = "Copyto"    ;
  59. LinksPROG_LOCN = "Copyto"    ; shortcut location
  60. Links_Desc     = "Copyto"    ; shortcut name
  61. Links_ShortDesc= "Copyto"    ; details view
  62.  
  63. [ThisDll.Links]
  64. setup.ini, progman.groups,, "group1=%LinksPROG_LOCN%"
  65. setup.ini, group1,, """%Links_Desc%"", ""%10%\Copyto.Exe"",,,,,%Links_ShortDesc%"
  66. setup.ini, group1,, """%Links_Desc% Help"", ""%10%\Copyto.hlp"",,,,,%Links_ShortDesc%"
  67.