home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / CPURL220.ZIP / CopyURL.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-09-09  |  2.2 KB  |  64 lines

  1. ;
  2. ;  CopyURL install/uninstall script for Win95/NT4
  3. ;  Version 2.20
  4. ;
  5. ;  For description see CopyURL.txt file
  6. ;  To install CopyURL, right-click on this file in Explorer and
  7. ;  choose Install from the popup menu.
  8. ;
  9.  
  10.  
  11. [version]
  12. signature="$CHICAGO$"
  13. SetupClass=BASE
  14.  
  15. [DefaultInstall]
  16. CopyFiles=ThisDll.sys.install
  17. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  18.  
  19. [DefaultInstall.NT]
  20. CopyFiles=ThisDll.sys.install
  21. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
  22.  
  23. [DefaultUninstall]
  24. DelFiles=ThisDll.sys.install
  25. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  26.  
  27. [DefaultUninstall.NT]
  28. DelFiles=ThisDll.sys.install
  29. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
  30.  
  31. [ThisDll.Add.Reg]
  32. HKCR,CLSID\{E6E63A80-AC30-11D0-AF26-444553540000},,,"CopyURL Shell Extension"
  33. HKCR,CLSID\{E6E63A80-AC30-11D0-AF26-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  34. HKCR,CLSID\{E6E63A80-AC30-11D0-AF26-444553540000}\InProcServer32,"ThreadingModel",,"Apartment"
  35. HKCR,InternetShortcut\ShellEx\ContextMenuHandlers\CopyURL,,,"{E6E63A80-AC30-11D0-AF26-444553540000}"
  36.  
  37. [ThisDll.Uninst.Reg]
  38. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,,,
  39. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,"DisplayName",,"%ProgDescription%"
  40. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,"UninstallString",,"rundll32 setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\CopyURL.inf"
  41.  
  42. [ThisDll.Uninst.Reg.NT]
  43. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,,,
  44. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,"DisplayName",,"%ProgDescription%"
  45. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,"UninstallString",,"RunDll32 syssetup.dll,SetupInfObjectInstallAction DefaultUnInstall.NT 4 %11%\%SubDir%\CopyURL.inf"
  46.  
  47. [ThisDll.sys.install]
  48. CopyURL.dll
  49. CopyURL.inf
  50.  
  51. [DestinationDirs]
  52. ThisDll.sys.install=11,%SubDir% ;to System\%SubDir%
  53.  
  54. [SourceDisksNames]
  55. 55="Please run this script from folder that has no long name, then you don't see this prompt. Now you can also browse for files to continue.","",1
  56.  
  57. [SourceDisksFiles]
  58. %ThisDll%=55
  59.  
  60. [Strings]
  61. SubDir = "ShellExt"
  62. ThisDll = "CopyURL.dll"
  63. ProgDescription = "CopyURL 2.20 shell extension (Remove Only)"