home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Software / Vyzkuste / far / Far1703.exe / Addons / Shell / FARHere.inf < prev   
Encoding:
Windows Setup INFormation  |  2001-04-16  |  3.5 KB  |  111 lines

  1. ;  "Far Here" PowerToy
  2. ;
  3. ;  There is a little add-on for windows.
  4. ;  Just install this .inf, right click on any dir, in explorer, and select
  5. ;  'Far Here'.
  6. ;
  7. ;  TO INSTALL:
  8. ;  All you need is change one line - FarHereLocation (last line in .inf) to
  9. ;  point to far.exe.
  10. ;  Locate farhere.inf with explorer
  11. ;  Right click and select "install"
  12. ;
  13. ;  TO UNINSTALL:
  14. ;  Control Panel->Add Remove programs->Far Here Power Toy
  15. ;  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. ;
  17. ;  ▌≥ε φσßεδⁿ°εσ Σε∩εδφσφΦσ Σδ  Windows.
  18. ;  ╙±≥αφεΓΦ≥σ ²≥ε≥ .inf, ≥επΣα Γ√ ±∞εµσ≥σ Γ ╧≡εΓεΣφΦΩσ ∙σδΩφ≤≥ⁿ ∩≡αΓεΘ
  19. ;  Ωφε∩ΩεΘ ∞√°Φ φα δ■ßε∞ Ωα≥αδεπσ Φ Γ√ß≡α≥ⁿ Γ ∞σφ■ Ωε∞αφΣ≤ 'Far Here'.
  20. ;
  21. ;  ╙╤╥└═╬┬╩└:
  22. ;  ╚τ∞σφΦ≥σ ∩ε±δσΣφ■■ ±≥≡εΩ≤ Γ ²≥ε∞ ⌠αΘδσ (FarHereLocation) ≥αΩ, ≈≥εß√ εφα
  23. ;  ≤Ωατ√Γαδα φα ∩≤≥ⁿ Ω far.exe.
  24. ;  ┬ ╧≡εΓεΣφΦΩσ ∙σδΩφΦ≥σ ∩≡αΓεΘ Ωφε∩ΩεΘ ∞√°Φ φα farhere.inf Φ Γ√ßσ≡Φ≥σ ∩≤φΩ≥
  25. ;  '╙±≥αφεΓΦ≥ⁿ'.
  26. ;
  27. ;  ╙─└╦┼═╚┼:
  28. ;  ╧αφσδⁿ ≤∩≡αΓδσφΦ ->╙±≥αφεΓΩα Φ ≤ΣαδσφΦσ ∩≡επ≡α∞∞->Far Here Power Toy
  29. ;
  30. [version]
  31. signature="$CHICAGO$"
  32.  
  33. [FarHereInstall]
  34. CopyFiles = FarHere.Files.Inf
  35. AddReg    = FarHere.Reg
  36.  
  37. [DefaultInstall]
  38. CopyFiles = FarHere.Files.Inf
  39. AddReg    = FarHere.Reg
  40.  
  41. [DefaultInstall.ntx86]
  42. CopyFiles = FarHere.Files.Inf
  43. AddReg    = FarHere.Reg.NT
  44.  
  45. [DefaultUnInstall]
  46. DelFiles  = FarHere.Files.Inf
  47. DelReg    = FarHere.Remove.Reg
  48.  
  49. [DefaultUnInstall.ntx86]
  50. DelFiles  = FarHere.Files.Inf
  51. DelReg    = FarHere.Remove.Reg.NT
  52.  
  53. [SourceDisksNames]
  54. 55="Far Here","",1
  55.  
  56. [SourceDisksFiles]
  57. FARHERE.INF=55
  58.  
  59. [DestinationDirs]
  60. FarHere.Files.Inf = 17
  61.  
  62. [FarHere.Files.Inf]
  63. FARHERE.INF
  64.  
  65. [FarHere.Reg]
  66. HKLM,%UDHERE%
  67. HKLM,%UDHERE%,DisplayName,,"%FarHereName%"
  68. HKLM,%UDHERE%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\FarHere.inf"
  69. HKCR,Directory\Shell\FarHere,,,"%FarHereAccel%"
  70. HKCR,Directory\Shell\FarHere\command,,,"""%FarHereLocation%"" ""%1"""
  71. HKCR,Drive\Shell\FarHere,,,"%FarHereAccel%"
  72. HKCR,Drive\Shell\FarHere\command,,,"""%FarHereLocation%"" ""%1"""
  73.  
  74. [FarHere.Reg.NT]
  75. HKLM,%UDHERE%
  76. HKLM,%UDHERE%,DisplayName,,"%FarHereName%"
  77. HKLM,%UDHERE%,UninstallString,,"rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\FarHere.inf"
  78. HKCR,Directory\Shell\FarHere,,,"%FarHereAccel%"
  79. HKCR,Directory\Shell\FarHere\command,,,"""%FarHereLocation%"" ""%1"""
  80. HKCR,Drive\Shell\FarHere,,,"%FarHereAccel%"
  81. HKCR,Drive\Shell\FarHere\command,,,"""%FarHereLocation%"" ""%1"""
  82.  
  83. [FarHere.Remove.Reg.NT]
  84. HKLM,%UDHERE%
  85. HKLM,%UDHERE%,DisplayName,,"%FarHereName%"
  86. HKLM,%UDHERE%,UninstallString,,"rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\FarHere.inf"
  87. HKCR,Directory\Shell\FarHere
  88. HKCR,Drive\Shell\FarHere
  89.  
  90. [FarHere.Remove.Reg]
  91. HKLM,%UDHERE%
  92. HKLM,%UDHERE%,DisplayName,,"%FarHereName%"
  93. HKLM,%UDHERE%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\FarHere.inf"
  94. HKCR,Directory\Shell\FarHere
  95. HKCR,Drive\Shell\FarHere
  96.  
  97. [Strings]
  98. ; ▌≥Φ ±≥≡εΩΦ φσεß⌡εΣΦ∞√ Σδ  ≤±≥αφεΓΩΦ α∩∩δσ≥α.
  99. ; ╧εµαδ≤Θ±≥α, φσ Φτ∞σφ Θ≥σ Φ⌡
  100. UDHERE="Software\Microsoft\Windows\CurrentVersion\Uninstall\FarHere"
  101. FarHereName="Far Here Power Toy"
  102.  
  103. ; ▌≥ε δεΩαδΦτ≤σ∞α  ±≥≡εΩα
  104. ; Γ√ ∞εµσ≥σ Φτ∞σφΦ≥ⁿ σσ τφα≈σφΦσ, ΩαΩ ┬α∞ ∩εφ≡αΓΦ≥± 
  105. FarHereAccel="Fa&r Here"
  106.  
  107. ; ▌≥α ±≥≡εΩα Σεδµφα ±εε≥Γσ≥±≥ΓεΓα≥ⁿ ≡α±∩εδεµσφΦ■ FAR.EXE φα Γα°σ∞ Ωε∞∩ⁿ■≥σ≡σ
  108. ; ┼±δΦ Γ√ ≤±≥αφαΓδΦΓαδΦ FAR Γ Ωα≥αδεπ, ε≥δΦ≈α■∙ΦΘ±  ε≥ ±≥αφΣα≡≥φεπε, Γ√
  109. ; Σεδµφ√ Γφσ±≥Φ αφαδεπΦ≈φ√σ Φτ∞σφσφΦ  Γ ²≥≤ ±≥≡εΩ≤
  110. FarHereLocation="c:\Program Files\far\far.exe"
  111.